COLOR #9E939A

HEX: #9E939A
RGB: (158,147,154)

Color info

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

RGB color model

#9E939A color RGB value is (158,147,154).

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

RGB channels and saturation

R 158 of 255 = 62%
G 147 of 255 = 58%
B 154 of 255 = 60%

158
147
154

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

Portions of RGB colors in percentages

R + G + B =
158 + 147 + 154 = 459 (100%)
R 158 of 459 ~ 34.42%
G 147 of 459 ~ 32.03%
B 154 of 459 ~ 33.55%

%34.42
%32.03
%33.55

CMYK color model

#9E939A color CMYK value is (0,7,3,38).

  • cyan value is 0.00%
  • magenta value is 6.96%
  • yellow value is 2.53%
  • key color value is 38.04%
CMYK:
(0,7,3,38)
C0M7Y3K38 
(0%,7%,3%,38%)
(0.00/0.07/0.03/0.38)	

CMYK percentages

%0
%6.96
%2.53
%38.04

Codes

Color #9E939A in popluar color models

9E939A
RGB158147154
HSL322°5.37%59.80%
HSB/HSV322°6.96%61.96%
CMYK0.00%6.96%2.53%
38.04%

Color #9E939A in popluar number systems.

HEX9E939A
Decimal158147154
Binary100111101001001110011010
Octal236223232

Shades and tints

Shades of #9E939A

#9E939A
(158,147,154)
#90868C
(144,134,140)
#82797E
(130,121,126)
#746C70
(116,108,112)
#665F62
(102,95,98)
#585254
(88,82,84)
#4A4546
(74,69,70)
#3C3838
(60,56,56)
#2E2B2A
(46,43,42)
#201E1C
(32,30,28)
#12110E
(18,17,14)
#000000
(0,0,0)

Tints of #9E939A

#9E939A
(158,147,154)
#A69CA3
(166,156,163)
#AEA5AC
(174,165,172)
#B6AEB5
(182,174,181)
#BEB7BE
(190,183,190)
#C6C0C7
(198,192,199)
#CEC9D0
(206,201,208)
#D6D2D9
(214,210,217)
#DEDBE2
(222,219,226)
#E6E4EB
(230,228,235)
#EEEDF4
(238,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E939A; }

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

This text font color is #9E939A.


Background Color

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

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

This div background color is #9E939A.


Border color

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

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

This div border color is #9E939A.


Opacity

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

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

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

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

This text has shadow with #9E939A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E939A on black background.


Color preview on white background

This text has color #9E939A on white background.



Black color preview on #9E939A background

This text has black color on #9E939A background.


White color preview on #9E939A background

This text has white color on #9E939A background.