COLOR #A9D4CC

HEX: #A9D4CC RGB: (169,212,204)

Color info

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

RGB color model

#A9D4CC color RGB value is (169,212,204).

RGB: (169,212,204) (66%, 83%, 80%)

RGB channels and saturation

R 169 of 255 = 66%
G 212 of 255 = 83%
B 204 of 255 = 80%

169
212
204

R + G + B ~ 76%. #A9D4CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 212 + 204 = 585 (100%)
R 169 of 585 ~ 28.89%
G 212 of 585 ~ 36.24%
B 204 of 585 ~ 34.87'%

%28.89
%36.24
%34.87

CMYK color model

#A9D4CC color CMYK value is (20,0,4,17).

  • cyan value is 20.28%
  • magenta value is 0.00%
  • yellow value is 3.77%
  • key color value is 16.86%

CMYK: (20,0,4,17)
C20M0Y4K17 (20%, 0%, 4%, 17%)
(0.20 / 0.00 / 0.04 / 0.17)

CMYK percentages

%20.28
%0
%3.77
%16.86

Codes

Color #A9D4CC in popluar color models

A9 D4 CC
RGB 169 212 204
HSL 169° 33.33% 74.71%
HSB/HSV 169° 20.28% 83.14%
CMYK 20.28% 0.00% 3.77%
16.86%

Color #A9D4CC in popluar number systems.

HEX A9 D4 CC
Decimal 169 212 204
Binary 10101001 11010100 11001100
Octal 251 324 314

Shades and tints

Shades of #A9D4CC

#A9D4CC
(169,212,204)
#9AC1BA
(154,193,186)
#8BAEA8
(139,174,168)
#7C9B96
(124,155,150)
#6D8884
(109,136,132)
#5E7572
(94,117,114)
#4F6260
(79,98,96)
#404F4E
(64,79,78)
#313C3C
(49,60,60)
#22292A
(34,41,42)
#131618
(19,22,24)
#000000
(0,0,0)

Tints of #A9D4CC

#A9D4CC
(169,212,204)
#B0D7D0
(176,215,208)
#B7DAD4
(183,218,212)
#BEDDD8
(190,221,216)
#C5E0DC
(197,224,220)
#CCE3E0
(204,227,224)
#D3E6E4
(211,230,228)
#DAE9E8
(218,233,232)
#E1ECEC
(225,236,236)
#E8EFF0
(232,239,240)
#EFF2F4
(239,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9D4CC color. Also use rgb(169,212,204) instead hex code.

Text Font Color

.myTextColor { color: #A9D4CC; }

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

This text font color is #A9D4CC.

Background Color

.myBgColor { background-color: #A9D4CC; }

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

This div background color is #A9D4CC.

Border color

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

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

This div border color is #A9D4CC.

Opacity

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

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

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

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

This text has shadow with #A9D4CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9D4CC.

Preview

Color preview on black background

This text has color #A9D4CC on black background.


Color preview on white background

This text has color #A9D4CC on white background.


Black color preview on #A9D4CC background

This text has black color on #A9D4CC background.


White color preview on #A9D4CC background

This text has white color on #A9D4CC background.


Related colors

Complementary color

Complementary color for #hex is #562B33.


I love getcolorcode.com

Triadic colors

1 #CCA9D4 and #D4CCA9 with #A9D4CC are triadic colors.

2 #CCD4A9 and #D4A9CC with #A9D4CC are triadic colors.