COLOR #9C979E

HEX: #9C979E
RGB: (156,151,158)

Color info

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

RGB color model

#9C979E color RGB value is (156,151,158).

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

RGB channels and saturation

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

156
151
158

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

Portions of RGB colors in percentages

R + G + B =
156 + 151 + 158 = 465 (100%)
R 156 of 465 ~ 33.55%
G 151 of 465 ~ 32.47%
B 158 of 465 ~ 33.98%

%33.55
%32.47
%33.98

CMYK color model

#9C979E color CMYK value is (1,4,0,38).

  • cyan value is 1.27%
  • magenta value is 4.43%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(1,4,0,38)
C1M4Y0K38 
(1%,4%,0%,38%)
(0.01/0.04/0.00/0.38)	

CMYK percentages

%1.27
%4.43
%0
%38.04

Codes

Color #9C979E in popluar color models

9C979E
RGB156151158
HSL283°3.48%60.59%
HSB/HSV283°4.43%61.96%
CMYK1.27%4.43%0.00%
38.04%

Color #9C979E in popluar number systems.

HEX9C979E
Decimal156151158
Binary100111001001011110011110
Octal234227236

Shades and tints

Shades of #9C979E

#9C979E
(156,151,158)
#8E8A90
(142,138,144)
#807D82
(128,125,130)
#727074
(114,112,116)
#646366
(100,99,102)
#565658
(86,86,88)
#48494A
(72,73,74)
#3A3C3C
(58,60,60)
#2C2F2E
(44,47,46)
#1E2220
(30,34,32)
#101512
(16,21,18)
#000000
(0,0,0)

Tints of #9C979E

#9C979E
(156,151,158)
#A5A0A6
(165,160,166)
#AEA9AE
(174,169,174)
#B7B2B6
(183,178,182)
#C0BBBE
(192,187,190)
#C9C4C6
(201,196,198)
#D2CDCE
(210,205,206)
#DBD6D6
(219,214,214)
#E4DFDE
(228,223,222)
#EDE8E6
(237,232,230)
#F6F1EE
(246,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C979E; }

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

This text font color is #9C979E.


Background Color

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

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

This div background color is #9C979E.


Border color

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

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

This div border color is #9C979E.


Opacity

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

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

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

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

This text has shadow with #9C979E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C979E on black background.


Color preview on white background

This text has color #9C979E on white background.



Black color preview on #9C979E background

This text has black color on #9C979E background.


White color preview on #9C979E background

This text has white color on #9C979E background.