COLOR #ADD8B8

HEX: #ADD8B8
RGB: (173,216,184)

Color info

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

RGB color model

#ADD8B8 color RGB value is (173,216,184).

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

RGB channels and saturation

R 173 of 255 = 68%
G 216 of 255 = 85%
B 184 of 255 = 72%

173
216
184

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

Portions of RGB colors in percentages

R + G + B =
173 + 216 + 184 = 573 (100%)
R 173 of 573 ~ 30.19%
G 216 of 573 ~ 37.7%
B 184 of 573 ~ 32.11%

%30.19
%37.7
%32.11

CMYK color model

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

  • cyan value is 19.91%
  • magenta value is 0.00%
  • yellow value is 14.81%
  • key color value is 15.29%
CMYK:
(20,0,15,15)
C20M0Y15K15 
(20%,0%,15%,15%)
(0.20/0.00/0.15/0.15)	

CMYK percentages

%19.91
%0
%14.81
%15.29

Codes

Color #ADD8B8 in popluar color models

ADD8B8
RGB173216184
HSL135°35.54%76.27%
HSB/HSV135°19.91%84.71%
CMYK19.91%0.00%14.81%
15.29%

Color #ADD8B8 in popluar number systems.

HEXADD8B8
Decimal173216184
Binary101011011101100010111000
Octal255330270

Shades and tints

Shades of #ADD8B8

#ADD8B8
(173,216,184)
#9EC5A8
(158,197,168)
#8FB298
(143,178,152)
#809F88
(128,159,136)
#718C78
(113,140,120)
#627968
(98,121,104)
#536658
(83,102,88)
#445348
(68,83,72)
#354038
(53,64,56)
#262D28
(38,45,40)
#171A18
(23,26,24)
#000000
(0,0,0)

Tints of #ADD8B8

#ADD8B8
(173,216,184)
#B4DBBE
(180,219,190)
#BBDEC4
(187,222,196)
#C2E1CA
(194,225,202)
#C9E4D0
(201,228,208)
#D0E7D6
(208,231,214)
#D7EADC
(215,234,220)
#DEEDE2
(222,237,226)
#E5F0E8
(229,240,232)
#ECF3EE
(236,243,238)
#F3F6F4
(243,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD8B8; }

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

This text font color is #ADD8B8.


Background Color

.myBgColor { background-color: #ADD8B8; }

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

This div background color is #ADD8B8.


Border color

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

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

This div border color is #ADD8B8.


Opacity

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

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

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

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

This text has shadow with #ADD8B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD8B8 on black background.


Color preview on white background

This text has color #ADD8B8 on white background.



Black color preview on #ADD8B8 background

This text has black color on #ADD8B8 background.


White color preview on #ADD8B8 background

This text has white color on #ADD8B8 background.