COLOR #A9E2DC

HEX: #A9E2DC RGB: (169,226,220)

Color info

#A9E2DC contains red, green and blue colors in about the same proportion. Web safe color of #A9E2DC is #99CCCC (or #9CC).

RGB color model

#A9E2DC color RGB value is (169,226,220).

RGB: (169,226,220) (66%, 89%, 86%)

RGB channels and saturation

R 169 of 255 = 66%
G 226 of 255 = 89%
B 220 of 255 = 86%

169
226
220

R + G + B ~ 80%. #A9E2DC is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 226 + 220 = 615 (100%)
R 169 of 615 ~ 27.48%
G 226 of 615 ~ 36.75%
B 220 of 615 ~ 35.77'%

%27.48
%36.75
%35.77

CMYK color model

#A9E2DC color CMYK value is (25,0,3,11).

  • cyan value is 25.22%
  • magenta value is 0.00%
  • yellow value is 2.65%
  • key color value is 11.37%

CMYK: (25,0,3,11)
C25M0Y3K11 (25%, 0%, 3%, 11%)
(0.25 / 0.00 / 0.03 / 0.11)

CMYK percentages

%25.22
%0
%2.65
%11.37

Codes

Color #A9E2DC in popluar color models

A9 E2 DC
RGB 169 226 220
HSL 174° 49.57% 77.45%
HSB/HSV 174° 25.22% 88.63%
CMYK 25.22% 0.00% 2.65%
11.37%

Color #A9E2DC in popluar number systems.

HEX A9 E2 DC
Decimal 169 226 220
Binary 10101001 11100010 11011100
Octal 251 342 334

Shades and tints

Shades of #A9E2DC

#A9E2DC
(169,226,220)
#9ACEC8
(154,206,200)
#8BBAB4
(139,186,180)
#7CA6A0
(124,166,160)
#6D928C
(109,146,140)
#5E7E78
(94,126,120)
#4F6A64
(79,106,100)
#405650
(64,86,80)
#31423C
(49,66,60)
#222E28
(34,46,40)
#131A14
(19,26,20)
#000000
(0,0,0)

Tints of #A9E2DC

#A9E2DC
(169,226,220)
#B0E4DF
(176,228,223)
#B7E6E2
(183,230,226)
#BEE8E5
(190,232,229)
#C5EAE8
(197,234,232)
#CCECEB
(204,236,235)
#D3EEEE
(211,238,238)
#DAF0F1
(218,240,241)
#E1F2F4
(225,242,244)
#E8F4F7
(232,244,247)
#EFF6FA
(239,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9E2DC; }

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

This text font color is #A9E2DC.

Background Color

.myBgColor { background-color: #A9E2DC; }

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

This div background color is #A9E2DC.

Border color

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

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

This div border color is #A9E2DC.

Opacity

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

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

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

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

This text has shadow with #A9E2DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9E2DC.

Preview

Color preview on black background

This text has color #A9E2DC on black background.


Color preview on white background

This text has color #A9E2DC on white background.


Black color preview on #A9E2DC background

This text has black color on #A9E2DC background.


White color preview on #A9E2DC background

This text has white color on #A9E2DC background.


Related colors

Complementary color

Complementary color for #hex is #561D23.


I love getcolorcode.com

Triadic colors

1 #DCA9E2 and #E2DCA9 with #A9E2DC are triadic colors.

2 #DCE2A9 and #E2A9DC with #A9E2DC are triadic colors.