COLOR #A9DCDF

HEX: #A9DCDF
RGB: (169,220,223)

Color info

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

RGB color model

#A9DCDF color RGB value is (169,220,223).

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

RGB channels and saturation

R 169 of 255 = 66%
G 220 of 255 = 86%
B 223 of 255 = 87%

169
220
223

R + G + B ~ 80%. #A9DCDF is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 220 + 223 = 612 (100%)
R 169 of 612 ~ 27.61%
G 220 of 612 ~ 35.95%
B 223 of 612 ~ 36.44%

%27.61
%35.95
%36.44

CMYK color model

#A9DCDF color CMYK value is (24,1,0,13).

  • cyan value is 24.22%
  • magenta value is 1.35%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(24,1,0,13)
C24M1Y0K13 
(24%,1%,0%,13%)
(0.24/0.01/0.00/0.13)	

CMYK percentages

%24.22
%1.35
%0
%12.55

Codes

Color #A9DCDF in popluar color models

A9DCDF
RGB169220223
HSL183°45.76%76.86%
HSB/HSV183°24.22%87.45%
CMYK24.22%1.35%0.00%
12.55%

Color #A9DCDF in popluar number systems.

HEXA9DCDF
Decimal169220223
Binary101010011101110011011111
Octal251334337

Shades and tints

Shades of #A9DCDF

#A9DCDF
(169,220,223)
#9AC8CB
(154,200,203)
#8BB4B7
(139,180,183)
#7CA0A3
(124,160,163)
#6D8C8F
(109,140,143)
#5E787B
(94,120,123)
#4F6467
(79,100,103)
#405053
(64,80,83)
#313C3F
(49,60,63)
#22282B
(34,40,43)
#131417
(19,20,23)
#000000
(0,0,0)

Tints of #A9DCDF

#A9DCDF
(169,220,223)
#B0DFE1
(176,223,225)
#B7E2E3
(183,226,227)
#BEE5E5
(190,229,229)
#C5E8E7
(197,232,231)
#CCEBE9
(204,235,233)
#D3EEEB
(211,238,235)
#DAF1ED
(218,241,237)
#E1F4EF
(225,244,239)
#E8F7F1
(232,247,241)
#EFFAF3
(239,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9DCDF; }

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

This text font color is #A9DCDF.


Background Color

.myBgColor { background-color: #A9DCDF; }

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

This div background color is #A9DCDF.


Border color

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

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

This div border color is #A9DCDF.


Opacity

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

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

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

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

This text has shadow with #A9DCDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9DCDF on black background.


Color preview on white background

This text has color #A9DCDF on white background.



Black color preview on #A9DCDF background

This text has black color on #A9DCDF background.


White color preview on #A9DCDF background

This text has white color on #A9DCDF background.