COLOR #9ECB9E

HEX: #9ECB9E
RGB: (158,203,158)

Color info

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

RGB color model

#9ECB9E color RGB value is (158,203,158).

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

RGB channels and saturation

R 158 of 255 = 62%
G 203 of 255 = 80%
B 158 of 255 = 62%

158
203
158

R + G + B ~ 68%. #9ECB9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 203 + 158 = 519 (100%)
R 158 of 519 ~ 30.44%
G 203 of 519 ~ 39.11%
B 158 of 519 ~ 30.44%

%30.44
%39.11
%30.44

CMYK color model

#9ECB9E color CMYK value is (22,0,22,20).

  • cyan value is 22.17%
  • magenta value is 0.00%
  • yellow value is 22.17%
  • key color value is 20.39%
CMYK:
(22,0,22,20)
C22M0Y22K20 
(22%,0%,22%,20%)
(0.22/0.00/0.22/0.20)	

CMYK percentages

%22.17
%0
%22.17
%20.39

Codes

Color #9ECB9E in popluar color models

9ECB9E
RGB158203158
HSL120°30.20%70.78%
HSB/HSV120°22.17%79.61%
CMYK22.17%0.00%22.17%
20.39%

Color #9ECB9E in popluar number systems.

HEX9ECB9E
Decimal158203158
Binary100111101100101110011110
Octal236313236

Shades and tints

Shades of #9ECB9E

#9ECB9E
(158,203,158)
#90B990
(144,185,144)
#82A782
(130,167,130)
#749574
(116,149,116)
#668366
(102,131,102)
#587158
(88,113,88)
#4A5F4A
(74,95,74)
#3C4D3C
(60,77,60)
#2E3B2E
(46,59,46)
#202920
(32,41,32)
#121712
(18,23,18)
#000000
(0,0,0)

Tints of #9ECB9E

#9ECB9E
(158,203,158)
#A6CFA6
(166,207,166)
#AED3AE
(174,211,174)
#B6D7B6
(182,215,182)
#BEDBBE
(190,219,190)
#C6DFC6
(198,223,198)
#CEE3CE
(206,227,206)
#D6E7D6
(214,231,214)
#DEEBDE
(222,235,222)
#E6EFE6
(230,239,230)
#EEF3EE
(238,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ECB9E; }

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

This text font color is #9ECB9E.


Background Color

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

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

This div background color is #9ECB9E.


Border color

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

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

This div border color is #9ECB9E.


Opacity

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

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

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

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

This text has shadow with #9ECB9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ECB9E on black background.


Color preview on white background

This text has color #9ECB9E on white background.



Black color preview on #9ECB9E background

This text has black color on #9ECB9E background.


White color preview on #9ECB9E background

This text has white color on #9ECB9E background.