COLOR #A9D0C9

HEX: #A9D0C9
RGB: (169,208,201)

Color info

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

RGB color model

#A9D0C9 color RGB value is (169,208,201).

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

RGB channels and saturation

R 169 of 255 = 66%
G 208 of 255 = 82%
B 201 of 255 = 79%

169
208
201

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

Portions of RGB colors in percentages

R + G + B =
169 + 208 + 201 = 578 (100%)
R 169 of 578 ~ 29.24%
G 208 of 578 ~ 35.99%
B 201 of 578 ~ 34.78%

%29.24
%35.99
%34.78

CMYK color model

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

  • cyan value is 18.75%
  • magenta value is 0.00%
  • yellow value is 3.37%
  • key color value is 18.43%
CMYK:
(19,0,3,18)
C19M0Y3K18 
(19%,0%,3%,18%)
(0.19/0.00/0.03/0.18)	

CMYK percentages

%18.75
%0
%3.37
%18.43

Codes

Color #A9D0C9 in popluar color models

A9D0C9
RGB169208201
HSL169°29.32%73.92%
HSB/HSV169°18.75%81.57%
CMYK18.75%0.00%3.37%
18.43%

Color #A9D0C9 in popluar number systems.

HEXA9D0C9
Decimal169208201
Binary101010011101000011001001
Octal251320311

Shades and tints

Shades of #A9D0C9

#A9D0C9
(169,208,201)
#9ABEB7
(154,190,183)
#8BACA5
(139,172,165)
#7C9A93
(124,154,147)
#6D8881
(109,136,129)
#5E766F
(94,118,111)
#4F645D
(79,100,93)
#40524B
(64,82,75)
#314039
(49,64,57)
#222E27
(34,46,39)
#131C15
(19,28,21)
#000000
(0,0,0)

Tints of #A9D0C9

#A9D0C9
(169,208,201)
#B0D4CD
(176,212,205)
#B7D8D1
(183,216,209)
#BEDCD5
(190,220,213)
#C5E0D9
(197,224,217)
#CCE4DD
(204,228,221)
#D3E8E1
(211,232,225)
#DAECE5
(218,236,229)
#E1F0E9
(225,240,233)
#E8F4ED
(232,244,237)
#EFF8F1
(239,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9D0C9; }

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

This text font color is #A9D0C9.


Background Color

.myBgColor { background-color: #A9D0C9; }

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

This div background color is #A9D0C9.


Border color

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

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

This div border color is #A9D0C9.


Opacity

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

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

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

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

This text has shadow with #A9D0C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9D0C9 on black background.


Color preview on white background

This text has color #A9D0C9 on white background.



Black color preview on #A9D0C9 background

This text has black color on #A9D0C9 background.


White color preview on #A9D0C9 background

This text has white color on #A9D0C9 background.