COLOR #A9FFE0

HEX: #A9FFE0 RGB: (169,255,224)

Color info

#A9FFE0 contains mainly green and blue colors. Web safe color of #A9FFE0 is #99FFCC (or #9FC).

RGB color model

#A9FFE0 color RGB value is (169,255,224).

RGB: (169,255,224) (66%, 100%, 88%)

RGB channels and saturation

R 169 of 255 = 66%
G 255 of 255 = 100%
B 224 of 255 = 88%

169
255
224

R + G + B ~ 85%. #A9FFE0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 255 + 224 = 648 (100%)
R 169 of 648 ~ 26.08%
G 255 of 648 ~ 39.35%
B 224 of 648 ~ 34.57'%

%26.08
%39.35
%34.57

CMYK color model

#A9FFE0 color CMYK value is (34,0,12,0).

  • cyan value is 33.73%
  • magenta value is 0.00%
  • yellow value is 12.16%
  • key color value is 0.00%

CMYK: (34,0,12,0)
C34M0Y12K0 (34%, 0%, 12%, 0%)
(0.34 / 0.00 / 0.12 / 0.00)

CMYK percentages

%33.73
%0
%12.16
%0

Codes

Color #A9FFE0 in popluar color models

A9 FF E0
RGB 169 255 224
HSL 158° 100.00% 83.14%
HSB/HSV 158° 33.73% 100.00%
CMYK 33.73% 0.00% 12.16%
0.00%

Color #A9FFE0 in popluar number systems.

HEX A9 FF E0
Decimal 169 255 224
Binary 10101001 11111111 11100000
Octal 251 377 340

Shades and tints

Shades of #A9FFE0

#A9FFE0
(169,255,224)
#9AE8CC
(154,232,204)
#8BD1B8
(139,209,184)
#7CBAA4
(124,186,164)
#6DA390
(109,163,144)
#5E8C7C
(94,140,124)
#4F7568
(79,117,104)
#405E54
(64,94,84)
#314740
(49,71,64)
#22302C
(34,48,44)
#131918
(19,25,24)
#000000
(0,0,0)

Tints of #A9FFE0

#A9FFE0
(169,255,224)
#B0FFE2
(176,255,226)
#B7FFE4
(183,255,228)
#BEFFE6
(190,255,230)
#C5FFE8
(197,255,232)
#CCFFEA
(204,255,234)
#D3FFEC
(211,255,236)
#DAFFEE
(218,255,238)
#E1FFF0
(225,255,240)
#E8FFF2
(232,255,242)
#EFFFF4
(239,255,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9FFE0 color. Also use rgb(169,255,224) instead hex code.

Text Font Color

.myTextColor { color: #A9FFE0; }

<p style="color:#A9FFE0">This sample text font color is #A9FFE0.</p>

This text font color is #A9FFE0.

Background Color

.myBgColor { background-color: #A9FFE0; }

<div style="background-color:#A9FFE0">Inner text</div>

This div background color is #A9FFE0.

Border color

.myBorderColor { border: 1px solid #A9FFE0; }

<div style="border:3px solid #A9FFE0">Div</div>

This div border color is #A9FFE0.

Opacity

.myOpacity80 { color: #A9FFE0; opacity: 0.8; }

<p style="color:#A9FFE0;opacity:0.8;">80%</p>

Text with #A9FFE0 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A9FFE0;}

<p style="text-shadow: 3px 3px 1px #A9FFE0">Text here.</p>

This text has shadow with #A9FFE0 color.


.textShadow {text-shadow: 3px 3px 1px #A9FFE0', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A9FFE0, 5px 5px 20px red">Text here.</p>

This text has shadow with #A9FFE0 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A9FFE0, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A9FFE0, Direction=45, Strength=4)">Text</p>

This text has shadow with #A9FFE0 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A9FFE0;
-webkit-box-shadow: 1px 1px 3px 2px #A9FFE0;
box-shadow: 1px 1px 3px 2px #A9FFE0;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A9FFE0; -webkit-box-shadow: 1px 1px 3px 2px #A9FFE0; box-shadow:1px 1px 3px 2px #A9FFE0;">
Div content here
</div>

This div box has shadow with color #A9FFE0.

Preview

Color preview on black background

This text has color #A9FFE0 on black background.


Color preview on white background

This text has color #A9FFE0 on white background.


Black color preview on #A9FFE0 background

This text has black color on #A9FFE0 background.


White color preview on #A9FFE0 background

This text has white color on #A9FFE0 background.


Related colors

Complementary color

Complementary color for #hex is #56001F.


I love getcolorcode.com

Triadic colors

1 #E0A9FF and #FFE0A9 with #A9FFE0 are triadic colors.

2 #E0FFA9 and #FFA9E0 with #A9FFE0 are triadic colors.