COLOR #9E808D

HEX: #9E808D
RGB: (158,128,141)

Color info

#9E808D contains red, green and blue colors in about the same proportion. Web safe color of #9E808D is #996699 (or #969).

RGB color model

#9E808D color RGB value is (158,128,141).

  • red value is 158;
  • green value is 128;
  • blue value is 141.
RGB:
(158,128,141)
(62%,50%,55%)

RGB channels and saturation

R 158 of 255 = 62%
G 128 of 255 = 50%
B 141 of 255 = 55%

158
128
141

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

Portions of RGB colors in percentages

R + G + B =
158 + 128 + 141 = 427 (100%)
R 158 of 427 ~ 37%
G 128 of 427 ~ 29.98%
B 141 of 427 ~ 33.02%

%37
%29.98
%33.02

CMYK color model

#9E808D color CMYK value is (0,19,11,38).

  • cyan value is 0.00%
  • magenta value is 18.99%
  • yellow value is 10.76%
  • key color value is 38.04%
CMYK:
(0,19,11,38)
C0M19Y11K38 
(0%,19%,11%,38%)
(0.00/0.19/0.11/0.38)	

CMYK percentages

%0
%18.99
%10.76
%38.04

Codes

Color #9E808D in popluar color models

9E808D
RGB158128141
HSL334°13.39%56.08%
HSB/HSV334°18.99%61.96%
CMYK0.00%18.99%10.76%
38.04%

Color #9E808D in popluar number systems.

HEX9E808D
Decimal158128141
Binary100111101000000010001101
Octal236200215

Shades and tints

Shades of #9E808D

#9E808D
(158,128,141)
#907581
(144,117,129)
#826A75
(130,106,117)
#745F69
(116,95,105)
#66545D
(102,84,93)
#584951
(88,73,81)
#4A3E45
(74,62,69)
#3C3339
(60,51,57)
#2E282D
(46,40,45)
#201D21
(32,29,33)
#121215
(18,18,21)
#000000
(0,0,0)

Tints of #9E808D

#9E808D
(158,128,141)
#A68B97
(166,139,151)
#AE96A1
(174,150,161)
#B6A1AB
(182,161,171)
#BEACB5
(190,172,181)
#C6B7BF
(198,183,191)
#CEC2C9
(206,194,201)
#D6CDD3
(214,205,211)
#DED8DD
(222,216,221)
#E6E3E7
(230,227,231)
#EEEEF1
(238,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E808D; }

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

This text font color is #9E808D.


Background Color

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

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

This div background color is #9E808D.


Border color

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

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

This div border color is #9E808D.


Opacity

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

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

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

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

This text has shadow with #9E808D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E808D on black background.


Color preview on white background

This text has color #9E808D on white background.



Black color preview on #9E808D background

This text has black color on #9E808D background.


White color preview on #9E808D background

This text has white color on #9E808D background.