COLOR #ADD08E

HEX: #ADD08E
RGB: (173,208,142)

Color info

#ADD08E contains mainly red and green colors. Web safe color of #ADD08E is #99CC99 (or #9C9).

RGB color model

#ADD08E color RGB value is (173,208,142).

  • red value is 173;
  • green value is 208;
  • blue value is 142.
RGB:
(173,208,142)
(68%,82%,56%)

RGB channels and saturation

R 173 of 255 = 68%
G 208 of 255 = 82%
B 142 of 255 = 56%

173
208
142

R + G + B ~ 69%. #ADD08E is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 208 + 142 = 523 (100%)
R 173 of 523 ~ 33.08%
G 208 of 523 ~ 39.77%
B 142 of 523 ~ 27.15%

%33.08
%39.77
%27.15

CMYK color model

#ADD08E color CMYK value is (17,0,32,18).

  • cyan value is 16.83%
  • magenta value is 0.00%
  • yellow value is 31.73%
  • key color value is 18.43%
CMYK:
(17,0,32,18)
C17M0Y32K18 
(17%,0%,32%,18%)
(0.17/0.00/0.32/0.18)	

CMYK percentages

%16.83
%0
%31.73
%18.43

Codes

Color #ADD08E in popluar color models

ADD08E
RGB173208142
HSL92°41.25%68.63%
HSB/HSV92°31.73%81.57%
CMYK16.83%0.00%31.73%
18.43%

Color #ADD08E in popluar number systems.

HEXADD08E
Decimal173208142
Binary101011011101000010001110
Octal255320216

Shades and tints

Shades of #ADD08E

#ADD08E
(173,208,142)
#9EBE82
(158,190,130)
#8FAC76
(143,172,118)
#809A6A
(128,154,106)
#71885E
(113,136,94)
#627652
(98,118,82)
#536446
(83,100,70)
#44523A
(68,82,58)
#35402E
(53,64,46)
#262E22
(38,46,34)
#171C16
(23,28,22)
#000000
(0,0,0)

Tints of #ADD08E

#ADD08E
(173,208,142)
#B4D498
(180,212,152)
#BBD8A2
(187,216,162)
#C2DCAC
(194,220,172)
#C9E0B6
(201,224,182)
#D0E4C0
(208,228,192)
#D7E8CA
(215,232,202)
#DEECD4
(222,236,212)
#E5F0DE
(229,240,222)
#ECF4E8
(236,244,232)
#F3F8F2
(243,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADD08E color. Also use rgb(173,208,142) instead hex code.

Text Font Color

.myTextColor { color: #ADD08E; }

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

This text font color is #ADD08E.


Background Color

.myBgColor { background-color: #ADD08E; }

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

This div background color is #ADD08E.


Border color

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

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

This div border color is #ADD08E.


Opacity

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

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

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

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

This text has shadow with #ADD08E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD08E on black background.


Color preview on white background

This text has color #ADD08E on white background.



Black color preview on #ADD08E background

This text has black color on #ADD08E background.


White color preview on #ADD08E background

This text has white color on #ADD08E background.