COLOR #9EA793

HEX: #9EA793
RGB: (158,167,147)

Color info

#9EA793 contains red, green and blue colors in about the same proportion. Web safe color of #9EA793 is #999999 (or #999).

RGB color model

#9EA793 color RGB value is (158,167,147).

  • red value is 158;
  • green value is 167;
  • blue value is 147.
RGB:
(158,167,147)
(62%,65%,58%)

RGB channels and saturation

R 158 of 255 = 62%
G 167 of 255 = 65%
B 147 of 255 = 58%

158
167
147

R + G + B ~ 62%. #9EA793 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 167 + 147 = 472 (100%)
R 158 of 472 ~ 33.47%
G 167 of 472 ~ 35.38%
B 147 of 472 ~ 31.14%

%33.47
%35.38
%31.14

CMYK color model

#9EA793 color CMYK value is (5,0,12,35).

  • cyan value is 5.39%
  • magenta value is 0.00%
  • yellow value is 11.98%
  • key color value is 34.51%
CMYK:
(5,0,12,35)
C5M0Y12K35 
(5%,0%,12%,35%)
(0.05/0.00/0.12/0.35)	

CMYK percentages

%5.39
%0
%11.98
%34.51

Codes

Color #9EA793 in popluar color models

9EA793
RGB158167147
HSL87°10.20%61.57%
HSB/HSV87°11.98%65.49%
CMYK5.39%0.00%11.98%
34.51%

Color #9EA793 in popluar number systems.

HEX9EA793
Decimal158167147
Binary100111101010011110010011
Octal236247223

Shades and tints

Shades of #9EA793

#9EA793
(158,167,147)
#909886
(144,152,134)
#828979
(130,137,121)
#747A6C
(116,122,108)
#666B5F
(102,107,95)
#585C52
(88,92,82)
#4A4D45
(74,77,69)
#3C3E38
(60,62,56)
#2E2F2B
(46,47,43)
#20201E
(32,32,30)
#121111
(18,17,17)
#000000
(0,0,0)

Tints of #9EA793

#9EA793
(158,167,147)
#A6AF9C
(166,175,156)
#AEB7A5
(174,183,165)
#B6BFAE
(182,191,174)
#BEC7B7
(190,199,183)
#C6CFC0
(198,207,192)
#CED7C9
(206,215,201)
#D6DFD2
(214,223,210)
#DEE7DB
(222,231,219)
#E6EFE4
(230,239,228)
#EEF7ED
(238,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EA793; }

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

This text font color is #9EA793.


Background Color

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

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

This div background color is #9EA793.


Border color

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

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

This div border color is #9EA793.


Opacity

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

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

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

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

This text has shadow with #9EA793 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EA793 on black background.


Color preview on white background

This text has color #9EA793 on white background.



Black color preview on #9EA793 background

This text has black color on #9EA793 background.


White color preview on #9EA793 background

This text has white color on #9EA793 background.