COLOR #ADD8B9

HEX: #ADD8B9
RGB: (173,216,185)

Color info

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

RGB color model

#ADD8B9 color RGB value is (173,216,185).

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

RGB channels and saturation

R 173 of 255 = 68%
G 216 of 255 = 85%
B 185 of 255 = 73%

173
216
185

R + G + B ~ 75%. #ADD8B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 216 + 185 = 574 (100%)
R 173 of 574 ~ 30.14%
G 216 of 574 ~ 37.63%
B 185 of 574 ~ 32.23%

%30.14
%37.63
%32.23

CMYK color model

#ADD8B9 color CMYK value is (20,0,14,15).

  • cyan value is 19.91%
  • magenta value is 0.00%
  • yellow value is 14.35%
  • key color value is 15.29%
CMYK:
(20,0,14,15)
C20M0Y14K15 
(20%,0%,14%,15%)
(0.20/0.00/0.14/0.15)	

CMYK percentages

%19.91
%0
%14.35
%15.29

Codes

Color #ADD8B9 in popluar color models

ADD8B9
RGB173216185
HSL137°35.54%76.27%
HSB/HSV137°19.91%84.71%
CMYK19.91%0.00%14.35%
15.29%

Color #ADD8B9 in popluar number systems.

HEXADD8B9
Decimal173216185
Binary101011011101100010111001
Octal255330271

Shades and tints

Shades of #ADD8B9

#ADD8B9
(173,216,185)
#9EC5A9
(158,197,169)
#8FB299
(143,178,153)
#809F89
(128,159,137)
#718C79
(113,140,121)
#627969
(98,121,105)
#536659
(83,102,89)
#445349
(68,83,73)
#354039
(53,64,57)
#262D29
(38,45,41)
#171A19
(23,26,25)
#000000
(0,0,0)

Tints of #ADD8B9

#ADD8B9
(173,216,185)
#B4DBBF
(180,219,191)
#BBDEC5
(187,222,197)
#C2E1CB
(194,225,203)
#C9E4D1
(201,228,209)
#D0E7D7
(208,231,215)
#D7EADD
(215,234,221)
#DEEDE3
(222,237,227)
#E5F0E9
(229,240,233)
#ECF3EF
(236,243,239)
#F3F6F5
(243,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD8B9; }

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

This text font color is #ADD8B9.


Background Color

.myBgColor { background-color: #ADD8B9; }

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

This div background color is #ADD8B9.


Border color

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

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

This div border color is #ADD8B9.


Opacity

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

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

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

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

This text has shadow with #ADD8B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD8B9 on black background.


Color preview on white background

This text has color #ADD8B9 on white background.



Black color preview on #ADD8B9 background

This text has black color on #ADD8B9 background.


White color preview on #ADD8B9 background

This text has white color on #ADD8B9 background.