COLOR #9EA897

HEX: #9EA897 RGB: (158,168,151)

Color info

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

RGB color model

#9EA897 color RGB value is (158,168,151).

RGB: (158,168,151) (62%, 66%, 59%)

RGB channels and saturation

R 158 of 255 = 62%
G 168 of 255 = 66%
B 151 of 255 = 59%

158
168
151

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

Portions of RGB colors in percentages

R + G + B = 158 + 168 + 151 = 477 (100%)
R 158 of 477 ~ 33.12%
G 168 of 477 ~ 35.22%
B 151 of 477 ~ 31.66'%

%33.12
%35.22
%31.66

CMYK color model

#9EA897 color CMYK value is (6,0,10,34).

  • cyan value is 5.95%
  • magenta value is 0.00%
  • yellow value is 10.12%
  • key color value is 34.12%

CMYK: (6,0,10,34)
C6M0Y10K34 (6%, 0%, 10%, 34%)
(0.06 / 0.00 / 0.10 / 0.34)

CMYK percentages

%5.95
%0
%10.12
%34.12

Codes

Color #9EA897 in popluar color models

9E A8 97
RGB 158 168 151
HSL 95° 8.90% 62.55%
HSB/HSV 95° 10.12% 65.88%
CMYK 5.95% 0.00% 10.12%
34.12%

Color #9EA897 in popluar number systems.

HEX 9E A8 97
Decimal 158 168 151
Binary 10011110 10101000 10010111
Octal 236 250 227

Shades and tints

Shades of #9EA897

#9EA897
(158,168,151)
#90998A
(144,153,138)
#828A7D
(130,138,125)
#747B70
(116,123,112)
#666C63
(102,108,99)
#585D56
(88,93,86)
#4A4E49
(74,78,73)
#3C3F3C
(60,63,60)
#2E302F
(46,48,47)
#202122
(32,33,34)
#121215
(18,18,21)
#000000
(0,0,0)

Tints of #9EA897

#9EA897
(158,168,151)
#A6AFA0
(166,175,160)
#AEB6A9
(174,182,169)
#B6BDB2
(182,189,178)
#BEC4BB
(190,196,187)
#C6CBC4
(198,203,196)
#CED2CD
(206,210,205)
#D6D9D6
(214,217,214)
#DEE0DF
(222,224,223)
#E6E7E8
(230,231,232)
#EEEEF1
(238,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EA897 color. Also use rgb(158,168,151) instead hex code.

Text Font Color

.myTextColor { color: #9EA897; }

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

This text font color is #9EA897.

Background Color

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

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

This div background color is #9EA897.

Border color

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

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

This div border color is #9EA897.

Opacity

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

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

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

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

This text has shadow with #9EA897 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EA897.

Preview

Color preview on black background

This text has color #9EA897 on black background.


Color preview on white background

This text has color #9EA897 on white background.


Black color preview on #9EA897 background

This text has black color on #9EA897 background.


White color preview on #9EA897 background

This text has white color on #9EA897 background.


Related colors

Complementary color

Complementary color for #hex is #615768.


I love getcolorcode.com

Triadic colors

1 #979EA8 and #A8979E with #9EA897 are triadic colors.

2 #97A89E and #A89E97 with #9EA897 are triadic colors.