COLOR #9E9386

HEX: #9E9386
RGB: (158,147,134)

Color info

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

RGB color model

#9E9386 color RGB value is (158,147,134).

  • red value is 158;
  • green value is 147;
  • blue value is 134.
RGB:
(158,147,134)
(62%,58%,53%)

RGB channels and saturation

R 158 of 255 = 62%
G 147 of 255 = 58%
B 134 of 255 = 53%

158
147
134

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

Portions of RGB colors in percentages

R + G + B =
158 + 147 + 134 = 439 (100%)
R 158 of 439 ~ 35.99%
G 147 of 439 ~ 33.49%
B 134 of 439 ~ 30.52%

%35.99
%33.49
%30.52

CMYK color model

#9E9386 color CMYK value is (0,7,15,38).

  • cyan value is 0.00%
  • magenta value is 6.96%
  • yellow value is 15.19%
  • key color value is 38.04%
CMYK:
(0,7,15,38)
C0M7Y15K38 
(0%,7%,15%,38%)
(0.00/0.07/0.15/0.38)	

CMYK percentages

%0
%6.96
%15.19
%38.04

Codes

Color #9E9386 in popluar color models

9E9386
RGB158147134
HSL33°11.01%57.25%
HSB/HSV33°15.19%61.96%
CMYK0.00%6.96%15.19%
38.04%

Color #9E9386 in popluar number systems.

HEX9E9386
Decimal158147134
Binary100111101001001110000110
Octal236223206

Shades and tints

Shades of #9E9386

#9E9386
(158,147,134)
#90867A
(144,134,122)
#82796E
(130,121,110)
#746C62
(116,108,98)
#665F56
(102,95,86)
#58524A
(88,82,74)
#4A453E
(74,69,62)
#3C3832
(60,56,50)
#2E2B26
(46,43,38)
#201E1A
(32,30,26)
#12110E
(18,17,14)
#000000
(0,0,0)

Tints of #9E9386

#9E9386
(158,147,134)
#A69C91
(166,156,145)
#AEA59C
(174,165,156)
#B6AEA7
(182,174,167)
#BEB7B2
(190,183,178)
#C6C0BD
(198,192,189)
#CEC9C8
(206,201,200)
#D6D2D3
(214,210,211)
#DEDBDE
(222,219,222)
#E6E4E9
(230,228,233)
#EEEDF4
(238,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E9386 color. Also use rgb(158,147,134) instead hex code.

Text Font Color

.myTextColor { color: #9E9386; }

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

This text font color is #9E9386.


Background Color

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

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

This div background color is #9E9386.


Border color

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

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

This div border color is #9E9386.


Opacity

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

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

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

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

This text has shadow with #9E9386 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E9386 on black background.


Color preview on white background

This text has color #9E9386 on white background.



Black color preview on #9E9386 background

This text has black color on #9E9386 background.


White color preview on #9E9386 background

This text has white color on #9E9386 background.