COLOR #ADD8B5

HEX: #ADD8B5
RGB: (173,216,181)

Color info

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

RGB color model

#ADD8B5 color RGB value is (173,216,181).

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

RGB channels and saturation

R 173 of 255 = 68%
G 216 of 255 = 85%
B 181 of 255 = 71%

173
216
181

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

Portions of RGB colors in percentages

R + G + B =
173 + 216 + 181 = 570 (100%)
R 173 of 570 ~ 30.35%
G 216 of 570 ~ 37.89%
B 181 of 570 ~ 31.75%

%30.35
%37.89
%31.75

CMYK color model

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

  • cyan value is 19.91%
  • magenta value is 0.00%
  • yellow value is 16.20%
  • key color value is 15.29%
CMYK:
(20,0,16,15)
C20M0Y16K15 
(20%,0%,16%,15%)
(0.20/0.00/0.16/0.15)	

CMYK percentages

%19.91
%0
%16.2
%15.29

Codes

Color #ADD8B5 in popluar color models

ADD8B5
RGB173216181
HSL131°35.54%76.27%
HSB/HSV131°19.91%84.71%
CMYK19.91%0.00%16.20%
15.29%

Color #ADD8B5 in popluar number systems.

HEXADD8B5
Decimal173216181
Binary101011011101100010110101
Octal255330265

Shades and tints

Shades of #ADD8B5

#ADD8B5
(173,216,181)
#9EC5A5
(158,197,165)
#8FB295
(143,178,149)
#809F85
(128,159,133)
#718C75
(113,140,117)
#627965
(98,121,101)
#536655
(83,102,85)
#445345
(68,83,69)
#354035
(53,64,53)
#262D25
(38,45,37)
#171A15
(23,26,21)
#000000
(0,0,0)

Tints of #ADD8B5

#ADD8B5
(173,216,181)
#B4DBBB
(180,219,187)
#BBDEC1
(187,222,193)
#C2E1C7
(194,225,199)
#C9E4CD
(201,228,205)
#D0E7D3
(208,231,211)
#D7EAD9
(215,234,217)
#DEEDDF
(222,237,223)
#E5F0E5
(229,240,229)
#ECF3EB
(236,243,235)
#F3F6F1
(243,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD8B5; }

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

This text font color is #ADD8B5.


Background Color

.myBgColor { background-color: #ADD8B5; }

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

This div background color is #ADD8B5.


Border color

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

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

This div border color is #ADD8B5.


Opacity

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

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

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

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

This text has shadow with #ADD8B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD8B5 on black background.


Color preview on white background

This text has color #ADD8B5 on white background.



Black color preview on #ADD8B5 background

This text has black color on #ADD8B5 background.


White color preview on #ADD8B5 background

This text has white color on #ADD8B5 background.