COLOR #9E888D

HEX: #9E888D RGB: (158,136,141)

Color info

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

RGB color model

#9E888D color RGB value is (158,136,141).

RGB: (158,136,141) (62%, 53%, 55%)

RGB channels and saturation

R 158 of 255 = 62%
G 136 of 255 = 53%
B 141 of 255 = 55%

158
136
141

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

Portions of RGB colors in percentages

R + G + B = 158 + 136 + 141 = 435 (100%)
R 158 of 435 ~ 36.32%
G 136 of 435 ~ 31.26%
B 141 of 435 ~ 32.41'%

%36.32
%31.26
%32.41

CMYK color model

#9E888D color CMYK value is (0,14,11,38).

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

CMYK: (0,14,11,38)
C0M14Y11K38 (0%, 14%, 11%, 38%)
(0.00 / 0.14 / 0.11 / 0.38)

CMYK percentages

%0
%13.92
%10.76
%38.04

Codes

Color #9E888D in popluar color models

9E 88 8D
RGB 158 136 141
HSL 346° 10.19% 57.65%
HSB/HSV 346° 13.92% 61.96%
CMYK 0.00% 13.92% 10.76%
38.04%

Color #9E888D in popluar number systems.

HEX 9E 88 8D
Decimal 158 136 141
Binary 10011110 10001000 10001101
Octal 236 210 215

Shades and tints

Shades of #9E888D

#9E888D
(158,136,141)
#907C81
(144,124,129)
#827075
(130,112,117)
#746469
(116,100,105)
#66585D
(102,88,93)
#584C51
(88,76,81)
#4A4045
(74,64,69)
#3C3439
(60,52,57)
#2E282D
(46,40,45)
#201C21
(32,28,33)
#121015
(18,16,21)
#000000
(0,0,0)

Tints of #9E888D

#9E888D
(158,136,141)
#A69297
(166,146,151)
#AE9CA1
(174,156,161)
#B6A6AB
(182,166,171)
#BEB0B5
(190,176,181)
#C6BABF
(198,186,191)
#CEC4C9
(206,196,201)
#D6CED3
(214,206,211)
#DED8DD
(222,216,221)
#E6E2E7
(230,226,231)
#EEECF1
(238,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E888D; }

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

This text font color is #9E888D.

Background Color

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

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

This div background color is #9E888D.

Border color

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

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

This div border color is #9E888D.

Opacity

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

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

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

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

This text has shadow with #9E888D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E888D.

Preview

Color preview on black background

This text has color #9E888D on black background.


Color preview on white background

This text has color #9E888D on white background.


Black color preview on #9E888D background

This text has black color on #9E888D background.


White color preview on #9E888D background

This text has white color on #9E888D background.


Related colors

Complementary color

Complementary color for #hex is #617772.


I love getcolorcode.com

Triadic colors

1 #8D9E88 and #888D9E with #9E888D are triadic colors.

2 #8D889E and #889E8D with #9E888D are triadic colors.