COLOR #ADD7B2

HEX: #ADD7B2
RGB: (173,215,178)

Color info

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

RGB color model

#ADD7B2 color RGB value is (173,215,178).

  • red value is 173;
  • green value is 215;
  • blue value is 178.
RGB:
(173,215,178)
(68%,84%,70%)

RGB channels and saturation

R 173 of 255 = 68%
G 215 of 255 = 84%
B 178 of 255 = 70%

173
215
178

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

Portions of RGB colors in percentages

R + G + B =
173 + 215 + 178 = 566 (100%)
R 173 of 566 ~ 30.57%
G 215 of 566 ~ 37.99%
B 178 of 566 ~ 31.45%

%30.57
%37.99
%31.45

CMYK color model

#ADD7B2 color CMYK value is (20,0,17,16).

  • cyan value is 19.53%
  • magenta value is 0.00%
  • yellow value is 17.21%
  • key color value is 15.69%
CMYK:
(20,0,17,16)
C20M0Y17K16 
(20%,0%,17%,16%)
(0.20/0.00/0.17/0.16)	

CMYK percentages

%19.53
%0
%17.21
%15.69

Codes

Color #ADD7B2 in popluar color models

ADD7B2
RGB173215178
HSL127°34.43%76.08%
HSB/HSV127°19.53%84.31%
CMYK19.53%0.00%17.21%
15.69%

Color #ADD7B2 in popluar number systems.

HEXADD7B2
Decimal173215178
Binary101011011101011110110010
Octal255327262

Shades and tints

Shades of #ADD7B2

#ADD7B2
(173,215,178)
#9EC4A2
(158,196,162)
#8FB192
(143,177,146)
#809E82
(128,158,130)
#718B72
(113,139,114)
#627862
(98,120,98)
#536552
(83,101,82)
#445242
(68,82,66)
#353F32
(53,63,50)
#262C22
(38,44,34)
#171912
(23,25,18)
#000000
(0,0,0)

Tints of #ADD7B2

#ADD7B2
(173,215,178)
#B4DAB9
(180,218,185)
#BBDDC0
(187,221,192)
#C2E0C7
(194,224,199)
#C9E3CE
(201,227,206)
#D0E6D5
(208,230,213)
#D7E9DC
(215,233,220)
#DEECE3
(222,236,227)
#E5EFEA
(229,239,234)
#ECF2F1
(236,242,241)
#F3F5F8
(243,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADD7B2 color. Also use rgb(173,215,178) instead hex code.

Text Font Color

.myTextColor { color: #ADD7B2; }

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

This text font color is #ADD7B2.


Background Color

.myBgColor { background-color: #ADD7B2; }

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

This div background color is #ADD7B2.


Border color

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

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

This div border color is #ADD7B2.


Opacity

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

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

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

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

This text has shadow with #ADD7B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD7B2 on black background.


Color preview on white background

This text has color #ADD7B2 on white background.



Black color preview on #ADD7B2 background

This text has black color on #ADD7B2 background.


White color preview on #ADD7B2 background

This text has white color on #ADD7B2 background.