COLOR #A9C9D3

HEX: #A9C9D3 RGB: (169,201,211)

Color info

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

RGB color model

#A9C9D3 color RGB value is (169,201,211).

RGB: (169,201,211) (66%, 79%, 83%)

RGB channels and saturation

R 169 of 255 = 66%
G 201 of 255 = 79%
B 211 of 255 = 83%

169
201
211

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

Portions of RGB colors in percentages

R + G + B = 169 + 201 + 211 = 581 (100%)
R 169 of 581 ~ 29.09%
G 201 of 581 ~ 34.6%
B 211 of 581 ~ 36.32'%

%29.09
%34.6
%36.32

CMYK color model

#A9C9D3 color CMYK value is (20,5,0,17).

  • cyan value is 19.91%
  • magenta value is 4.74%
  • yellow value is 0.00%
  • key color value is 17.25%

CMYK: (20,5,0,17)
C20M5Y0K17 (20%, 5%, 0%, 17%)
(0.20 / 0.05 / 0.00 / 0.17)

CMYK percentages

%19.91
%4.74
%0
%17.25

Codes

Color #A9C9D3 in popluar color models

A9 C9 D3
RGB 169 201 211
HSL 194° 32.31% 74.51%
HSB/HSV 194° 19.91% 82.75%
CMYK 19.91% 4.74% 0.00%
17.25%

Color #A9C9D3 in popluar number systems.

HEX A9 C9 D3
Decimal 169 201 211
Binary 10101001 11001001 11010011
Octal 251 311 323

Shades and tints

Shades of #A9C9D3

#A9C9D3
(169,201,211)
#9AB7C0
(154,183,192)
#8BA5AD
(139,165,173)
#7C939A
(124,147,154)
#6D8187
(109,129,135)
#5E6F74
(94,111,116)
#4F5D61
(79,93,97)
#404B4E
(64,75,78)
#31393B
(49,57,59)
#222728
(34,39,40)
#131515
(19,21,21)
#000000
(0,0,0)

Tints of #A9C9D3

#A9C9D3
(169,201,211)
#B0CDD7
(176,205,215)
#B7D1DB
(183,209,219)
#BED5DF
(190,213,223)
#C5D9E3
(197,217,227)
#CCDDE7
(204,221,231)
#D3E1EB
(211,225,235)
#DAE5EF
(218,229,239)
#E1E9F3
(225,233,243)
#E8EDF7
(232,237,247)
#EFF1FB
(239,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9C9D3 color. Also use rgb(169,201,211) instead hex code.

Text Font Color

.myTextColor { color: #A9C9D3; }

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

This text font color is #A9C9D3.

Background Color

.myBgColor { background-color: #A9C9D3; }

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

This div background color is #A9C9D3.

Border color

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

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

This div border color is #A9C9D3.

Opacity

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

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

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

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

This text has shadow with #A9C9D3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9C9D3.

Preview

Color preview on black background

This text has color #A9C9D3 on black background.


Color preview on white background

This text has color #A9C9D3 on white background.


Black color preview on #A9C9D3 background

This text has black color on #A9C9D3 background.


White color preview on #A9C9D3 background

This text has white color on #A9C9D3 background.


Related colors

Complementary color

Complementary color for #hex is #56362C.


I love getcolorcode.com

Triadic colors

1 #D3A9C9 and #C9D3A9 with #A9C9D3 are triadic colors.

2 #D3C9A9 and #C9A9D3 with #A9C9D3 are triadic colors.