COLOR #9EB79C

HEX: #9EB79C
RGB: (158,183,156)

Color info

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

RGB color model

#9EB79C color RGB value is (158,183,156).

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

RGB channels and saturation

R 158 of 255 = 62%
G 183 of 255 = 72%
B 156 of 255 = 61%

158
183
156

R + G + B ~ 65%. #9EB79C is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 183 + 156 = 497 (100%)
R 158 of 497 ~ 31.79%
G 183 of 497 ~ 36.82%
B 156 of 497 ~ 31.39%

%31.79
%36.82
%31.39

CMYK color model

#9EB79C color CMYK value is (14,0,15,28).

  • cyan value is 13.66%
  • magenta value is 0.00%
  • yellow value is 14.75%
  • key color value is 28.24%
CMYK:
(14,0,15,28)
C14M0Y15K28 
(14%,0%,15%,28%)
(0.14/0.00/0.15/0.28)	

CMYK percentages

%13.66
%0
%14.75
%28.24

Codes

Color #9EB79C in popluar color models

9EB79C
RGB158183156
HSL116°15.79%66.47%
HSB/HSV116°14.75%71.76%
CMYK13.66%0.00%14.75%
28.24%

Color #9EB79C in popluar number systems.

HEX9EB79C
Decimal158183156
Binary100111101011011110011100
Octal236267234

Shades and tints

Shades of #9EB79C

#9EB79C
(158,183,156)
#90A78E
(144,167,142)
#829780
(130,151,128)
#748772
(116,135,114)
#667764
(102,119,100)
#586756
(88,103,86)
#4A5748
(74,87,72)
#3C473A
(60,71,58)
#2E372C
(46,55,44)
#20271E
(32,39,30)
#121710
(18,23,16)
#000000
(0,0,0)

Tints of #9EB79C

#9EB79C
(158,183,156)
#A6BDA5
(166,189,165)
#AEC3AE
(174,195,174)
#B6C9B7
(182,201,183)
#BECFC0
(190,207,192)
#C6D5C9
(198,213,201)
#CEDBD2
(206,219,210)
#D6E1DB
(214,225,219)
#DEE7E4
(222,231,228)
#E6EDED
(230,237,237)
#EEF3F6
(238,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EB79C; }

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

This text font color is #9EB79C.


Background Color

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

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

This div background color is #9EB79C.


Border color

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

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

This div border color is #9EB79C.


Opacity

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

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

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

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

This text has shadow with #9EB79C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EB79C on black background.


Color preview on white background

This text has color #9EB79C on white background.



Black color preview on #9EB79C background

This text has black color on #9EB79C background.


White color preview on #9EB79C background

This text has white color on #9EB79C background.