COLOR #A9DCC9

HEX: #A9DCC9
RGB: (169,220,201)

Color info

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

RGB color model

#A9DCC9 color RGB value is (169,220,201).

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

RGB channels and saturation

R 169 of 255 = 66%
G 220 of 255 = 86%
B 201 of 255 = 79%

169
220
201

R + G + B ~ 77%. #A9DCC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 220 + 201 = 590 (100%)
R 169 of 590 ~ 28.64%
G 220 of 590 ~ 37.29%
B 201 of 590 ~ 34.07%

%28.64
%37.29
%34.07

CMYK color model

#A9DCC9 color CMYK value is (23,0,9,14).

  • cyan value is 23.18%
  • magenta value is 0.00%
  • yellow value is 8.64%
  • key color value is 13.73%
CMYK:
(23,0,9,14)
C23M0Y9K14 
(23%,0%,9%,14%)
(0.23/0.00/0.09/0.14)	

CMYK percentages

%23.18
%0
%8.64
%13.73

Codes

Color #A9DCC9 in popluar color models

A9DCC9
RGB169220201
HSL158°42.15%76.27%
HSB/HSV158°23.18%86.27%
CMYK23.18%0.00%8.64%
13.73%

Color #A9DCC9 in popluar number systems.

HEXA9DCC9
Decimal169220201
Binary101010011101110011001001
Octal251334311

Shades and tints

Shades of #A9DCC9

#A9DCC9
(169,220,201)
#9AC8B7
(154,200,183)
#8BB4A5
(139,180,165)
#7CA093
(124,160,147)
#6D8C81
(109,140,129)
#5E786F
(94,120,111)
#4F645D
(79,100,93)
#40504B
(64,80,75)
#313C39
(49,60,57)
#222827
(34,40,39)
#131415
(19,20,21)
#000000
(0,0,0)

Tints of #A9DCC9

#A9DCC9
(169,220,201)
#B0DFCD
(176,223,205)
#B7E2D1
(183,226,209)
#BEE5D5
(190,229,213)
#C5E8D9
(197,232,217)
#CCEBDD
(204,235,221)
#D3EEE1
(211,238,225)
#DAF1E5
(218,241,229)
#E1F4E9
(225,244,233)
#E8F7ED
(232,247,237)
#EFFAF1
(239,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9DCC9; }

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

This text font color is #A9DCC9.


Background Color

.myBgColor { background-color: #A9DCC9; }

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

This div background color is #A9DCC9.


Border color

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

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

This div border color is #A9DCC9.


Opacity

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

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

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

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

This text has shadow with #A9DCC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9DCC9 on black background.


Color preview on white background

This text has color #A9DCC9 on white background.



Black color preview on #A9DCC9 background

This text has black color on #A9DCC9 background.


White color preview on #A9DCC9 background

This text has white color on #A9DCC9 background.