COLOR #9EA09C

HEX: #9EA09C
RGB: (158,160,156)

Color info

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

RGB color model

#9EA09C color RGB value is (158,160,156).

  • red value is 158;
  • green value is 160;
  • blue value is 156.
RGB:
(158,160,156)
(62%,63%,61%)

RGB channels and saturation

R 158 of 255 = 62%
G 160 of 255 = 63%
B 156 of 255 = 61%

158
160
156

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

Portions of RGB colors in percentages

R + G + B =
158 + 160 + 156 = 474 (100%)
R 158 of 474 ~ 33.33%
G 160 of 474 ~ 33.76%
B 156 of 474 ~ 32.91%

%33.33
%33.76
%32.91

CMYK color model

#9EA09C color CMYK value is (1,0,2,37).

  • cyan value is 1.25%
  • magenta value is 0.00%
  • yellow value is 2.50%
  • key color value is 37.25%
CMYK:
(1,0,2,37)
C1M0Y2K37 
(1%,0%,2%,37%)
(0.01/0.00/0.02/0.37)	

CMYK percentages

%1.25
%0
%2.5
%37.25

Codes

Color #9EA09C in popluar color models

9EA09C
RGB158160156
HSL90°2.06%61.96%
HSB/HSV90°2.50%62.75%
CMYK1.25%0.00%2.50%
37.25%

Color #9EA09C in popluar number systems.

HEX9EA09C
Decimal158160156
Binary100111101010000010011100
Octal236240234

Shades and tints

Shades of #9EA09C

#9EA09C
(158,160,156)
#90928E
(144,146,142)
#828480
(130,132,128)
#747672
(116,118,114)
#666864
(102,104,100)
#585A56
(88,90,86)
#4A4C48
(74,76,72)
#3C3E3A
(60,62,58)
#2E302C
(46,48,44)
#20221E
(32,34,30)
#121410
(18,20,16)
#000000
(0,0,0)

Tints of #9EA09C

#9EA09C
(158,160,156)
#A6A8A5
(166,168,165)
#AEB0AE
(174,176,174)
#B6B8B7
(182,184,183)
#BEC0C0
(190,192,192)
#C6C8C9
(198,200,201)
#CED0D2
(206,208,210)
#D6D8DB
(214,216,219)
#DEE0E4
(222,224,228)
#E6E8ED
(230,232,237)
#EEF0F6
(238,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EA09C color. Also use rgb(158,160,156) instead hex code.

Text Font Color

.myTextColor { color: #9EA09C; }

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

This text font color is #9EA09C.


Background Color

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

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

This div background color is #9EA09C.


Border color

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

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

This div border color is #9EA09C.


Opacity

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

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

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

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

This text has shadow with #9EA09C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EA09C on black background.


Color preview on white background

This text has color #9EA09C on white background.



Black color preview on #9EA09C background

This text has black color on #9EA09C background.


White color preview on #9EA09C background

This text has white color on #9EA09C background.