COLOR #9EAC92

HEX: #9EAC92
RGB: (158,172,146)

Color info

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

RGB color model

#9EAC92 color RGB value is (158,172,146).

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

RGB channels and saturation

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

158
172
146

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

Portions of RGB colors in percentages

R + G + B =
158 + 172 + 146 = 476 (100%)
R 158 of 476 ~ 33.19%
G 172 of 476 ~ 36.13%
B 146 of 476 ~ 30.67%

%33.19
%36.13
%30.67

CMYK color model

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

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

CMYK percentages

%8.14
%0
%15.12
%32.55

Codes

Color #9EAC92 in popluar color models

9EAC92
RGB158172146
HSL92°13.54%62.35%
HSB/HSV92°15.12%67.45%
CMYK8.14%0.00%15.12%
32.55%

Color #9EAC92 in popluar number systems.

HEX9EAC92
Decimal158172146
Binary100111101010110010010010
Octal236254222

Shades and tints

Shades of #9EAC92

#9EAC92
(158,172,146)
#909D85
(144,157,133)
#828E78
(130,142,120)
#747F6B
(116,127,107)
#66705E
(102,112,94)
#586151
(88,97,81)
#4A5244
(74,82,68)
#3C4337
(60,67,55)
#2E342A
(46,52,42)
#20251D
(32,37,29)
#121610
(18,22,16)
#000000
(0,0,0)

Tints of #9EAC92

#9EAC92
(158,172,146)
#A6B39B
(166,179,155)
#AEBAA4
(174,186,164)
#B6C1AD
(182,193,173)
#BEC8B6
(190,200,182)
#C6CFBF
(198,207,191)
#CED6C8
(206,214,200)
#D6DDD1
(214,221,209)
#DEE4DA
(222,228,218)
#E6EBE3
(230,235,227)
#EEF2EC
(238,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EAC92; }

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

This text font color is #9EAC92.


Background Color

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

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

This div background color is #9EAC92.


Border color

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

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

This div border color is #9EAC92.


Opacity

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

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

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

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

This text has shadow with #9EAC92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EAC92 on black background.


Color preview on white background

This text has color #9EAC92 on white background.



Black color preview on #9EAC92 background

This text has black color on #9EAC92 background.


White color preview on #9EAC92 background

This text has white color on #9EAC92 background.