COLOR #ADD8C9

HEX: #ADD8C9
RGB: (173,216,201)

Color info

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

RGB color model

#ADD8C9 color RGB value is (173,216,201).

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

RGB channels and saturation

R 173 of 255 = 68%
G 216 of 255 = 85%
B 201 of 255 = 79%

173
216
201

R + G + B ~ 77%. #ADD8C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 216 + 201 = 590 (100%)
R 173 of 590 ~ 29.32%
G 216 of 590 ~ 36.61%
B 201 of 590 ~ 34.07%

%29.32
%36.61
%34.07

CMYK color model

#ADD8C9 color CMYK value is (20,0,7,15).

  • cyan value is 19.91%
  • magenta value is 0.00%
  • yellow value is 6.94%
  • key color value is 15.29%
CMYK:
(20,0,7,15)
C20M0Y7K15 
(20%,0%,7%,15%)
(0.20/0.00/0.07/0.15)	

CMYK percentages

%19.91
%0
%6.94
%15.29

Codes

Color #ADD8C9 in popluar color models

ADD8C9
RGB173216201
HSL159°35.54%76.27%
HSB/HSV159°19.91%84.71%
CMYK19.91%0.00%6.94%
15.29%

Color #ADD8C9 in popluar number systems.

HEXADD8C9
Decimal173216201
Binary101011011101100011001001
Octal255330311

Shades and tints

Shades of #ADD8C9

#ADD8C9
(173,216,201)
#9EC5B7
(158,197,183)
#8FB2A5
(143,178,165)
#809F93
(128,159,147)
#718C81
(113,140,129)
#62796F
(98,121,111)
#53665D
(83,102,93)
#44534B
(68,83,75)
#354039
(53,64,57)
#262D27
(38,45,39)
#171A15
(23,26,21)
#000000
(0,0,0)

Tints of #ADD8C9

#ADD8C9
(173,216,201)
#B4DBCD
(180,219,205)
#BBDED1
(187,222,209)
#C2E1D5
(194,225,213)
#C9E4D9
(201,228,217)
#D0E7DD
(208,231,221)
#D7EAE1
(215,234,225)
#DEEDE5
(222,237,229)
#E5F0E9
(229,240,233)
#ECF3ED
(236,243,237)
#F3F6F1
(243,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD8C9; }

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

This text font color is #ADD8C9.


Background Color

.myBgColor { background-color: #ADD8C9; }

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

This div background color is #ADD8C9.


Border color

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

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

This div border color is #ADD8C9.


Opacity

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

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

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

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

This text has shadow with #ADD8C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD8C9 on black background.


Color preview on white background

This text has color #ADD8C9 on white background.



Black color preview on #ADD8C9 background

This text has black color on #ADD8C9 background.


White color preview on #ADD8C9 background

This text has white color on #ADD8C9 background.