COLOR #9EA59C

HEX: #9EA59C
RGB: (158,165,156)

Color info

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

RGB color model

#9EA59C color RGB value is (158,165,156).

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

RGB channels and saturation

R 158 of 255 = 62%
G 165 of 255 = 65%
B 156 of 255 = 61%

158
165
156

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

Portions of RGB colors in percentages

R + G + B =
158 + 165 + 156 = 479 (100%)
R 158 of 479 ~ 32.99%
G 165 of 479 ~ 34.45%
B 156 of 479 ~ 32.57%

%32.99
%34.45
%32.57

CMYK color model

#9EA59C color CMYK value is (4,0,5,35).

  • cyan value is 4.24%
  • magenta value is 0.00%
  • yellow value is 5.45%
  • key color value is 35.29%
CMYK:
(4,0,5,35)
C4M0Y5K35 
(4%,0%,5%,35%)
(0.04/0.00/0.05/0.35)	

CMYK percentages

%4.24
%0
%5.45
%35.29

Codes

Color #9EA59C in popluar color models

9EA59C
RGB158165156
HSL107°4.76%62.94%
HSB/HSV107°5.45%64.71%
CMYK4.24%0.00%5.45%
35.29%

Color #9EA59C in popluar number systems.

HEX9EA59C
Decimal158165156
Binary100111101010010110011100
Octal236245234

Shades and tints

Shades of #9EA59C

#9EA59C
(158,165,156)
#90968E
(144,150,142)
#828780
(130,135,128)
#747872
(116,120,114)
#666964
(102,105,100)
#585A56
(88,90,86)
#4A4B48
(74,75,72)
#3C3C3A
(60,60,58)
#2E2D2C
(46,45,44)
#201E1E
(32,30,30)
#120F10
(18,15,16)
#000000
(0,0,0)

Tints of #9EA59C

#9EA59C
(158,165,156)
#A6ADA5
(166,173,165)
#AEB5AE
(174,181,174)
#B6BDB7
(182,189,183)
#BEC5C0
(190,197,192)
#C6CDC9
(198,205,201)
#CED5D2
(206,213,210)
#D6DDDB
(214,221,219)
#DEE5E4
(222,229,228)
#E6EDED
(230,237,237)
#EEF5F6
(238,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EA59C; }

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

This text font color is #9EA59C.


Background Color

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

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

This div background color is #9EA59C.


Border color

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

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

This div border color is #9EA59C.


Opacity

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

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

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

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

This text has shadow with #9EA59C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EA59C on black background.


Color preview on white background

This text has color #9EA59C on white background.



Black color preview on #9EA59C background

This text has black color on #9EA59C background.


White color preview on #9EA59C background

This text has white color on #9EA59C background.