COLOR #9ECC8E

HEX: #9ECC8E
RGB: (158,204,142)

Color info

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

RGB color model

#9ECC8E color RGB value is (158,204,142).

  • red value is 158;
  • green value is 204;
  • blue value is 142.
RGB:
(158,204,142)
(62%,80%,56%)

RGB channels and saturation

R 158 of 255 = 62%
G 204 of 255 = 80%
B 142 of 255 = 56%

158
204
142

R + G + B ~ 66%. #9ECC8E is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 204 + 142 = 504 (100%)
R 158 of 504 ~ 31.35%
G 204 of 504 ~ 40.48%
B 142 of 504 ~ 28.17%

%31.35
%40.48
%28.17

CMYK color model

#9ECC8E color CMYK value is (23,0,30,20).

  • cyan value is 22.55%
  • magenta value is 0.00%
  • yellow value is 30.39%
  • key color value is 20.00%
CMYK:
(23,0,30,20)
C23M0Y30K20 
(23%,0%,30%,20%)
(0.23/0.00/0.30/0.20)	

CMYK percentages

%22.55
%0
%30.39
%20

Codes

Color #9ECC8E in popluar color models

9ECC8E
RGB158204142
HSL105°37.80%67.84%
HSB/HSV105°30.39%80.00%
CMYK22.55%0.00%30.39%
20.00%

Color #9ECC8E in popluar number systems.

HEX9ECC8E
Decimal158204142
Binary100111101100110010001110
Octal236314216

Shades and tints

Shades of #9ECC8E

#9ECC8E
(158,204,142)
#90BA82
(144,186,130)
#82A876
(130,168,118)
#74966A
(116,150,106)
#66845E
(102,132,94)
#587252
(88,114,82)
#4A6046
(74,96,70)
#3C4E3A
(60,78,58)
#2E3C2E
(46,60,46)
#202A22
(32,42,34)
#121816
(18,24,22)
#000000
(0,0,0)

Tints of #9ECC8E

#9ECC8E
(158,204,142)
#A6D098
(166,208,152)
#AED4A2
(174,212,162)
#B6D8AC
(182,216,172)
#BEDCB6
(190,220,182)
#C6E0C0
(198,224,192)
#CEE4CA
(206,228,202)
#D6E8D4
(214,232,212)
#DEECDE
(222,236,222)
#E6F0E8
(230,240,232)
#EEF4F2
(238,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ECC8E color. Also use rgb(158,204,142) instead hex code.

Text Font Color

.myTextColor { color: #9ECC8E; }

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

This text font color is #9ECC8E.


Background Color

.myBgColor { background-color: #9ECC8E; }

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

This div background color is #9ECC8E.


Border color

.myBorderColor { border: 1px solid #9ECC8E; }

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

This div border color is #9ECC8E.


Opacity

.myOpacity80 { color: #9ECC8E; opacity: 0.8; }

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

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

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

This text has shadow with #9ECC8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ECC8E on black background.


Color preview on white background

This text has color #9ECC8E on white background.



Black color preview on #9ECC8E background

This text has black color on #9ECC8E background.


White color preview on #9ECC8E background

This text has white color on #9ECC8E background.