COLOR #9E8999

HEX: #9E8999
RGB: (158,137,153)

Color info

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

RGB color model

#9E8999 color RGB value is (158,137,153).

  • red value is 158;
  • green value is 137;
  • blue value is 153.
RGB:
(158,137,153)
(62%,54%,60%)

RGB channels and saturation

R 158 of 255 = 62%
G 137 of 255 = 54%
B 153 of 255 = 60%

158
137
153

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

Portions of RGB colors in percentages

R + G + B =
158 + 137 + 153 = 448 (100%)
R 158 of 448 ~ 35.27%
G 137 of 448 ~ 30.58%
B 153 of 448 ~ 34.15%

%35.27
%30.58
%34.15

CMYK color model

#9E8999 color CMYK value is (0,13,3,38).

  • cyan value is 0.00%
  • magenta value is 13.29%
  • yellow value is 3.16%
  • key color value is 38.04%
CMYK:
(0,13,3,38)
C0M13Y3K38 
(0%,13%,3%,38%)
(0.00/0.13/0.03/0.38)	

CMYK percentages

%0
%13.29
%3.16
%38.04

Codes

Color #9E8999 in popluar color models

9E8999
RGB158137153
HSL314°9.77%57.84%
HSB/HSV314°13.29%61.96%
CMYK0.00%13.29%3.16%
38.04%

Color #9E8999 in popluar number systems.

HEX9E8999
Decimal158137153
Binary100111101000100110011001
Octal236211231

Shades and tints

Shades of #9E8999

#9E8999
(158,137,153)
#907D8C
(144,125,140)
#82717F
(130,113,127)
#746572
(116,101,114)
#665965
(102,89,101)
#584D58
(88,77,88)
#4A414B
(74,65,75)
#3C353E
(60,53,62)
#2E2931
(46,41,49)
#201D24
(32,29,36)
#121117
(18,17,23)
#000000
(0,0,0)

Tints of #9E8999

#9E8999
(158,137,153)
#A693A2
(166,147,162)
#AE9DAB
(174,157,171)
#B6A7B4
(182,167,180)
#BEB1BD
(190,177,189)
#C6BBC6
(198,187,198)
#CEC5CF
(206,197,207)
#D6CFD8
(214,207,216)
#DED9E1
(222,217,225)
#E6E3EA
(230,227,234)
#EEEDF3
(238,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E8999 color. Also use rgb(158,137,153) instead hex code.

Text Font Color

.myTextColor { color: #9E8999; }

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

This text font color is #9E8999.


Background Color

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

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

This div background color is #9E8999.


Border color

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

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

This div border color is #9E8999.


Opacity

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

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

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

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

This text has shadow with #9E8999 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E8999 on black background.


Color preview on white background

This text has color #9E8999 on white background.



Black color preview on #9E8999 background

This text has black color on #9E8999 background.


White color preview on #9E8999 background

This text has white color on #9E8999 background.