COLOR #9EA998

HEX: #9EA998
RGB: (158,169,152)

Color info

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

RGB color model

#9EA998 color RGB value is (158,169,152).

  • red value is 158;
  • green value is 169;
  • blue value is 152.
RGB:
(158,169,152)
(62%,66%,60%)

RGB channels and saturation

R 158 of 255 = 62%
G 169 of 255 = 66%
B 152 of 255 = 60%

158
169
152

R + G + B ~ 63%. #9EA998 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 169 + 152 = 479 (100%)
R 158 of 479 ~ 32.99%
G 169 of 479 ~ 35.28%
B 152 of 479 ~ 31.73%

%32.99
%35.28
%31.73

CMYK color model

#9EA998 color CMYK value is (7,0,10,34).

  • cyan value is 6.51%
  • magenta value is 0.00%
  • yellow value is 10.06%
  • key color value is 33.73%
CMYK:
(7,0,10,34)
C7M0Y10K34 
(7%,0%,10%,34%)
(0.07/0.00/0.10/0.34)	

CMYK percentages

%6.51
%0
%10.06
%33.73

Codes

Color #9EA998 in popluar color models

9EA998
RGB158169152
HSL99°8.99%62.94%
HSB/HSV99°10.06%66.27%
CMYK6.51%0.00%10.06%
33.73%

Color #9EA998 in popluar number systems.

HEX9EA998
Decimal158169152
Binary100111101010100110011000
Octal236251230

Shades and tints

Shades of #9EA998

#9EA998
(158,169,152)
#909A8B
(144,154,139)
#828B7E
(130,139,126)
#747C71
(116,124,113)
#666D64
(102,109,100)
#585E57
(88,94,87)
#4A4F4A
(74,79,74)
#3C403D
(60,64,61)
#2E3130
(46,49,48)
#202223
(32,34,35)
#121316
(18,19,22)
#000000
(0,0,0)

Tints of #9EA998

#9EA998
(158,169,152)
#A6B0A1
(166,176,161)
#AEB7AA
(174,183,170)
#B6BEB3
(182,190,179)
#BEC5BC
(190,197,188)
#C6CCC5
(198,204,197)
#CED3CE
(206,211,206)
#D6DAD7
(214,218,215)
#DEE1E0
(222,225,224)
#E6E8E9
(230,232,233)
#EEEFF2
(238,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EA998 color. Also use rgb(158,169,152) instead hex code.

Text Font Color

.myTextColor { color: #9EA998; }

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

This text font color is #9EA998.


Background Color

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

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

This div background color is #9EA998.


Border color

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

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

This div border color is #9EA998.


Opacity

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

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

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

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

This text has shadow with #9EA998 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EA998 on black background.


Color preview on white background

This text has color #9EA998 on white background.



Black color preview on #9EA998 background

This text has black color on #9EA998 background.


White color preview on #9EA998 background

This text has white color on #9EA998 background.