COLOR #A9DCD7

HEX: #A9DCD7
RGB: (169,220,215)

Color info

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

RGB color model

#A9DCD7 color RGB value is (169,220,215).

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

RGB channels and saturation

R 169 of 255 = 66%
G 220 of 255 = 86%
B 215 of 255 = 84%

169
220
215

R + G + B ~ 79%. #A9DCD7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 220 + 215 = 604 (100%)
R 169 of 604 ~ 27.98%
G 220 of 604 ~ 36.42%
B 215 of 604 ~ 35.6%

%27.98
%36.42
%35.6

CMYK color model

#A9DCD7 color CMYK value is (23,0,2,14).

  • cyan value is 23.18%
  • magenta value is 0.00%
  • yellow value is 2.27%
  • key color value is 13.73%
CMYK:
(23,0,2,14)
C23M0Y2K14 
(23%,0%,2%,14%)
(0.23/0.00/0.02/0.14)	

CMYK percentages

%23.18
%0
%2.27
%13.73

Codes

Color #A9DCD7 in popluar color models

A9DCD7
RGB169220215
HSL174°42.15%76.27%
HSB/HSV174°23.18%86.27%
CMYK23.18%0.00%2.27%
13.73%

Color #A9DCD7 in popluar number systems.

HEXA9DCD7
Decimal169220215
Binary101010011101110011010111
Octal251334327

Shades and tints

Shades of #A9DCD7

#A9DCD7
(169,220,215)
#9AC8C4
(154,200,196)
#8BB4B1
(139,180,177)
#7CA09E
(124,160,158)
#6D8C8B
(109,140,139)
#5E7878
(94,120,120)
#4F6465
(79,100,101)
#405052
(64,80,82)
#313C3F
(49,60,63)
#22282C
(34,40,44)
#131419
(19,20,25)
#000000
(0,0,0)

Tints of #A9DCD7

#A9DCD7
(169,220,215)
#B0DFDA
(176,223,218)
#B7E2DD
(183,226,221)
#BEE5E0
(190,229,224)
#C5E8E3
(197,232,227)
#CCEBE6
(204,235,230)
#D3EEE9
(211,238,233)
#DAF1EC
(218,241,236)
#E1F4EF
(225,244,239)
#E8F7F2
(232,247,242)
#EFFAF5
(239,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9DCD7; }

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

This text font color is #A9DCD7.


Background Color

.myBgColor { background-color: #A9DCD7; }

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

This div background color is #A9DCD7.


Border color

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

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

This div border color is #A9DCD7.


Opacity

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

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

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

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

This text has shadow with #A9DCD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9DCD7 on black background.


Color preview on white background

This text has color #A9DCD7 on white background.



Black color preview on #A9DCD7 background

This text has black color on #A9DCD7 background.


White color preview on #A9DCD7 background

This text has white color on #A9DCD7 background.