COLOR #9E8082

HEX: #9E8082
RGB: (158,128,130)

Color info

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

RGB color model

#9E8082 color RGB value is (158,128,130).

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

RGB channels and saturation

R 158 of 255 = 62%
G 128 of 255 = 50%
B 130 of 255 = 51%

158
128
130

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

Portions of RGB colors in percentages

R + G + B =
158 + 128 + 130 = 416 (100%)
R 158 of 416 ~ 37.98%
G 128 of 416 ~ 30.77%
B 130 of 416 ~ 31.25%

%37.98
%30.77
%31.25

CMYK color model

#9E8082 color CMYK value is (0,19,18,38).

  • cyan value is 0.00%
  • magenta value is 18.99%
  • yellow value is 17.72%
  • key color value is 38.04%
CMYK:
(0,19,18,38)
C0M19Y18K38 
(0%,19%,18%,38%)
(0.00/0.19/0.18/0.38)	

CMYK percentages

%0
%18.99
%17.72
%38.04

Codes

Color #9E8082 in popluar color models

9E8082
RGB158128130
HSL356°13.39%56.08%
HSB/HSV356°18.99%61.96%
CMYK0.00%18.99%17.72%
38.04%

Color #9E8082 in popluar number systems.

HEX9E8082
Decimal158128130
Binary100111101000000010000010
Octal236200202

Shades and tints

Shades of #9E8082

#9E8082
(158,128,130)
#907577
(144,117,119)
#826A6C
(130,106,108)
#745F61
(116,95,97)
#665456
(102,84,86)
#58494B
(88,73,75)
#4A3E40
(74,62,64)
#3C3335
(60,51,53)
#2E282A
(46,40,42)
#201D1F
(32,29,31)
#121214
(18,18,20)
#000000
(0,0,0)

Tints of #9E8082

#9E8082
(158,128,130)
#A68B8D
(166,139,141)
#AE9698
(174,150,152)
#B6A1A3
(182,161,163)
#BEACAE
(190,172,174)
#C6B7B9
(198,183,185)
#CEC2C4
(206,194,196)
#D6CDCF
(214,205,207)
#DED8DA
(222,216,218)
#E6E3E5
(230,227,229)
#EEEEF0
(238,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E8082; }

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

This text font color is #9E8082.


Background Color

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

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

This div background color is #9E8082.


Border color

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

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

This div border color is #9E8082.


Opacity

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

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

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

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

This text has shadow with #9E8082 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E8082 on black background.


Color preview on white background

This text has color #9E8082 on white background.



Black color preview on #9E8082 background

This text has black color on #9E8082 background.


White color preview on #9E8082 background

This text has white color on #9E8082 background.