COLOR #9E8497

HEX: #9E8497 RGB: (158,132,151)

Color info

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

RGB color model

#9E8497 color RGB value is (158,132,151).

RGB: (158,132,151) (62%, 52%, 59%)

RGB channels and saturation

R 158 of 255 = 62%
G 132 of 255 = 52%
B 151 of 255 = 59%

158
132
151

R + G + B ~ 58%. #9E8497 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 158 + 132 + 151 = 441 (100%)
R 158 of 441 ~ 35.83%
G 132 of 441 ~ 29.93%
B 151 of 441 ~ 34.24'%

%35.83
%29.93
%34.24

CMYK color model

#9E8497 color CMYK value is (0,16,4,38).

  • cyan value is 0.00%
  • magenta value is 16.46%
  • yellow value is 4.43%
  • key color value is 38.04%

CMYK: (0,16,4,38)
C0M16Y4K38 (0%, 16%, 4%, 38%)
(0.00 / 0.16 / 0.04 / 0.38)

CMYK percentages

%0
%16.46
%4.43
%38.04

Codes

Color #9E8497 in popluar color models

9E 84 97
RGB 158 132 151
HSL 316° 11.82% 56.86%
HSB/HSV 316° 16.46% 61.96%
CMYK 0.00% 16.46% 4.43%
38.04%

Color #9E8497 in popluar number systems.

HEX 9E 84 97
Decimal 158 132 151
Binary 10011110 10000100 10010111
Octal 236 204 227

Shades and tints

Shades of #9E8497

#9E8497
(158,132,151)
#90788A
(144,120,138)
#826C7D
(130,108,125)
#746070
(116,96,112)
#665463
(102,84,99)
#584856
(88,72,86)
#4A3C49
(74,60,73)
#3C303C
(60,48,60)
#2E242F
(46,36,47)
#201822
(32,24,34)
#120C15
(18,12,21)
#000000
(0,0,0)

Tints of #9E8497

#9E8497
(158,132,151)
#A68FA0
(166,143,160)
#AE9AA9
(174,154,169)
#B6A5B2
(182,165,178)
#BEB0BB
(190,176,187)
#C6BBC4
(198,187,196)
#CEC6CD
(206,198,205)
#D6D1D6
(214,209,214)
#DEDCDF
(222,220,223)
#E6E7E8
(230,231,232)
#EEF2F1
(238,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E8497; }

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

This text font color is #9E8497.

Background Color

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

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

This div background color is #9E8497.

Border color

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

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

This div border color is #9E8497.

Opacity

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

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

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

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

This text has shadow with #9E8497 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E8497.

Preview

Color preview on black background

This text has color #9E8497 on black background.


Color preview on white background

This text has color #9E8497 on white background.


Black color preview on #9E8497 background

This text has black color on #9E8497 background.


White color preview on #9E8497 background

This text has white color on #9E8497 background.


Related colors

Complementary color

Complementary color for #hex is #617B68.


I love getcolorcode.com

Triadic colors

1 #979E84 and #84979E with #9E8497 are triadic colors.

2 #97849E and #849E97 with #9E8497 are triadic colors.