COLOR #9EA597

HEX: #9EA597
RGB: (158,165,151)

Color info

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

RGB color model

#9EA597 color RGB value is (158,165,151).

  • red value is 158;
  • green value is 165;
  • blue value is 151.
RGB:
(158,165,151)
(62%,65%,59%)

RGB channels and saturation

R 158 of 255 = 62%
G 165 of 255 = 65%
B 151 of 255 = 59%

158
165
151

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

Portions of RGB colors in percentages

R + G + B =
158 + 165 + 151 = 474 (100%)
R 158 of 474 ~ 33.33%
G 165 of 474 ~ 34.81%
B 151 of 474 ~ 31.86%

%33.33
%34.81
%31.86

CMYK color model

#9EA597 color CMYK value is (4,0,8,35).

  • cyan value is 4.24%
  • magenta value is 0.00%
  • yellow value is 8.48%
  • key color value is 35.29%
CMYK:
(4,0,8,35)
C4M0Y8K35 
(4%,0%,8%,35%)
(0.04/0.00/0.08/0.35)	

CMYK percentages

%4.24
%0
%8.48
%35.29

Codes

Color #9EA597 in popluar color models

9EA597
RGB158165151
HSL90°7.22%61.96%
HSB/HSV90°8.48%64.71%
CMYK4.24%0.00%8.48%
35.29%

Color #9EA597 in popluar number systems.

HEX9EA597
Decimal158165151
Binary100111101010010110010111
Octal236245227

Shades and tints

Shades of #9EA597

#9EA597
(158,165,151)
#90968A
(144,150,138)
#82877D
(130,135,125)
#747870
(116,120,112)
#666963
(102,105,99)
#585A56
(88,90,86)
#4A4B49
(74,75,73)
#3C3C3C
(60,60,60)
#2E2D2F
(46,45,47)
#201E22
(32,30,34)
#120F15
(18,15,21)
#000000
(0,0,0)

Tints of #9EA597

#9EA597
(158,165,151)
#A6ADA0
(166,173,160)
#AEB5A9
(174,181,169)
#B6BDB2
(182,189,178)
#BEC5BB
(190,197,187)
#C6CDC4
(198,205,196)
#CED5CD
(206,213,205)
#D6DDD6
(214,221,214)
#DEE5DF
(222,229,223)
#E6EDE8
(230,237,232)
#EEF5F1
(238,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EA597; }

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

This text font color is #9EA597.


Background Color

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

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

This div background color is #9EA597.


Border color

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

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

This div border color is #9EA597.


Opacity

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

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

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

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

This text has shadow with #9EA597 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EA597 on black background.


Color preview on white background

This text has color #9EA597 on white background.



Black color preview on #9EA597 background

This text has black color on #9EA597 background.


White color preview on #9EA597 background

This text has white color on #9EA597 background.