COLOR #9E979B

HEX: #9E979B
RGB: (158,151,155)

Color info

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

RGB color model

#9E979B color RGB value is (158,151,155).

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

RGB channels and saturation

R 158 of 255 = 62%
G 151 of 255 = 59%
B 155 of 255 = 61%

158
151
155

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

Portions of RGB colors in percentages

R + G + B =
158 + 151 + 155 = 464 (100%)
R 158 of 464 ~ 34.05%
G 151 of 464 ~ 32.54%
B 155 of 464 ~ 33.41%

%34.05
%32.54
%33.41

CMYK color model

#9E979B color CMYK value is (0,4,2,38).

  • cyan value is 0.00%
  • magenta value is 4.43%
  • yellow value is 1.90%
  • key color value is 38.04%
CMYK:
(0,4,2,38)
C0M4Y2K38 
(0%,4%,2%,38%)
(0.00/0.04/0.02/0.38)	

CMYK percentages

%0
%4.43
%1.9
%38.04

Codes

Color #9E979B in popluar color models

9E979B
RGB158151155
HSL326°3.48%60.59%
HSB/HSV326°4.43%61.96%
CMYK0.00%4.43%1.90%
38.04%

Color #9E979B in popluar number systems.

HEX9E979B
Decimal158151155
Binary100111101001011110011011
Octal236227233

Shades and tints

Shades of #9E979B

#9E979B
(158,151,155)
#908A8D
(144,138,141)
#827D7F
(130,125,127)
#747071
(116,112,113)
#666363
(102,99,99)
#585655
(88,86,85)
#4A4947
(74,73,71)
#3C3C39
(60,60,57)
#2E2F2B
(46,47,43)
#20221D
(32,34,29)
#12150F
(18,21,15)
#000000
(0,0,0)

Tints of #9E979B

#9E979B
(158,151,155)
#A6A0A4
(166,160,164)
#AEA9AD
(174,169,173)
#B6B2B6
(182,178,182)
#BEBBBF
(190,187,191)
#C6C4C8
(198,196,200)
#CECDD1
(206,205,209)
#D6D6DA
(214,214,218)
#DEDFE3
(222,223,227)
#E6E8EC
(230,232,236)
#EEF1F5
(238,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E979B; }

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

This text font color is #9E979B.


Background Color

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

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

This div background color is #9E979B.


Border color

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

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

This div border color is #9E979B.


Opacity

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

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

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

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

This text has shadow with #9E979B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E979B on black background.


Color preview on white background

This text has color #9E979B on white background.



Black color preview on #9E979B background

This text has black color on #9E979B background.


White color preview on #9E979B background

This text has white color on #9E979B background.