COLOR #9E8799

HEX: #9E8799 RGB: (158,135,153)

Color info

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

RGB color model

#9E8799 color RGB value is (158,135,153).

RGB: (158,135,153) (62%, 53%, 60%)

RGB channels and saturation

R 158 of 255 = 62%
G 135 of 255 = 53%
B 153 of 255 = 60%

158
135
153

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

Portions of RGB colors in percentages

R + G + B = 158 + 135 + 153 = 446 (100%)
R 158 of 446 ~ 35.43%
G 135 of 446 ~ 30.27%
B 153 of 446 ~ 34.3'%

%35.43
%30.27
%34.3

CMYK color model

#9E8799 color CMYK value is (0,15,3,38).

  • cyan value is 0.00%
  • magenta value is 14.56%
  • yellow value is 3.16%
  • key color value is 38.04%

CMYK: (0,15,3,38)
C0M15Y3K38 (0%, 15%, 3%, 38%)
(0.00 / 0.15 / 0.03 / 0.38)

CMYK percentages

%0
%14.56
%3.16
%38.04

Codes

Color #9E8799 in popluar color models

9E 87 99
RGB 158 135 153
HSL 313° 10.60% 57.45%
HSB/HSV 313° 14.56% 61.96%
CMYK 0.00% 14.56% 3.16%
38.04%

Color #9E8799 in popluar number systems.

HEX 9E 87 99
Decimal 158 135 153
Binary 10011110 10000111 10011001
Octal 236 207 231

Shades and tints

Shades of #9E8799

#9E8799
(158,135,153)
#907B8C
(144,123,140)
#826F7F
(130,111,127)
#746372
(116,99,114)
#665765
(102,87,101)
#584B58
(88,75,88)
#4A3F4B
(74,63,75)
#3C333E
(60,51,62)
#2E2731
(46,39,49)
#201B24
(32,27,36)
#120F17
(18,15,23)
#000000
(0,0,0)

Tints of #9E8799

#9E8799
(158,135,153)
#A691A2
(166,145,162)
#AE9BAB
(174,155,171)
#B6A5B4
(182,165,180)
#BEAFBD
(190,175,189)
#C6B9C6
(198,185,198)
#CEC3CF
(206,195,207)
#D6CDD8
(214,205,216)
#DED7E1
(222,215,225)
#E6E1EA
(230,225,234)
#EEEBF3
(238,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E8799; }

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

This text font color is #9E8799.

Background Color

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

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

This div background color is #9E8799.

Border color

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

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

This div border color is #9E8799.

Opacity

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

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

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

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

This text has shadow with #9E8799 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E8799.

Preview

Color preview on black background

This text has color #9E8799 on black background.


Color preview on white background

This text has color #9E8799 on white background.


Black color preview on #9E8799 background

This text has black color on #9E8799 background.


White color preview on #9E8799 background

This text has white color on #9E8799 background.


Related colors

Complementary color

Complementary color for #hex is #617866.


I love getcolorcode.com

Triadic colors

1 #999E87 and #87999E with #9E8799 are triadic colors.

2 #99879E and #879E99 with #9E8799 are triadic colors.