COLOR #9EAF86

HEX: #9EAF86
RGB: (158,175,134)

Color info

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

RGB color model

#9EAF86 color RGB value is (158,175,134).

  • red value is 158;
  • green value is 175;
  • blue value is 134.
RGB:
(158,175,134)
(62%,69%,53%)

RGB channels and saturation

R 158 of 255 = 62%
G 175 of 255 = 69%
B 134 of 255 = 53%

158
175
134

R + G + B ~ 61%. #9EAF86 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 175 + 134 = 467 (100%)
R 158 of 467 ~ 33.83%
G 175 of 467 ~ 37.47%
B 134 of 467 ~ 28.69%

%33.83
%37.47
%28.69

CMYK color model

#9EAF86 color CMYK value is (10,0,23,31).

  • cyan value is 9.71%
  • magenta value is 0.00%
  • yellow value is 23.43%
  • key color value is 31.37%
CMYK:
(10,0,23,31)
C10M0Y23K31 
(10%,0%,23%,31%)
(0.10/0.00/0.23/0.31)	

CMYK percentages

%9.71
%0
%23.43
%31.37

Codes

Color #9EAF86 in popluar color models

9EAF86
RGB158175134
HSL85°20.40%60.59%
HSB/HSV85°23.43%68.63%
CMYK9.71%0.00%23.43%
31.37%

Color #9EAF86 in popluar number systems.

HEX9EAF86
Decimal158175134
Binary100111101010111110000110
Octal236257206

Shades and tints

Shades of #9EAF86

#9EAF86
(158,175,134)
#90A07A
(144,160,122)
#82916E
(130,145,110)
#748262
(116,130,98)
#667356
(102,115,86)
#58644A
(88,100,74)
#4A553E
(74,85,62)
#3C4632
(60,70,50)
#2E3726
(46,55,38)
#20281A
(32,40,26)
#12190E
(18,25,14)
#000000
(0,0,0)

Tints of #9EAF86

#9EAF86
(158,175,134)
#A6B691
(166,182,145)
#AEBD9C
(174,189,156)
#B6C4A7
(182,196,167)
#BECBB2
(190,203,178)
#C6D2BD
(198,210,189)
#CED9C8
(206,217,200)
#D6E0D3
(214,224,211)
#DEE7DE
(222,231,222)
#E6EEE9
(230,238,233)
#EEF5F4
(238,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EAF86; }

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

This text font color is #9EAF86.


Background Color

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

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

This div background color is #9EAF86.


Border color

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

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

This div border color is #9EAF86.


Opacity

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

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

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

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

This text has shadow with #9EAF86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EAF86 on black background.


Color preview on white background

This text has color #9EAF86 on white background.



Black color preview on #9EAF86 background

This text has black color on #9EAF86 background.


White color preview on #9EAF86 background

This text has white color on #9EAF86 background.