Saturday, April 19, 2014

Transparent Color Code


Transparent Color Code :


Color hexadecimal notation is like following: #AARRGGBB
  • A : alpha
  • R : red
  • G : green
  • B : blue
____________________________________________


E.g. for 50% white you'd use
            #80FFFFFF.
            #(Transparent  hex value)(Any Color code)
____________________________________________

  • Normal opaque black hex- "#000000"
  • Fully transparent - "#00000000"
  • Fully opaque - "#FF000000"
  • 50% transparent - "#80000000"
____________________________________________
Percentages to hex values. 
  • 100% — FF
  • 95% — F2
  • 90% — E6
  • 85% — D9
  • 80% — CC
  • 75% — BF
  • 70% — B3
  • 65% — A6
  • 60% — 99
  • 55% — 8C
  • 50% — 80
  • 45% — 73
  • 40% — 66
  • 35% — 59
  • 30% — 4D
  • 25% — 40
  • 20% — 33
  • 15% — 26
  • 10% — 1A
  • 5% — 0D
  • 0% — 00

No comments:

Post a Comment