COLOR #A9C9D6

HEX: #A9C9D6
RGB: (169,201,214)

Color info

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

RGB color model

#A9C9D6 color RGB value is (169,201,214).

  • red value is 169;
  • green value is 201;
  • blue value is 214.
RGB:
(169,201,214)
(66%,79%,84%)

RGB channels and saturation

R 169 of 255 = 66%
G 201 of 255 = 79%
B 214 of 255 = 84%

169
201
214

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

Portions of RGB colors in percentages

R + G + B =
169 + 201 + 214 = 584 (100%)
R 169 of 584 ~ 28.94%
G 201 of 584 ~ 34.42%
B 214 of 584 ~ 36.64%

%28.94
%34.42
%36.64

CMYK color model

#A9C9D6 color CMYK value is (21,6,0,16).

  • cyan value is 21.03%
  • magenta value is 6.07%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(21,6,0,16)
C21M6Y0K16 
(21%,6%,0%,16%)
(0.21/0.06/0.00/0.16)	

CMYK percentages

%21.03
%6.07
%0
%16.08

Codes

Color #A9C9D6 in popluar color models

A9C9D6
RGB169201214
HSL197°35.43%75.10%
HSB/HSV197°21.03%83.92%
CMYK21.03%6.07%0.00%
16.08%

Color #A9C9D6 in popluar number systems.

HEXA9C9D6
Decimal169201214
Binary101010011100100111010110
Octal251311326

Shades and tints

Shades of #A9C9D6

#A9C9D6
(169,201,214)
#9AB7C3
(154,183,195)
#8BA5B0
(139,165,176)
#7C939D
(124,147,157)
#6D818A
(109,129,138)
#5E6F77
(94,111,119)
#4F5D64
(79,93,100)
#404B51
(64,75,81)
#31393E
(49,57,62)
#22272B
(34,39,43)
#131518
(19,21,24)
#000000
(0,0,0)

Tints of #A9C9D6

#A9C9D6
(169,201,214)
#B0CDD9
(176,205,217)
#B7D1DC
(183,209,220)
#BED5DF
(190,213,223)
#C5D9E2
(197,217,226)
#CCDDE5
(204,221,229)
#D3E1E8
(211,225,232)
#DAE5EB
(218,229,235)
#E1E9EE
(225,233,238)
#E8EDF1
(232,237,241)
#EFF1F4
(239,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9C9D6; }

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

This text font color is #A9C9D6.


Background Color

.myBgColor { background-color: #A9C9D6; }

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

This div background color is #A9C9D6.


Border color

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

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

This div border color is #A9C9D6.


Opacity

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

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

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

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

This text has shadow with #A9C9D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9C9D6 on black background.


Color preview on white background

This text has color #A9C9D6 on white background.



Black color preview on #A9C9D6 background

This text has black color on #A9C9D6 background.


White color preview on #A9C9D6 background

This text has white color on #A9C9D6 background.