COLOR #9EAF9B

HEX: #9EAF9B
RGB: (158,175,155)

Color info

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

RGB color model

#9EAF9B color RGB value is (158,175,155).

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

RGB channels and saturation

R 158 of 255 = 62%
G 175 of 255 = 69%
B 155 of 255 = 61%

158
175
155

R + G + B ~ 64%. #9EAF9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 175 + 155 = 488 (100%)
R 158 of 488 ~ 32.38%
G 175 of 488 ~ 35.86%
B 155 of 488 ~ 31.76%

%32.38
%35.86
%31.76

CMYK color model

#9EAF9B color CMYK value is (10,0,11,31).

  • cyan value is 9.71%
  • magenta value is 0.00%
  • yellow value is 11.43%
  • key color value is 31.37%
CMYK:
(10,0,11,31)
C10M0Y11K31 
(10%,0%,11%,31%)
(0.10/0.00/0.11/0.31)	

CMYK percentages

%9.71
%0
%11.43
%31.37

Codes

Color #9EAF9B in popluar color models

9EAF9B
RGB158175155
HSL111°11.11%64.71%
HSB/HSV111°11.43%68.63%
CMYK9.71%0.00%11.43%
31.37%

Color #9EAF9B in popluar number systems.

HEX9EAF9B
Decimal158175155
Binary100111101010111110011011
Octal236257233

Shades and tints

Shades of #9EAF9B

#9EAF9B
(158,175,155)
#90A08D
(144,160,141)
#82917F
(130,145,127)
#748271
(116,130,113)
#667363
(102,115,99)
#586455
(88,100,85)
#4A5547
(74,85,71)
#3C4639
(60,70,57)
#2E372B
(46,55,43)
#20281D
(32,40,29)
#12190F
(18,25,15)
#000000
(0,0,0)

Tints of #9EAF9B

#9EAF9B
(158,175,155)
#A6B6A4
(166,182,164)
#AEBDAD
(174,189,173)
#B6C4B6
(182,196,182)
#BECBBF
(190,203,191)
#C6D2C8
(198,210,200)
#CED9D1
(206,217,209)
#D6E0DA
(214,224,218)
#DEE7E3
(222,231,227)
#E6EEEC
(230,238,236)
#EEF5F5
(238,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EAF9B; }

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

This text font color is #9EAF9B.


Background Color

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

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

This div background color is #9EAF9B.


Border color

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

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

This div border color is #9EAF9B.


Opacity

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

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

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

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

This text has shadow with #9EAF9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EAF9B on black background.


Color preview on white background

This text has color #9EAF9B on white background.



Black color preview on #9EAF9B background

This text has black color on #9EAF9B background.


White color preview on #9EAF9B background

This text has white color on #9EAF9B background.