COLOR #9EB78E

HEX: #9EB78E
RGB: (158,183,142)

Color info

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

RGB color model

#9EB78E color RGB value is (158,183,142).

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

RGB channels and saturation

R 158 of 255 = 62%
G 183 of 255 = 72%
B 142 of 255 = 56%

158
183
142

R + G + B ~ 63%. #9EB78E is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 183 + 142 = 483 (100%)
R 158 of 483 ~ 32.71%
G 183 of 483 ~ 37.89%
B 142 of 483 ~ 29.4%

%32.71
%37.89
%29.4

CMYK color model

#9EB78E color CMYK value is (14,0,22,28).

  • cyan value is 13.66%
  • magenta value is 0.00%
  • yellow value is 22.40%
  • key color value is 28.24%
CMYK:
(14,0,22,28)
C14M0Y22K28 
(14%,0%,22%,28%)
(0.14/0.00/0.22/0.28)	

CMYK percentages

%13.66
%0
%22.4
%28.24

Codes

Color #9EB78E in popluar color models

9EB78E
RGB158183142
HSL97°22.16%63.73%
HSB/HSV97°22.40%71.76%
CMYK13.66%0.00%22.40%
28.24%

Color #9EB78E in popluar number systems.

HEX9EB78E
Decimal158183142
Binary100111101011011110001110
Octal236267216

Shades and tints

Shades of #9EB78E

#9EB78E
(158,183,142)
#90A782
(144,167,130)
#829776
(130,151,118)
#74876A
(116,135,106)
#66775E
(102,119,94)
#586752
(88,103,82)
#4A5746
(74,87,70)
#3C473A
(60,71,58)
#2E372E
(46,55,46)
#202722
(32,39,34)
#121716
(18,23,22)
#000000
(0,0,0)

Tints of #9EB78E

#9EB78E
(158,183,142)
#A6BD98
(166,189,152)
#AEC3A2
(174,195,162)
#B6C9AC
(182,201,172)
#BECFB6
(190,207,182)
#C6D5C0
(198,213,192)
#CEDBCA
(206,219,202)
#D6E1D4
(214,225,212)
#DEE7DE
(222,231,222)
#E6EDE8
(230,237,232)
#EEF3F2
(238,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EB78E; }

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

This text font color is #9EB78E.


Background Color

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

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

This div background color is #9EB78E.


Border color

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

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

This div border color is #9EB78E.


Opacity

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

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

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

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

This text has shadow with #9EB78E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EB78E on black background.


Color preview on white background

This text has color #9EB78E on white background.



Black color preview on #9EB78E background

This text has black color on #9EB78E background.


White color preview on #9EB78E background

This text has white color on #9EB78E background.