COLOR #9E959D

HEX: #9E959D
RGB: (158,149,157)

Color info

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

RGB color model

#9E959D color RGB value is (158,149,157).

  • red value is 158;
  • green value is 149;
  • blue value is 157.
RGB:
(158,149,157)
(62%,58%,62%)

RGB channels and saturation

R 158 of 255 = 62%
G 149 of 255 = 58%
B 157 of 255 = 62%

158
149
157

R + G + B ~ 61%. #9E959D is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 149 + 157 = 464 (100%)
R 158 of 464 ~ 34.05%
G 149 of 464 ~ 32.11%
B 157 of 464 ~ 33.84%

%34.05
%32.11
%33.84

CMYK color model

#9E959D color CMYK value is (0,6,1,38).

  • cyan value is 0.00%
  • magenta value is 5.70%
  • yellow value is 0.63%
  • key color value is 38.04%
CMYK:
(0,6,1,38)
C0M6Y1K38 
(0%,6%,1%,38%)
(0.00/0.06/0.01/0.38)	

CMYK percentages

%0
%5.7
%0.63
%38.04

Codes

Color #9E959D in popluar color models

9E959D
RGB158149157
HSL307°4.43%60.20%
HSB/HSV307°5.70%61.96%
CMYK0.00%5.70%0.63%
38.04%

Color #9E959D in popluar number systems.

HEX9E959D
Decimal158149157
Binary100111101001010110011101
Octal236225235

Shades and tints

Shades of #9E959D

#9E959D
(158,149,157)
#90888F
(144,136,143)
#827B81
(130,123,129)
#746E73
(116,110,115)
#666165
(102,97,101)
#585457
(88,84,87)
#4A4749
(74,71,73)
#3C3A3B
(60,58,59)
#2E2D2D
(46,45,45)
#20201F
(32,32,31)
#121311
(18,19,17)
#000000
(0,0,0)

Tints of #9E959D

#9E959D
(158,149,157)
#A69EA5
(166,158,165)
#AEA7AD
(174,167,173)
#B6B0B5
(182,176,181)
#BEB9BD
(190,185,189)
#C6C2C5
(198,194,197)
#CECBCD
(206,203,205)
#D6D4D5
(214,212,213)
#DEDDDD
(222,221,221)
#E6E6E5
(230,230,229)
#EEEFED
(238,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E959D color. Also use rgb(158,149,157) instead hex code.

Text Font Color

.myTextColor { color: #9E959D; }

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

This text font color is #9E959D.


Background Color

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

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

This div background color is #9E959D.


Border color

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

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

This div border color is #9E959D.


Opacity

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

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

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

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

This text has shadow with #9E959D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E959D on black background.


Color preview on white background

This text has color #9E959D on white background.



Black color preview on #9E959D background

This text has black color on #9E959D background.


White color preview on #9E959D background

This text has white color on #9E959D background.