COLOR #A9E8DC

HEX: #A9E8DC
RGB: (169,232,220)

Color info

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

RGB color model

#A9E8DC color RGB value is (169,232,220).

  • red value is 169;
  • green value is 232;
  • blue value is 220.
RGB:
(169,232,220)
(66%,91%,86%)

RGB channels and saturation

R 169 of 255 = 66%
G 232 of 255 = 91%
B 220 of 255 = 86%

169
232
220

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

Portions of RGB colors in percentages

R + G + B =
169 + 232 + 220 = 621 (100%)
R 169 of 621 ~ 27.21%
G 232 of 621 ~ 37.36%
B 220 of 621 ~ 35.43%

%27.21
%37.36
%35.43

CMYK color model

#A9E8DC color CMYK value is (27,0,5,9).

  • cyan value is 27.16%
  • magenta value is 0.00%
  • yellow value is 5.17%
  • key color value is 9.02%
CMYK:
(27,0,5,9)
C27M0Y5K9 
(27%,0%,5%,9%)
(0.27/0.00/0.05/0.09)	

CMYK percentages

%27.16
%0
%5.17
%9.02

Codes

Color #A9E8DC in popluar color models

A9E8DC
RGB169232220
HSL169°57.80%78.63%
HSB/HSV169°27.16%90.98%
CMYK27.16%0.00%5.17%
9.02%

Color #A9E8DC in popluar number systems.

HEXA9E8DC
Decimal169232220
Binary101010011110100011011100
Octal251350334

Shades and tints

Shades of #A9E8DC

#A9E8DC
(169,232,220)
#9AD3C8
(154,211,200)
#8BBEB4
(139,190,180)
#7CA9A0
(124,169,160)
#6D948C
(109,148,140)
#5E7F78
(94,127,120)
#4F6A64
(79,106,100)
#405550
(64,85,80)
#31403C
(49,64,60)
#222B28
(34,43,40)
#131614
(19,22,20)
#000000
(0,0,0)

Tints of #A9E8DC

#A9E8DC
(169,232,220)
#B0EADF
(176,234,223)
#B7ECE2
(183,236,226)
#BEEEE5
(190,238,229)
#C5F0E8
(197,240,232)
#CCF2EB
(204,242,235)
#D3F4EE
(211,244,238)
#DAF6F1
(218,246,241)
#E1F8F4
(225,248,244)
#E8FAF7
(232,250,247)
#EFFCFA
(239,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9E8DC color. Also use rgb(169,232,220) instead hex code.

Text Font Color

.myTextColor { color: #A9E8DC; }

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

This text font color is #A9E8DC.


Background Color

.myBgColor { background-color: #A9E8DC; }

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

This div background color is #A9E8DC.


Border color

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

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

This div border color is #A9E8DC.


Opacity

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

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

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

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

This text has shadow with #A9E8DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9E8DC on black background.


Color preview on white background

This text has color #A9E8DC on white background.



Black color preview on #A9E8DC background

This text has black color on #A9E8DC background.


White color preview on #A9E8DC background

This text has white color on #A9E8DC background.