COLOR #9E8A8D

HEX: #9E8A8D RGB: (158,138,141)

Color info

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

RGB color model

#9E8A8D color RGB value is (158,138,141).

RGB: (158,138,141) (62%, 54%, 55%)

RGB channels and saturation

R 158 of 255 = 62%
G 138 of 255 = 54%
B 141 of 255 = 55%

158
138
141

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

Portions of RGB colors in percentages

R + G + B = 158 + 138 + 141 = 437 (100%)
R 158 of 437 ~ 36.16%
G 138 of 437 ~ 31.58%
B 141 of 437 ~ 32.27'%

%36.16
%31.58
%32.27

CMYK color model

#9E8A8D color CMYK value is (0,13,11,38).

  • cyan value is 0.00%
  • magenta value is 12.66%
  • yellow value is 10.76%
  • key color value is 38.04%

CMYK: (0,13,11,38)
C0M13Y11K38 (0%, 13%, 11%, 38%)
(0.00 / 0.13 / 0.11 / 0.38)

CMYK percentages

%0
%12.66
%10.76
%38.04

Codes

Color #9E8A8D in popluar color models

9E 8A 8D
RGB 158 138 141
HSL 351° 9.35% 58.04%
HSB/HSV 351° 12.66% 61.96%
CMYK 0.00% 12.66% 10.76%
38.04%

Color #9E8A8D in popluar number systems.

HEX 9E 8A 8D
Decimal 158 138 141
Binary 10011110 10001010 10001101
Octal 236 212 215

Shades and tints

Shades of #9E8A8D

#9E8A8D
(158,138,141)
#907E81
(144,126,129)
#827275
(130,114,117)
#746669
(116,102,105)
#665A5D
(102,90,93)
#584E51
(88,78,81)
#4A4245
(74,66,69)
#3C3639
(60,54,57)
#2E2A2D
(46,42,45)
#201E21
(32,30,33)
#121215
(18,18,21)
#000000
(0,0,0)

Tints of #9E8A8D

#9E8A8D
(158,138,141)
#A69497
(166,148,151)
#AE9EA1
(174,158,161)
#B6A8AB
(182,168,171)
#BEB2B5
(190,178,181)
#C6BCBF
(198,188,191)
#CEC6C9
(206,198,201)
#D6D0D3
(214,208,211)
#DEDADD
(222,218,221)
#E6E4E7
(230,228,231)
#EEEEF1
(238,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E8A8D color. Also use rgb(158,138,141) instead hex code.

Text Font Color

.myTextColor { color: #9E8A8D; }

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

This text font color is #9E8A8D.

Background Color

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

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

This div background color is #9E8A8D.

Border color

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

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

This div border color is #9E8A8D.

Opacity

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

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

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

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

This text has shadow with #9E8A8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E8A8D.

Preview

Color preview on black background

This text has color #9E8A8D on black background.


Color preview on white background

This text has color #9E8A8D on white background.


Black color preview on #9E8A8D background

This text has black color on #9E8A8D background.


White color preview on #9E8A8D background

This text has white color on #9E8A8D background.


Related colors

Complementary color

Complementary color for #hex is #617572.


I love getcolorcode.com

Triadic colors

1 #8D9E8A and #8A8D9E with #9E8A8D are triadic colors.

2 #8D8A9E and #8A9E8D with #9E8A8D are triadic colors.