COLOR #9EA586

HEX: #9EA586 RGB: (158,165,134)

Color info

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

RGB color model

#9EA586 color RGB value is (158,165,134).

RGB: (158,165,134) (62%, 65%, 53%)

RGB channels and saturation

R 158 of 255 = 62%
G 165 of 255 = 65%
B 134 of 255 = 53%

158
165
134

R + G + B ~ 60%. #9EA586 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 158 + 165 + 134 = 457 (100%)
R 158 of 457 ~ 34.57%
G 165 of 457 ~ 36.11%
B 134 of 457 ~ 29.32'%

%34.57
%36.11
%29.32

CMYK color model

#9EA586 color CMYK value is (4,0,19,35).

  • cyan value is 4.24%
  • magenta value is 0.00%
  • yellow value is 18.79%
  • key color value is 35.29%
CMYK: (4,0,19,35) C4M0Y19K35 (4%,0%,19%,35%) (0.04/0.00/0.19/0.35) 

CMYK percentages

%4.24
%0
%18.79
%35.29

Codes

Color #9EA586 in popluar color models

9E A5 86
RGB 158 165 134
HSL 74° 14.69% 58.63%
HSB/HSV 74° 18.79% 64.71%
CMYK 4.24% 0.00% 18.79%
35.29%

Color #9EA586 in popluar number systems.

HEX 9E A5 86
Decimal 158 165 134
Binary 10011110 10100101 10000110
Octal 236 245 206

Shades and tints

Shades of #9EA586

#9EA586
(158,165,134)
#90967A
(144,150,122)
#82876E
(130,135,110)
#747862
(116,120,98)
#666956
(102,105,86)
#585A4A
(88,90,74)
#4A4B3E
(74,75,62)
#3C3C32
(60,60,50)
#2E2D26
(46,45,38)
#201E1A
(32,30,26)
#120F0E
(18,15,14)
#000000
(0,0,0)

Tints of #9EA586

#9EA586
(158,165,134)
#A6AD91
(166,173,145)
#AEB59C
(174,181,156)
#B6BDA7
(182,189,167)
#BEC5B2
(190,197,178)
#C6CDBD
(198,205,189)
#CED5C8
(206,213,200)
#D6DDD3
(214,221,211)
#DEE5DE
(222,229,222)
#E6EDE9
(230,237,233)
#EEF5F4
(238,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EA586; }

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

This text font color is #9EA586.

Background Color

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

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

This div background color is #9EA586.

Border color

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

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

This div border color is #9EA586.

Opacity

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

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

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

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

This text has shadow with #9EA586 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EA586.

Preview

Color preview on black background

This text has color #9EA586 on black background.


Color preview on white background

This text has color #9EA586 on white background.


Black color preview on #9EA586 background

This text has black color on #9EA586 background.


White color preview on #9EA586 background

This text has white color on #9EA586 background.


Related colors

Complementary color

Complementary color for #hex is #615A79.


I love getcolorcode.com

Triadic colors

1 #869EA5 and #A5869E with #9EA586 are triadic colors.

2 #86A59E and #A59E86 with #9EA586 are triadic colors.