COLOR #979C9A

HEX: #979C9A
RGB: (151,156,154)

Color info

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

RGB color model

#979C9A color RGB value is (151,156,154).

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

RGB channels and saturation

R 151 of 255 = 59%
G 156 of 255 = 61%
B 154 of 255 = 60%

151
156
154

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

Portions of RGB colors in percentages

R + G + B =
151 + 156 + 154 = 461 (100%)
R 151 of 461 ~ 32.75%
G 156 of 461 ~ 33.84%
B 154 of 461 ~ 33.41%

%32.75
%33.84
%33.41

CMYK color model

#979C9A color CMYK value is (3,0,1,39).

  • cyan value is 3.21%
  • magenta value is 0.00%
  • yellow value is 1.28%
  • key color value is 38.82%
CMYK:
(3,0,1,39)
C3M0Y1K39 
(3%,0%,1%,39%)
(0.03/0.00/0.01/0.39)	

CMYK percentages

%3.21
%0
%1.28
%38.82

Codes

Color #979C9A in popluar color models

979C9A
RGB151156154
HSL156°2.46%60.20%
HSB/HSV156°3.21%61.18%
CMYK3.21%0.00%1.28%
38.82%

Color #979C9A in popluar number systems.

HEX979C9A
Decimal151156154
Binary100101111001110010011010
Octal227234232

Shades and tints

Shades of #979C9A

#979C9A
(151,156,154)
#8A8E8C
(138,142,140)
#7D807E
(125,128,126)
#707270
(112,114,112)
#636462
(99,100,98)
#565654
(86,86,84)
#494846
(73,72,70)
#3C3A38
(60,58,56)
#2F2C2A
(47,44,42)
#221E1C
(34,30,28)
#15100E
(21,16,14)
#000000
(0,0,0)

Tints of #979C9A

#979C9A
(151,156,154)
#A0A5A3
(160,165,163)
#A9AEAC
(169,174,172)
#B2B7B5
(178,183,181)
#BBC0BE
(187,192,190)
#C4C9C7
(196,201,199)
#CDD2D0
(205,210,208)
#D6DBD9
(214,219,217)
#DFE4E2
(223,228,226)
#E8EDEB
(232,237,235)
#F1F6F4
(241,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #979C9A color. Also use rgb(151,156,154) instead hex code.

Text Font Color

.myTextColor { color: #979C9A; }

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

This text font color is #979C9A.


Background Color

.myBgColor { background-color: #979C9A; }

<div style="background-color:#979C9A">Inner text</div>

This div background color is #979C9A.


Border color

.myBorderColor { border: 1px solid #979C9A; }

<div style="border:3px solid #979C9A">Div</div>

This div border color is #979C9A.


Opacity

.myOpacity80 { color: #979C9A; opacity: 0.8; }

<p style="color:#979C9A;opacity:0.8;">80%</p>

Text with #979C9A 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 #979C9A;}

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

This text has shadow with #979C9A color.

.textShadow {text-shadow: 3px 3px 1px #979C9A, 3px 3px 1px red;}

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

This text has shadow with #979C9A primary color and red secondary color.


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

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

This text has shadow with #979C9A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #979C9A on black background.


Color preview on white background

This text has color #979C9A on white background.



Black color preview on #979C9A background

This text has black color on #979C9A background.


White color preview on #979C9A background

This text has white color on #979C9A background.