COLOR #9EAF8D

HEX: #9EAF8D
RGB: (158,175,141)

Color info

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

RGB color model

#9EAF8D color RGB value is (158,175,141).

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

RGB channels and saturation

R 158 of 255 = 62%
G 175 of 255 = 69%
B 141 of 255 = 55%

158
175
141

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

Portions of RGB colors in percentages

R + G + B =
158 + 175 + 141 = 474 (100%)
R 158 of 474 ~ 33.33%
G 175 of 474 ~ 36.92%
B 141 of 474 ~ 29.75%

%33.33
%36.92
%29.75

CMYK color model

#9EAF8D color CMYK value is (10,0,19,31).

  • cyan value is 9.71%
  • magenta value is 0.00%
  • yellow value is 19.43%
  • key color value is 31.37%
CMYK:
(10,0,19,31)
C10M0Y19K31 
(10%,0%,19%,31%)
(0.10/0.00/0.19/0.31)	

CMYK percentages

%9.71
%0
%19.43
%31.37

Codes

Color #9EAF8D in popluar color models

9EAF8D
RGB158175141
HSL90°17.53%61.96%
HSB/HSV90°19.43%68.63%
CMYK9.71%0.00%19.43%
31.37%

Color #9EAF8D in popluar number systems.

HEX9EAF8D
Decimal158175141
Binary100111101010111110001101
Octal236257215

Shades and tints

Shades of #9EAF8D

#9EAF8D
(158,175,141)
#90A081
(144,160,129)
#829175
(130,145,117)
#748269
(116,130,105)
#66735D
(102,115,93)
#586451
(88,100,81)
#4A5545
(74,85,69)
#3C4639
(60,70,57)
#2E372D
(46,55,45)
#202821
(32,40,33)
#121915
(18,25,21)
#000000
(0,0,0)

Tints of #9EAF8D

#9EAF8D
(158,175,141)
#A6B697
(166,182,151)
#AEBDA1
(174,189,161)
#B6C4AB
(182,196,171)
#BECBB5
(190,203,181)
#C6D2BF
(198,210,191)
#CED9C9
(206,217,201)
#D6E0D3
(214,224,211)
#DEE7DD
(222,231,221)
#E6EEE7
(230,238,231)
#EEF5F1
(238,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EAF8D; }

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

This text font color is #9EAF8D.


Background Color

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

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

This div background color is #9EAF8D.


Border color

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

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

This div border color is #9EAF8D.


Opacity

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

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

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

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

This text has shadow with #9EAF8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EAF8D on black background.


Color preview on white background

This text has color #9EAF8D on white background.



Black color preview on #9EAF8D background

This text has black color on #9EAF8D background.


White color preview on #9EAF8D background

This text has white color on #9EAF8D background.