COLOR #ADD9B0

HEX: #ADD9B0
RGB: (173,217,176)

Color info

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

RGB color model

#ADD9B0 color RGB value is (173,217,176).

  • red value is 173;
  • green value is 217;
  • blue value is 176.
RGB:
(173,217,176)
(68%,85%,69%)

RGB channels and saturation

R 173 of 255 = 68%
G 217 of 255 = 85%
B 176 of 255 = 69%

173
217
176

R + G + B ~ 74%. #ADD9B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 217 + 176 = 566 (100%)
R 173 of 566 ~ 30.57%
G 217 of 566 ~ 38.34%
B 176 of 566 ~ 31.1%

%30.57
%38.34
%31.1

CMYK color model

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

  • cyan value is 20.28%
  • magenta value is 0.00%
  • yellow value is 18.89%
  • key color value is 14.90%
CMYK:
(20,0,19,15)
C20M0Y19K15 
(20%,0%,19%,15%)
(0.20/0.00/0.19/0.15)	

CMYK percentages

%20.28
%0
%18.89
%14.9

Codes

Color #ADD9B0 in popluar color models

ADD9B0
RGB173217176
HSL124°36.67%76.47%
HSB/HSV124°20.28%85.10%
CMYK20.28%0.00%18.89%
14.90%

Color #ADD9B0 in popluar number systems.

HEXADD9B0
Decimal173217176
Binary101011011101100110110000
Octal255331260

Shades and tints

Shades of #ADD9B0

#ADD9B0
(173,217,176)
#9EC6A0
(158,198,160)
#8FB390
(143,179,144)
#80A080
(128,160,128)
#718D70
(113,141,112)
#627A60
(98,122,96)
#536750
(83,103,80)
#445440
(68,84,64)
#354130
(53,65,48)
#262E20
(38,46,32)
#171B10
(23,27,16)
#000000
(0,0,0)

Tints of #ADD9B0

#ADD9B0
(173,217,176)
#B4DCB7
(180,220,183)
#BBDFBE
(187,223,190)
#C2E2C5
(194,226,197)
#C9E5CC
(201,229,204)
#D0E8D3
(208,232,211)
#D7EBDA
(215,235,218)
#DEEEE1
(222,238,225)
#E5F1E8
(229,241,232)
#ECF4EF
(236,244,239)
#F3F7F6
(243,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADD9B0 color. Also use rgb(173,217,176) instead hex code.

Text Font Color

.myTextColor { color: #ADD9B0; }

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

This text font color is #ADD9B0.


Background Color

.myBgColor { background-color: #ADD9B0; }

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

This div background color is #ADD9B0.


Border color

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

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

This div border color is #ADD9B0.


Opacity

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

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

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

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

This text has shadow with #ADD9B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD9B0 on black background.


Color preview on white background

This text has color #ADD9B0 on white background.



Black color preview on #ADD9B0 background

This text has black color on #ADD9B0 background.


White color preview on #ADD9B0 background

This text has white color on #ADD9B0 background.