COLOR #9E959B

HEX: #9E959B
RGB: (158,149,155)

Color info

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

RGB color model

#9E959B color RGB value is (158,149,155).

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

RGB channels and saturation

R 158 of 255 = 62%
G 149 of 255 = 58%
B 155 of 255 = 61%

158
149
155

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

Portions of RGB colors in percentages

R + G + B =
158 + 149 + 155 = 462 (100%)
R 158 of 462 ~ 34.2%
G 149 of 462 ~ 32.25%
B 155 of 462 ~ 33.55%

%34.2
%32.25
%33.55

CMYK color model

#9E959B color CMYK value is (0,6,2,38).

  • cyan value is 0.00%
  • magenta value is 5.70%
  • yellow value is 1.90%
  • key color value is 38.04%
CMYK:
(0,6,2,38)
C0M6Y2K38 
(0%,6%,2%,38%)
(0.00/0.06/0.02/0.38)	

CMYK percentages

%0
%5.7
%1.9
%38.04

Codes

Color #9E959B in popluar color models

9E959B
RGB158149155
HSL320°4.43%60.20%
HSB/HSV320°5.70%61.96%
CMYK0.00%5.70%1.90%
38.04%

Color #9E959B in popluar number systems.

HEX9E959B
Decimal158149155
Binary100111101001010110011011
Octal236225233

Shades and tints

Shades of #9E959B

#9E959B
(158,149,155)
#90888D
(144,136,141)
#827B7F
(130,123,127)
#746E71
(116,110,113)
#666163
(102,97,99)
#585455
(88,84,85)
#4A4747
(74,71,71)
#3C3A39
(60,58,57)
#2E2D2B
(46,45,43)
#20201D
(32,32,29)
#12130F
(18,19,15)
#000000
(0,0,0)

Tints of #9E959B

#9E959B
(158,149,155)
#A69EA4
(166,158,164)
#AEA7AD
(174,167,173)
#B6B0B6
(182,176,182)
#BEB9BF
(190,185,191)
#C6C2C8
(198,194,200)
#CECBD1
(206,203,209)
#D6D4DA
(214,212,218)
#DEDDE3
(222,221,227)
#E6E6EC
(230,230,236)
#EEEFF5
(238,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E959B; }

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

This text font color is #9E959B.


Background Color

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

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

This div background color is #9E959B.


Border color

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

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

This div border color is #9E959B.


Opacity

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

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

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

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

This text has shadow with #9E959B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E959B on black background.


Color preview on white background

This text has color #9E959B on white background.



Black color preview on #9E959B background

This text has black color on #9E959B background.


White color preview on #9E959B background

This text has white color on #9E959B background.