COLOR #A9D2CD

HEX: #A9D2CD RGB: (169,210,205)

Color info

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

RGB color model

#A9D2CD color RGB value is (169,210,205).

RGB: (169,210,205) (66%, 82%, 80%)

RGB channels and saturation

R 169 of 255 = 66%
G 210 of 255 = 82%
B 205 of 255 = 80%

169
210
205

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

Portions of RGB colors in percentages

R + G + B = 169 + 210 + 205 = 584 (100%)
R 169 of 584 ~ 28.94%
G 210 of 584 ~ 35.96%
B 205 of 584 ~ 35.1'%

%28.94
%35.96
%35.1

CMYK color model

#A9D2CD color CMYK value is (20,0,2,18).

  • cyan value is 19.52%
  • magenta value is 0.00%
  • yellow value is 2.38%
  • key color value is 17.65%
CMYK: (20,0,2,18) C20M0Y2K18 (20%,0%,2%,18%) (0.20/0.00/0.02/0.18) 

CMYK percentages

%19.52
%0
%2.38
%17.65

Codes

Color #A9D2CD in popluar color models

A9 D2 CD
RGB 169 210 205
HSL 173° 31.30% 74.31%
HSB/HSV 173° 19.52% 82.35%
CMYK 19.52% 0.00% 2.38%
17.65%

Color #A9D2CD in popluar number systems.

HEX A9 D2 CD
Decimal 169 210 205
Binary 10101001 11010010 11001101
Octal 251 322 315

Shades and tints

Shades of #A9D2CD

#A9D2CD
(169,210,205)
#9ABFBB
(154,191,187)
#8BACA9
(139,172,169)
#7C9997
(124,153,151)
#6D8685
(109,134,133)
#5E7373
(94,115,115)
#4F6061
(79,96,97)
#404D4F
(64,77,79)
#313A3D
(49,58,61)
#22272B
(34,39,43)
#131419
(19,20,25)
#000000
(0,0,0)

Tints of #A9D2CD

#A9D2CD
(169,210,205)
#B0D6D1
(176,214,209)
#B7DAD5
(183,218,213)
#BEDED9
(190,222,217)
#C5E2DD
(197,226,221)
#CCE6E1
(204,230,225)
#D3EAE5
(211,234,229)
#DAEEE9
(218,238,233)
#E1F2ED
(225,242,237)
#E8F6F1
(232,246,241)
#EFFAF5
(239,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9D2CD color. Also use rgb(169,210,205) instead hex code.

Text Font Color

.myTextColor { color: #A9D2CD; }

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

This text font color is #A9D2CD.

Background Color

.myBgColor { background-color: #A9D2CD; }

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

This div background color is #A9D2CD.

Border color

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

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

This div border color is #A9D2CD.

Opacity

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

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

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

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

This text has shadow with #A9D2CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9D2CD.

Preview

Color preview on black background

This text has color #A9D2CD on black background.


Color preview on white background

This text has color #A9D2CD on white background.


Black color preview on #A9D2CD background

This text has black color on #A9D2CD background.


White color preview on #A9D2CD background

This text has white color on #A9D2CD background.


Related colors

Complementary color

Complementary color for #hex is #562D32.


I love getcolorcode.com

Triadic colors

1 #CDA9D2 and #D2CDA9 with #A9D2CD are triadic colors.

2 #CDD2A9 and #D2A9CD with #A9D2CD are triadic colors.