COLOR #9EAB8F

HEX: #9EAB8F
RGB: (158,171,143)

Color info

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

RGB color model

#9EAB8F color RGB value is (158,171,143).

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

RGB channels and saturation

R 158 of 255 = 62%
G 171 of 255 = 67%
B 143 of 255 = 56%

158
171
143

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

Portions of RGB colors in percentages

R + G + B =
158 + 171 + 143 = 472 (100%)
R 158 of 472 ~ 33.47%
G 171 of 472 ~ 36.23%
B 143 of 472 ~ 30.3%

%33.47
%36.23
%30.3

CMYK color model

#9EAB8F color CMYK value is (8,0,16,33).

  • cyan value is 7.60%
  • magenta value is 0.00%
  • yellow value is 16.37%
  • key color value is 32.94%
CMYK:
(8,0,16,33)
C8M0Y16K33 
(8%,0%,16%,33%)
(0.08/0.00/0.16/0.33)	

CMYK percentages

%7.6
%0
%16.37
%32.94

Codes

Color #9EAB8F in popluar color models

9EAB8F
RGB158171143
HSL88°14.29%61.57%
HSB/HSV88°16.37%67.06%
CMYK7.60%0.00%16.37%
32.94%

Color #9EAB8F in popluar number systems.

HEX9EAB8F
Decimal158171143
Binary100111101010101110001111
Octal236253217

Shades and tints

Shades of #9EAB8F

#9EAB8F
(158,171,143)
#909C82
(144,156,130)
#828D75
(130,141,117)
#747E68
(116,126,104)
#666F5B
(102,111,91)
#58604E
(88,96,78)
#4A5141
(74,81,65)
#3C4234
(60,66,52)
#2E3327
(46,51,39)
#20241A
(32,36,26)
#12150D
(18,21,13)
#000000
(0,0,0)

Tints of #9EAB8F

#9EAB8F
(158,171,143)
#A6B299
(166,178,153)
#AEB9A3
(174,185,163)
#B6C0AD
(182,192,173)
#BEC7B7
(190,199,183)
#C6CEC1
(198,206,193)
#CED5CB
(206,213,203)
#D6DCD5
(214,220,213)
#DEE3DF
(222,227,223)
#E6EAE9
(230,234,233)
#EEF1F3
(238,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EAB8F; }

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

This text font color is #9EAB8F.


Background Color

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

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

This div background color is #9EAB8F.


Border color

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

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

This div border color is #9EAB8F.


Opacity

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

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

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

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

This text has shadow with #9EAB8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EAB8F on black background.


Color preview on white background

This text has color #9EAB8F on white background.



Black color preview on #9EAB8F background

This text has black color on #9EAB8F background.


White color preview on #9EAB8F background

This text has white color on #9EAB8F background.