COLOR #9E8E8C

HEX: #9E8E8C
RGB: (158,142,140)

Color info

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

RGB color model

#9E8E8C color RGB value is (158,142,140).

  • red value is 158;
  • green value is 142;
  • blue value is 140.
RGB:
(158,142,140)
(62%,56%,55%)

RGB channels and saturation

R 158 of 255 = 62%
G 142 of 255 = 56%
B 140 of 255 = 55%

158
142
140

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

Portions of RGB colors in percentages

R + G + B =
158 + 142 + 140 = 440 (100%)
R 158 of 440 ~ 35.91%
G 142 of 440 ~ 32.27%
B 140 of 440 ~ 31.82%

%35.91
%32.27
%31.82

CMYK color model

#9E8E8C color CMYK value is (0,10,11,38).

  • cyan value is 0.00%
  • magenta value is 10.13%
  • yellow value is 11.39%
  • key color value is 38.04%
CMYK:
(0,10,11,38)
C0M10Y11K38 
(0%,10%,11%,38%)
(0.00/0.10/0.11/0.38)	

CMYK percentages

%0
%10.13
%11.39
%38.04

Codes

Color #9E8E8C in popluar color models

9E8E8C
RGB158142140
HSL8.49%58.43%
HSB/HSV11.39%61.96%
CMYK0.00%10.13%11.39%
38.04%

Color #9E8E8C in popluar number systems.

HEX9E8E8C
Decimal158142140
Binary100111101000111010001100
Octal236216214

Shades and tints

Shades of #9E8E8C

#9E8E8C
(158,142,140)
#908280
(144,130,128)
#827674
(130,118,116)
#746A68
(116,106,104)
#665E5C
(102,94,92)
#585250
(88,82,80)
#4A4644
(74,70,68)
#3C3A38
(60,58,56)
#2E2E2C
(46,46,44)
#202220
(32,34,32)
#121614
(18,22,20)
#000000
(0,0,0)

Tints of #9E8E8C

#9E8E8C
(158,142,140)
#A69896
(166,152,150)
#AEA2A0
(174,162,160)
#B6ACAA
(182,172,170)
#BEB6B4
(190,182,180)
#C6C0BE
(198,192,190)
#CECAC8
(206,202,200)
#D6D4D2
(214,212,210)
#DEDEDC
(222,222,220)
#E6E8E6
(230,232,230)
#EEF2F0
(238,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E8E8C color. Also use rgb(158,142,140) instead hex code.

Text Font Color

.myTextColor { color: #9E8E8C; }

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

This text font color is #9E8E8C.


Background Color

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

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

This div background color is #9E8E8C.


Border color

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

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

This div border color is #9E8E8C.


Opacity

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

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

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

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

This text has shadow with #9E8E8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E8E8C on black background.


Color preview on white background

This text has color #9E8E8C on white background.



Black color preview on #9E8E8C background

This text has black color on #9E8E8C background.


White color preview on #9E8E8C background

This text has white color on #9E8E8C background.