COLOR #9EAB92

HEX: #9EAB92
RGB: (158,171,146)

Color info

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

RGB color model

#9EAB92 color RGB value is (158,171,146).

  • red value is 158;
  • green value is 171;
  • blue value is 146.
RGB:
(158,171,146)
(62%,67%,57%)

RGB channels and saturation

R 158 of 255 = 62%
G 171 of 255 = 67%
B 146 of 255 = 57%

158
171
146

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

Portions of RGB colors in percentages

R + G + B =
158 + 171 + 146 = 475 (100%)
R 158 of 475 ~ 33.26%
G 171 of 475 ~ 36%
B 146 of 475 ~ 30.74%

%33.26
%36
%30.74

CMYK color model

#9EAB92 color CMYK value is (8,0,15,33).

  • cyan value is 7.60%
  • magenta value is 0.00%
  • yellow value is 14.62%
  • key color value is 32.94%
CMYK:
(8,0,15,33)
C8M0Y15K33 
(8%,0%,15%,33%)
(0.08/0.00/0.15/0.33)	

CMYK percentages

%7.6
%0
%14.62
%32.94

Codes

Color #9EAB92 in popluar color models

9EAB92
RGB158171146
HSL91°12.95%62.16%
HSB/HSV91°14.62%67.06%
CMYK7.60%0.00%14.62%
32.94%

Color #9EAB92 in popluar number systems.

HEX9EAB92
Decimal158171146
Binary100111101010101110010010
Octal236253222

Shades and tints

Shades of #9EAB92

#9EAB92
(158,171,146)
#909C85
(144,156,133)
#828D78
(130,141,120)
#747E6B
(116,126,107)
#666F5E
(102,111,94)
#586051
(88,96,81)
#4A5144
(74,81,68)
#3C4237
(60,66,55)
#2E332A
(46,51,42)
#20241D
(32,36,29)
#121510
(18,21,16)
#000000
(0,0,0)

Tints of #9EAB92

#9EAB92
(158,171,146)
#A6B29B
(166,178,155)
#AEB9A4
(174,185,164)
#B6C0AD
(182,192,173)
#BEC7B6
(190,199,182)
#C6CEBF
(198,206,191)
#CED5C8
(206,213,200)
#D6DCD1
(214,220,209)
#DEE3DA
(222,227,218)
#E6EAE3
(230,234,227)
#EEF1EC
(238,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EAB92 color. Also use rgb(158,171,146) instead hex code.

Text Font Color

.myTextColor { color: #9EAB92; }

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

This text font color is #9EAB92.


Background Color

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

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

This div background color is #9EAB92.


Border color

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

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

This div border color is #9EAB92.


Opacity

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

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

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

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

This text has shadow with #9EAB92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EAB92 on black background.


Color preview on white background

This text has color #9EAB92 on white background.



Black color preview on #9EAB92 background

This text has black color on #9EAB92 background.


White color preview on #9EAB92 background

This text has white color on #9EAB92 background.