COLOR #ADDF9E

HEX: #ADDF9E
RGB: (173,223,158)

Color info

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

RGB color model

#ADDF9E color RGB value is (173,223,158).

  • red value is 173;
  • green value is 223;
  • blue value is 158.
RGB:
(173,223,158)
(68%,87%,62%)

RGB channels and saturation

R 173 of 255 = 68%
G 223 of 255 = 87%
B 158 of 255 = 62%

173
223
158

R + G + B ~ 72%. #ADDF9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 223 + 158 = 554 (100%)
R 173 of 554 ~ 31.23%
G 223 of 554 ~ 40.25%
B 158 of 554 ~ 28.52%

%31.23
%40.25
%28.52

CMYK color model

#ADDF9E color CMYK value is (22,0,29,13).

  • cyan value is 22.42%
  • magenta value is 0.00%
  • yellow value is 29.15%
  • key color value is 12.55%
CMYK:
(22,0,29,13)
C22M0Y29K13 
(22%,0%,29%,13%)
(0.22/0.00/0.29/0.13)	

CMYK percentages

%22.42
%0
%29.15
%12.55

Codes

Color #ADDF9E in popluar color models

ADDF9E
RGB173223158
HSL106°50.39%74.71%
HSB/HSV106°29.15%87.45%
CMYK22.42%0.00%29.15%
12.55%

Color #ADDF9E in popluar number systems.

HEXADDF9E
Decimal173223158
Binary101011011101111110011110
Octal255337236

Shades and tints

Shades of #ADDF9E

#ADDF9E
(173,223,158)
#9ECB90
(158,203,144)
#8FB782
(143,183,130)
#80A374
(128,163,116)
#718F66
(113,143,102)
#627B58
(98,123,88)
#53674A
(83,103,74)
#44533C
(68,83,60)
#353F2E
(53,63,46)
#262B20
(38,43,32)
#171712
(23,23,18)
#000000
(0,0,0)

Tints of #ADDF9E

#ADDF9E
(173,223,158)
#B4E1A6
(180,225,166)
#BBE3AE
(187,227,174)
#C2E5B6
(194,229,182)
#C9E7BE
(201,231,190)
#D0E9C6
(208,233,198)
#D7EBCE
(215,235,206)
#DEEDD6
(222,237,214)
#E5EFDE
(229,239,222)
#ECF1E6
(236,241,230)
#F3F3EE
(243,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADDF9E color. Also use rgb(173,223,158) instead hex code.

Text Font Color

.myTextColor { color: #ADDF9E; }

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

This text font color is #ADDF9E.


Background Color

.myBgColor { background-color: #ADDF9E; }

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

This div background color is #ADDF9E.


Border color

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

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

This div border color is #ADDF9E.


Opacity

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

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

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

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

This text has shadow with #ADDF9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADDF9E on black background.


Color preview on white background

This text has color #ADDF9E on white background.



Black color preview on #ADDF9E background

This text has black color on #ADDF9E background.


White color preview on #ADDF9E background

This text has white color on #ADDF9E background.