COLOR #A9D2CF

HEX: #A9D2CF
RGB: (169,210,207)

Color info

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

RGB color model

#A9D2CF color RGB value is (169,210,207).

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

RGB channels and saturation

R 169 of 255 = 66%
G 210 of 255 = 82%
B 207 of 255 = 81%

169
210
207

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

Portions of RGB colors in percentages

R + G + B =
169 + 210 + 207 = 586 (100%)
R 169 of 586 ~ 28.84%
G 210 of 586 ~ 35.84%
B 207 of 586 ~ 35.32%

%28.84
%35.84
%35.32

CMYK color model

#A9D2CF color CMYK value is (20,0,1,18).

  • cyan value is 19.52%
  • magenta value is 0.00%
  • yellow value is 1.43%
  • key color value is 17.65%
CMYK:
(20,0,1,18)
C20M0Y1K18 
(20%,0%,1%,18%)
(0.20/0.00/0.01/0.18)	

CMYK percentages

%19.52
%0
%1.43
%17.65

Codes

Color #A9D2CF in popluar color models

A9D2CF
RGB169210207
HSL176°31.30%74.31%
HSB/HSV176°19.52%82.35%
CMYK19.52%0.00%1.43%
17.65%

Color #A9D2CF in popluar number systems.

HEXA9D2CF
Decimal169210207
Binary101010011101001011001111
Octal251322317

Shades and tints

Shades of #A9D2CF

#A9D2CF
(169,210,207)
#9ABFBD
(154,191,189)
#8BACAB
(139,172,171)
#7C9999
(124,153,153)
#6D8687
(109,134,135)
#5E7375
(94,115,117)
#4F6063
(79,96,99)
#404D51
(64,77,81)
#313A3F
(49,58,63)
#22272D
(34,39,45)
#13141B
(19,20,27)
#000000
(0,0,0)

Tints of #A9D2CF

#A9D2CF
(169,210,207)
#B0D6D3
(176,214,211)
#B7DAD7
(183,218,215)
#BEDEDB
(190,222,219)
#C5E2DF
(197,226,223)
#CCE6E3
(204,230,227)
#D3EAE7
(211,234,231)
#DAEEEB
(218,238,235)
#E1F2EF
(225,242,239)
#E8F6F3
(232,246,243)
#EFFAF7
(239,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9D2CF; }

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

This text font color is #A9D2CF.


Background Color

.myBgColor { background-color: #A9D2CF; }

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

This div background color is #A9D2CF.


Border color

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

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

This div border color is #A9D2CF.


Opacity

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

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

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

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

This text has shadow with #A9D2CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9D2CF on black background.


Color preview on white background

This text has color #A9D2CF on white background.



Black color preview on #A9D2CF background

This text has black color on #A9D2CF background.


White color preview on #A9D2CF background

This text has white color on #A9D2CF background.