COLOR #9EAD9B

HEX: #9EAD9B
RGB: (158,173,155)

Color info

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

RGB color model

#9EAD9B color RGB value is (158,173,155).

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

RGB channels and saturation

R 158 of 255 = 62%
G 173 of 255 = 68%
B 155 of 255 = 61%

158
173
155

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

Portions of RGB colors in percentages

R + G + B =
158 + 173 + 155 = 486 (100%)
R 158 of 486 ~ 32.51%
G 173 of 486 ~ 35.6%
B 155 of 486 ~ 31.89%

%32.51
%35.6
%31.89

CMYK color model

#9EAD9B color CMYK value is (9,0,10,32).

  • cyan value is 8.67%
  • magenta value is 0.00%
  • yellow value is 10.40%
  • key color value is 32.16%
CMYK:
(9,0,10,32)
C9M0Y10K32 
(9%,0%,10%,32%)
(0.09/0.00/0.10/0.32)	

CMYK percentages

%8.67
%0
%10.4
%32.16

Codes

Color #9EAD9B in popluar color models

9EAD9B
RGB158173155
HSL110°9.89%64.31%
HSB/HSV110°10.40%67.84%
CMYK8.67%0.00%10.40%
32.16%

Color #9EAD9B in popluar number systems.

HEX9EAD9B
Decimal158173155
Binary100111101010110110011011
Octal236255233

Shades and tints

Shades of #9EAD9B

#9EAD9B
(158,173,155)
#909E8D
(144,158,141)
#828F7F
(130,143,127)
#748071
(116,128,113)
#667163
(102,113,99)
#586255
(88,98,85)
#4A5347
(74,83,71)
#3C4439
(60,68,57)
#2E352B
(46,53,43)
#20261D
(32,38,29)
#12170F
(18,23,15)
#000000
(0,0,0)

Tints of #9EAD9B

#9EAD9B
(158,173,155)
#A6B4A4
(166,180,164)
#AEBBAD
(174,187,173)
#B6C2B6
(182,194,182)
#BEC9BF
(190,201,191)
#C6D0C8
(198,208,200)
#CED7D1
(206,215,209)
#D6DEDA
(214,222,218)
#DEE5E3
(222,229,227)
#E6ECEC
(230,236,236)
#EEF3F5
(238,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EAD9B; }

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

This text font color is #9EAD9B.


Background Color

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

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

This div background color is #9EAD9B.


Border color

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

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

This div border color is #9EAD9B.


Opacity

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

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

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

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

This text has shadow with #9EAD9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EAD9B on black background.


Color preview on white background

This text has color #9EAD9B on white background.



Black color preview on #9EAD9B background

This text has black color on #9EAD9B background.


White color preview on #9EAD9B background

This text has white color on #9EAD9B background.