COLOR #A9E6E0

HEX: #A9E6E0 RGB: (169,230,224)

Color info

#A9E6E0 contains mainly green and blue colors. Web safe color of #A9E6E0 is #99CCCC (or #9CC).

RGB color model

#A9E6E0 color RGB value is (169,230,224).

RGB: (169,230,224) (66%, 90%, 88%)

RGB channels and saturation

R 169 of 255 = 66%
G 230 of 255 = 90%
B 224 of 255 = 88%

169
230
224

R + G + B ~ 81%. #A9E6E0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 230 + 224 = 623 (100%)
R 169 of 623 ~ 27.13%
G 230 of 623 ~ 36.92%
B 224 of 623 ~ 35.96'%

%27.13
%36.92
%35.96

CMYK color model

#A9E6E0 color CMYK value is (27,0,3,10).

  • cyan value is 26.52%
  • magenta value is 0.00%
  • yellow value is 2.61%
  • key color value is 9.80%

CMYK: (27,0,3,10)
C27M0Y3K10 (27%, 0%, 3%, 10%)
(0.27 / 0.00 / 0.03 / 0.10)

CMYK percentages

%26.52
%0
%2.61
%9.8

Codes

Color #A9E6E0 in popluar color models

A9 E6 E0
RGB 169 230 224
HSL 174° 54.95% 78.24%
HSB/HSV 174° 26.52% 90.20%
CMYK 26.52% 0.00% 2.61%
9.80%

Color #A9E6E0 in popluar number systems.

HEX A9 E6 E0
Decimal 169 230 224
Binary 10101001 11100110 11100000
Octal 251 346 340

Shades and tints

Shades of #A9E6E0

#A9E6E0
(169,230,224)
#9AD2CC
(154,210,204)
#8BBEB8
(139,190,184)
#7CAAA4
(124,170,164)
#6D9690
(109,150,144)
#5E827C
(94,130,124)
#4F6E68
(79,110,104)
#405A54
(64,90,84)
#314640
(49,70,64)
#22322C
(34,50,44)
#131E18
(19,30,24)
#000000
(0,0,0)

Tints of #A9E6E0

#A9E6E0
(169,230,224)
#B0E8E2
(176,232,226)
#B7EAE4
(183,234,228)
#BEECE6
(190,236,230)
#C5EEE8
(197,238,232)
#CCF0EA
(204,240,234)
#D3F2EC
(211,242,236)
#DAF4EE
(218,244,238)
#E1F6F0
(225,246,240)
#E8F8F2
(232,248,242)
#EFFAF4
(239,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9E6E0; }

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

This text font color is #A9E6E0.

Background Color

.myBgColor { background-color: #A9E6E0; }

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

This div background color is #A9E6E0.

Border color

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

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

This div border color is #A9E6E0.

Opacity

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

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

Text with #A9E6E0 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 #A9E6E0;}

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

This text has shadow with #A9E6E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9E6E0.

Preview

Color preview on black background

This text has color #A9E6E0 on black background.


Color preview on white background

This text has color #A9E6E0 on white background.


Black color preview on #A9E6E0 background

This text has black color on #A9E6E0 background.


White color preview on #A9E6E0 background

This text has white color on #A9E6E0 background.


Related colors

Complementary color

Complementary color for #hex is #56191F.


I love getcolorcode.com

Triadic colors

1 #E0A9E6 and #E6E0A9 with #A9E6E0 are triadic colors.

2 #E0E6A9 and #E6A9E0 with #A9E6E0 are triadic colors.