COLOR #ADDEC9

HEX: #ADDEC9
RGB: (173,222,201)

Color info

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

RGB color model

#ADDEC9 color RGB value is (173,222,201).

  • red value is 173;
  • green value is 222;
  • blue value is 201.
RGB:
(173,222,201)
(68%,87%,79%)

RGB channels and saturation

R 173 of 255 = 68%
G 222 of 255 = 87%
B 201 of 255 = 79%

173
222
201

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

Portions of RGB colors in percentages

R + G + B =
173 + 222 + 201 = 596 (100%)
R 173 of 596 ~ 29.03%
G 222 of 596 ~ 37.25%
B 201 of 596 ~ 33.72%

%29.03
%37.25
%33.72

CMYK color model

#ADDEC9 color CMYK value is (22,0,9,13).

  • cyan value is 22.07%
  • magenta value is 0.00%
  • yellow value is 9.46%
  • key color value is 12.94%
CMYK:
(22,0,9,13)
C22M0Y9K13 
(22%,0%,9%,13%)
(0.22/0.00/0.09/0.13)	

CMYK percentages

%22.07
%0
%9.46
%12.94

Codes

Color #ADDEC9 in popluar color models

ADDEC9
RGB173222201
HSL154°42.61%77.45%
HSB/HSV154°22.07%87.06%
CMYK22.07%0.00%9.46%
12.94%

Color #ADDEC9 in popluar number systems.

HEXADDEC9
Decimal173222201
Binary101011011101111011001001
Octal255336311

Shades and tints

Shades of #ADDEC9

#ADDEC9
(173,222,201)
#9ECAB7
(158,202,183)
#8FB6A5
(143,182,165)
#80A293
(128,162,147)
#718E81
(113,142,129)
#627A6F
(98,122,111)
#53665D
(83,102,93)
#44524B
(68,82,75)
#353E39
(53,62,57)
#262A27
(38,42,39)
#171615
(23,22,21)
#000000
(0,0,0)

Tints of #ADDEC9

#ADDEC9
(173,222,201)
#B4E1CD
(180,225,205)
#BBE4D1
(187,228,209)
#C2E7D5
(194,231,213)
#C9EAD9
(201,234,217)
#D0EDDD
(208,237,221)
#D7F0E1
(215,240,225)
#DEF3E5
(222,243,229)
#E5F6E9
(229,246,233)
#ECF9ED
(236,249,237)
#F3FCF1
(243,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADDEC9 color. Also use rgb(173,222,201) instead hex code.

Text Font Color

.myTextColor { color: #ADDEC9; }

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

This text font color is #ADDEC9.


Background Color

.myBgColor { background-color: #ADDEC9; }

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

This div background color is #ADDEC9.


Border color

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

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

This div border color is #ADDEC9.


Opacity

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

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

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

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

This text has shadow with #ADDEC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADDEC9 on black background.


Color preview on white background

This text has color #ADDEC9 on white background.



Black color preview on #ADDEC9 background

This text has black color on #ADDEC9 background.


White color preview on #ADDEC9 background

This text has white color on #ADDEC9 background.