COLOR #A9C9CF

HEX: #A9C9CF
RGB: (169,201,207)

Color info

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

RGB color model

#A9C9CF color RGB value is (169,201,207).

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

RGB channels and saturation

R 169 of 255 = 66%
G 201 of 255 = 79%
B 207 of 255 = 81%

169
201
207

R + G + B ~ 75%. #A9C9CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 201 + 207 = 577 (100%)
R 169 of 577 ~ 29.29%
G 201 of 577 ~ 34.84%
B 207 of 577 ~ 35.88%

%29.29
%34.84
%35.88

CMYK color model

#A9C9CF color CMYK value is (18,3,0,19).

  • cyan value is 18.36%
  • magenta value is 2.90%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(18,3,0,19)
C18M3Y0K19 
(18%,3%,0%,19%)
(0.18/0.03/0.00/0.19)	

CMYK percentages

%18.36
%2.9
%0
%18.82

Codes

Color #A9C9CF in popluar color models

A9C9CF
RGB169201207
HSL189°28.36%73.73%
HSB/HSV189°18.36%81.18%
CMYK18.36%2.90%0.00%
18.82%

Color #A9C9CF in popluar number systems.

HEXA9C9CF
Decimal169201207
Binary101010011100100111001111
Octal251311317

Shades and tints

Shades of #A9C9CF

#A9C9CF
(169,201,207)
#9AB7BD
(154,183,189)
#8BA5AB
(139,165,171)
#7C9399
(124,147,153)
#6D8187
(109,129,135)
#5E6F75
(94,111,117)
#4F5D63
(79,93,99)
#404B51
(64,75,81)
#31393F
(49,57,63)
#22272D
(34,39,45)
#13151B
(19,21,27)
#000000
(0,0,0)

Tints of #A9C9CF

#A9C9CF
(169,201,207)
#B0CDD3
(176,205,211)
#B7D1D7
(183,209,215)
#BED5DB
(190,213,219)
#C5D9DF
(197,217,223)
#CCDDE3
(204,221,227)
#D3E1E7
(211,225,231)
#DAE5EB
(218,229,235)
#E1E9EF
(225,233,239)
#E8EDF3
(232,237,243)
#EFF1F7
(239,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9C9CF; }

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

This text font color is #A9C9CF.


Background Color

.myBgColor { background-color: #A9C9CF; }

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

This div background color is #A9C9CF.


Border color

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

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

This div border color is #A9C9CF.


Opacity

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

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

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

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

This text has shadow with #A9C9CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9C9CF on black background.


Color preview on white background

This text has color #A9C9CF on white background.



Black color preview on #A9C9CF background

This text has black color on #A9C9CF background.


White color preview on #A9C9CF background

This text has white color on #A9C9CF background.