COLOR #A9D2CE

HEX: #A9D2CE
RGB: (169,210,206)

Color info

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

RGB color model

#A9D2CE color RGB value is (169,210,206).

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

RGB channels and saturation

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

169
210
206

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

Portions of RGB colors in percentages

R + G + B =
169 + 210 + 206 = 585 (100%)
R 169 of 585 ~ 28.89%
G 210 of 585 ~ 35.9%
B 206 of 585 ~ 35.21%

%28.89
%35.9
%35.21

CMYK color model

#A9D2CE color CMYK value is (20,0,2,18).

  • cyan value is 19.52%
  • magenta value is 0.00%
  • yellow value is 1.90%
  • key color value is 17.65%
CMYK:
(20,0,2,18)
C20M0Y2K18 
(20%,0%,2%,18%)
(0.20/0.00/0.02/0.18)	

CMYK percentages

%19.52
%0
%1.9
%17.65

Codes

Color #A9D2CE in popluar color models

A9D2CE
RGB169210206
HSL174°31.30%74.31%
HSB/HSV174°19.52%82.35%
CMYK19.52%0.00%1.90%
17.65%

Color #A9D2CE in popluar number systems.

HEXA9D2CE
Decimal169210206
Binary101010011101001011001110
Octal251322316

Shades and tints

Shades of #A9D2CE

#A9D2CE
(169,210,206)
#9ABFBC
(154,191,188)
#8BACAA
(139,172,170)
#7C9998
(124,153,152)
#6D8686
(109,134,134)
#5E7374
(94,115,116)
#4F6062
(79,96,98)
#404D50
(64,77,80)
#313A3E
(49,58,62)
#22272C
(34,39,44)
#13141A
(19,20,26)
#000000
(0,0,0)

Tints of #A9D2CE

#A9D2CE
(169,210,206)
#B0D6D2
(176,214,210)
#B7DAD6
(183,218,214)
#BEDEDA
(190,222,218)
#C5E2DE
(197,226,222)
#CCE6E2
(204,230,226)
#D3EAE6
(211,234,230)
#DAEEEA
(218,238,234)
#E1F2EE
(225,242,238)
#E8F6F2
(232,246,242)
#EFFAF6
(239,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9D2CE; }

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

This text font color is #A9D2CE.


Background Color

.myBgColor { background-color: #A9D2CE; }

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

This div background color is #A9D2CE.


Border color

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

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

This div border color is #A9D2CE.


Opacity

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

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

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

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

This text has shadow with #A9D2CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9D2CE on black background.


Color preview on white background

This text has color #A9D2CE on white background.



Black color preview on #A9D2CE background

This text has black color on #A9D2CE background.


White color preview on #A9D2CE background

This text has white color on #A9D2CE background.