COLOR #A9DECB

HEX: #A9DECB
RGB: (169,222,203)

Color info

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

RGB color model

#A9DECB color RGB value is (169,222,203).

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

RGB channels and saturation

R 169 of 255 = 66%
G 222 of 255 = 87%
B 203 of 255 = 80%

169
222
203

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

Portions of RGB colors in percentages

R + G + B =
169 + 222 + 203 = 594 (100%)
R 169 of 594 ~ 28.45%
G 222 of 594 ~ 37.37%
B 203 of 594 ~ 34.18%

%28.45
%37.37
%34.18

CMYK color model

#A9DECB color CMYK value is (24,0,9,13).

  • cyan value is 23.87%
  • magenta value is 0.00%
  • yellow value is 8.56%
  • key color value is 12.94%
CMYK:
(24,0,9,13)
C24M0Y9K13 
(24%,0%,9%,13%)
(0.24/0.00/0.09/0.13)	

CMYK percentages

%23.87
%0
%8.56
%12.94

Codes

Color #A9DECB in popluar color models

A9DECB
RGB169222203
HSL158°44.54%76.67%
HSB/HSV158°23.87%87.06%
CMYK23.87%0.00%8.56%
12.94%

Color #A9DECB in popluar number systems.

HEXA9DECB
Decimal169222203
Binary101010011101111011001011
Octal251336313

Shades and tints

Shades of #A9DECB

#A9DECB
(169,222,203)
#9ACAB9
(154,202,185)
#8BB6A7
(139,182,167)
#7CA295
(124,162,149)
#6D8E83
(109,142,131)
#5E7A71
(94,122,113)
#4F665F
(79,102,95)
#40524D
(64,82,77)
#313E3B
(49,62,59)
#222A29
(34,42,41)
#131617
(19,22,23)
#000000
(0,0,0)

Tints of #A9DECB

#A9DECB
(169,222,203)
#B0E1CF
(176,225,207)
#B7E4D3
(183,228,211)
#BEE7D7
(190,231,215)
#C5EADB
(197,234,219)
#CCEDDF
(204,237,223)
#D3F0E3
(211,240,227)
#DAF3E7
(218,243,231)
#E1F6EB
(225,246,235)
#E8F9EF
(232,249,239)
#EFFCF3
(239,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9DECB; }

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

This text font color is #A9DECB.


Background Color

.myBgColor { background-color: #A9DECB; }

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

This div background color is #A9DECB.


Border color

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

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

This div border color is #A9DECB.


Opacity

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

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

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

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

This text has shadow with #A9DECB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9DECB on black background.


Color preview on white background

This text has color #A9DECB on white background.



Black color preview on #A9DECB background

This text has black color on #A9DECB background.


White color preview on #A9DECB background

This text has white color on #A9DECB background.