COLOR #9B979E

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

155
151
158

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

Portions of RGB colors in percentages

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

%33.41
%32.54
%34.05

CMYK color model

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

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

CMYK percentages

%1.9
%4.43
%0
%38.04

Codes

Color #9B979E in popluar color models

9B979E
RGB155151158
HSL274°3.48%60.59%
HSB/HSV274°4.43%61.96%
CMYK1.90%4.43%0.00%
38.04%

Color #9B979E in popluar number systems.

HEX9B979E
Decimal155151158
Binary100110111001011110011110
Octal233227236

Shades and tints

Shades of #9B979E

#9B979E
(155,151,158)
#8D8A90
(141,138,144)
#7F7D82
(127,125,130)
#717074
(113,112,116)
#636366
(99,99,102)
#555658
(85,86,88)
#47494A
(71,73,74)
#393C3C
(57,60,60)
#2B2F2E
(43,47,46)
#1D2220
(29,34,32)
#0F1512
(15,21,18)
#000000
(0,0,0)

Tints of #9B979E

#9B979E
(155,151,158)
#A4A0A6
(164,160,166)
#ADA9AE
(173,169,174)
#B6B2B6
(182,178,182)
#BFBBBE
(191,187,190)
#C8C4C6
(200,196,198)
#D1CDCE
(209,205,206)
#DAD6D6
(218,214,214)
#E3DFDE
(227,223,222)
#ECE8E6
(236,232,230)
#F5F1EE
(245,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B979E; }

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

This text font color is #9B979E.


Background Color

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

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

This div background color is #9B979E.


Border color

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

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

This div border color is #9B979E.


Opacity

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

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

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

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

This text has shadow with #9B979E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B979E on black background.


Color preview on white background

This text has color #9B979E on white background.



Black color preview on #9B979E background

This text has black color on #9B979E background.


White color preview on #9B979E background

This text has white color on #9B979E background.