COLOR #A9DECF

HEX: #A9DECF
RGB: (169,222,207)

Color info

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

RGB color model

#A9DECF color RGB value is (169,222,207).

  • red value is 169;
  • green value is 222;
  • blue value is 207.
RGB:
(169,222,207)
(66%,87%,81%)

RGB channels and saturation

R 169 of 255 = 66%
G 222 of 255 = 87%
B 207 of 255 = 81%

169
222
207

R + G + B ~ 78%. #A9DECF is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 222 + 207 = 598 (100%)
R 169 of 598 ~ 28.26%
G 222 of 598 ~ 37.12%
B 207 of 598 ~ 34.62%

%28.26
%37.12
%34.62

CMYK color model

#A9DECF color CMYK value is (24,0,7,13).

  • cyan value is 23.87%
  • magenta value is 0.00%
  • yellow value is 6.76%
  • key color value is 12.94%
CMYK:
(24,0,7,13)
C24M0Y7K13 
(24%,0%,7%,13%)
(0.24/0.00/0.07/0.13)	

CMYK percentages

%23.87
%0
%6.76
%12.94

Codes

Color #A9DECF in popluar color models

A9DECF
RGB169222207
HSL163°44.54%76.67%
HSB/HSV163°23.87%87.06%
CMYK23.87%0.00%6.76%
12.94%

Color #A9DECF in popluar number systems.

HEXA9DECF
Decimal169222207
Binary101010011101111011001111
Octal251336317

Shades and tints

Shades of #A9DECF

#A9DECF
(169,222,207)
#9ACABD
(154,202,189)
#8BB6AB
(139,182,171)
#7CA299
(124,162,153)
#6D8E87
(109,142,135)
#5E7A75
(94,122,117)
#4F6663
(79,102,99)
#405251
(64,82,81)
#313E3F
(49,62,63)
#222A2D
(34,42,45)
#13161B
(19,22,27)
#000000
(0,0,0)

Tints of #A9DECF

#A9DECF
(169,222,207)
#B0E1D3
(176,225,211)
#B7E4D7
(183,228,215)
#BEE7DB
(190,231,219)
#C5EADF
(197,234,223)
#CCEDE3
(204,237,227)
#D3F0E7
(211,240,231)
#DAF3EB
(218,243,235)
#E1F6EF
(225,246,239)
#E8F9F3
(232,249,243)
#EFFCF7
(239,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9DECF color. Also use rgb(169,222,207) instead hex code.

Text Font Color

.myTextColor { color: #A9DECF; }

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

This text font color is #A9DECF.


Background Color

.myBgColor { background-color: #A9DECF; }

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

This div background color is #A9DECF.


Border color

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

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

This div border color is #A9DECF.


Opacity

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

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

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

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

This text has shadow with #A9DECF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9DECF on black background.


Color preview on white background

This text has color #A9DECF on white background.



Black color preview on #A9DECF background

This text has black color on #A9DECF background.


White color preview on #A9DECF background

This text has white color on #A9DECF background.