COLOR #A9D8CB

HEX: #A9D8CB RGB: (169,216,203)

Color info

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

RGB color model

#A9D8CB color RGB value is (169,216,203).

RGB: (169,216,203) (66%, 85%, 80%)

RGB channels and saturation

R 169 of 255 = 66%
G 216 of 255 = 85%
B 203 of 255 = 80%

169
216
203

R + G + B ~ 77%. #A9D8CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 216 + 203 = 588 (100%)
R 169 of 588 ~ 28.74%
G 216 of 588 ~ 36.73%
B 203 of 588 ~ 34.52'%

%28.74
%36.73
%34.52

CMYK color model

#A9D8CB color CMYK value is (22,0,6,15).

  • cyan value is 21.76%
  • magenta value is 0.00%
  • yellow value is 6.02%
  • key color value is 15.29%

CMYK: (22,0,6,15)
C22M0Y6K15 (22%, 0%, 6%, 15%)
(0.22 / 0.00 / 0.06 / 0.15)

CMYK percentages

%21.76
%0
%6.02
%15.29

Codes

Color #A9D8CB in popluar color models

A9 D8 CB
RGB 169 216 203
HSL 163° 37.60% 75.49%
HSB/HSV 163° 21.76% 84.71%
CMYK 21.76% 0.00% 6.02%
15.29%

Color #A9D8CB in popluar number systems.

HEX A9 D8 CB
Decimal 169 216 203
Binary 10101001 11011000 11001011
Octal 251 330 313

Shades and tints

Shades of #A9D8CB

#A9D8CB
(169,216,203)
#9AC5B9
(154,197,185)
#8BB2A7
(139,178,167)
#7C9F95
(124,159,149)
#6D8C83
(109,140,131)
#5E7971
(94,121,113)
#4F665F
(79,102,95)
#40534D
(64,83,77)
#31403B
(49,64,59)
#222D29
(34,45,41)
#131A17
(19,26,23)
#000000
(0,0,0)

Tints of #A9D8CB

#A9D8CB
(169,216,203)
#B0DBCF
(176,219,207)
#B7DED3
(183,222,211)
#BEE1D7
(190,225,215)
#C5E4DB
(197,228,219)
#CCE7DF
(204,231,223)
#D3EAE3
(211,234,227)
#DAEDE7
(218,237,231)
#E1F0EB
(225,240,235)
#E8F3EF
(232,243,239)
#EFF6F3
(239,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9D8CB color. Also use rgb(169,216,203) instead hex code.

Text Font Color

.myTextColor { color: #A9D8CB; }

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

This text font color is #A9D8CB.

Background Color

.myBgColor { background-color: #A9D8CB; }

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

This div background color is #A9D8CB.

Border color

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

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

This div border color is #A9D8CB.

Opacity

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

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

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

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

This text has shadow with #A9D8CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9D8CB.

Preview

Color preview on black background

This text has color #A9D8CB on black background.


Color preview on white background

This text has color #A9D8CB on white background.


Black color preview on #A9D8CB background

This text has black color on #A9D8CB background.


White color preview on #A9D8CB background

This text has white color on #A9D8CB background.


Related colors

Complementary color

Complementary color for #hex is #562734.


I love getcolorcode.com

Triadic colors

1 #CBA9D8 and #D8CBA9 with #A9D8CB are triadic colors.

2 #CBD8A9 and #D8A9CB with #A9D8CB are triadic colors.