COLOR #979C8E

HEX: #979C8E
RGB: (151,156,142)

Color info

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

RGB color model

#979C8E color RGB value is (151,156,142).

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

RGB channels and saturation

R 151 of 255 = 59%
G 156 of 255 = 61%
B 142 of 255 = 56%

151
156
142

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

Portions of RGB colors in percentages

R + G + B =
151 + 156 + 142 = 449 (100%)
R 151 of 449 ~ 33.63%
G 156 of 449 ~ 34.74%
B 142 of 449 ~ 31.63%

%33.63
%34.74
%31.63

CMYK color model

#979C8E color CMYK value is (3,0,9,39).

  • cyan value is 3.21%
  • magenta value is 0.00%
  • yellow value is 8.97%
  • key color value is 38.82%
CMYK:
(3,0,9,39)
C3M0Y9K39 
(3%,0%,9%,39%)
(0.03/0.00/0.09/0.39)	

CMYK percentages

%3.21
%0
%8.97
%38.82

Codes

Color #979C8E in popluar color models

979C8E
RGB151156142
HSL81°6.60%58.43%
HSB/HSV81°8.97%61.18%
CMYK3.21%0.00%8.97%
38.82%

Color #979C8E in popluar number systems.

HEX979C8E
Decimal151156142
Binary100101111001110010001110
Octal227234216

Shades and tints

Shades of #979C8E

#979C8E
(151,156,142)
#8A8E82
(138,142,130)
#7D8076
(125,128,118)
#70726A
(112,114,106)
#63645E
(99,100,94)
#565652
(86,86,82)
#494846
(73,72,70)
#3C3A3A
(60,58,58)
#2F2C2E
(47,44,46)
#221E22
(34,30,34)
#151016
(21,16,22)
#000000
(0,0,0)

Tints of #979C8E

#979C8E
(151,156,142)
#A0A598
(160,165,152)
#A9AEA2
(169,174,162)
#B2B7AC
(178,183,172)
#BBC0B6
(187,192,182)
#C4C9C0
(196,201,192)
#CDD2CA
(205,210,202)
#D6DBD4
(214,219,212)
#DFE4DE
(223,228,222)
#E8EDE8
(232,237,232)
#F1F6F2
(241,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #979C8E; }

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

This text font color is #979C8E.


Background Color

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

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

This div background color is #979C8E.


Border color

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

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

This div border color is #979C8E.


Opacity

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

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

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

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

This text has shadow with #979C8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #979C8E on black background.


Color preview on white background

This text has color #979C8E on white background.



Black color preview on #979C8E background

This text has black color on #979C8E background.


White color preview on #979C8E background

This text has white color on #979C8E background.