COLOR #9E9C8E

HEX: #9E9C8E
RGB: (158,156,142)

Color info

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

RGB color model

#9E9C8E color RGB value is (158,156,142).

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

RGB channels and saturation

R 158 of 255 = 62%
G 156 of 255 = 61%
B 142 of 255 = 56%

158
156
142

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

Portions of RGB colors in percentages

R + G + B =
158 + 156 + 142 = 456 (100%)
R 158 of 456 ~ 34.65%
G 156 of 456 ~ 34.21%
B 142 of 456 ~ 31.14%

%34.65
%34.21
%31.14

CMYK color model

#9E9C8E color CMYK value is (0,1,10,38).

  • cyan value is 0.00%
  • magenta value is 1.27%
  • yellow value is 10.13%
  • key color value is 38.04%
CMYK:
(0,1,10,38)
C0M1Y10K38 
(0%,1%,10%,38%)
(0.00/0.01/0.10/0.38)	

CMYK percentages

%0
%1.27
%10.13
%38.04

Codes

Color #9E9C8E in popluar color models

9E9C8E
RGB158156142
HSL53°7.62%58.82%
HSB/HSV53°10.13%61.96%
CMYK0.00%1.27%10.13%
38.04%

Color #9E9C8E in popluar number systems.

HEX9E9C8E
Decimal158156142
Binary100111101001110010001110
Octal236234216

Shades and tints

Shades of #9E9C8E

#9E9C8E
(158,156,142)
#908E82
(144,142,130)
#828076
(130,128,118)
#74726A
(116,114,106)
#66645E
(102,100,94)
#585652
(88,86,82)
#4A4846
(74,72,70)
#3C3A3A
(60,58,58)
#2E2C2E
(46,44,46)
#201E22
(32,30,34)
#121016
(18,16,22)
#000000
(0,0,0)

Tints of #9E9C8E

#9E9C8E
(158,156,142)
#A6A598
(166,165,152)
#AEAEA2
(174,174,162)
#B6B7AC
(182,183,172)
#BEC0B6
(190,192,182)
#C6C9C0
(198,201,192)
#CED2CA
(206,210,202)
#D6DBD4
(214,219,212)
#DEE4DE
(222,228,222)
#E6EDE8
(230,237,232)
#EEF6F2
(238,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E9C8E; }

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

This text font color is #9E9C8E.


Background Color

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

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

This div background color is #9E9C8E.


Border color

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

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

This div border color is #9E9C8E.


Opacity

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

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

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

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

This text has shadow with #9E9C8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E9C8E on black background.


Color preview on white background

This text has color #9E9C8E on white background.



Black color preview on #9E9C8E background

This text has black color on #9E9C8E background.


White color preview on #9E9C8E background

This text has white color on #9E9C8E background.