COLOR #979C87

HEX: #979C87
RGB: (151,156,135)

Color info

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

RGB color model

#979C87 color RGB value is (151,156,135).

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

RGB channels and saturation

R 151 of 255 = 59%
G 156 of 255 = 61%
B 135 of 255 = 53%

151
156
135

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

Portions of RGB colors in percentages

R + G + B =
151 + 156 + 135 = 442 (100%)
R 151 of 442 ~ 34.16%
G 156 of 442 ~ 35.29%
B 135 of 442 ~ 30.54%

%34.16
%35.29
%30.54

CMYK color model

#979C87 color CMYK value is (3,0,13,39).

  • cyan value is 3.21%
  • magenta value is 0.00%
  • yellow value is 13.46%
  • key color value is 38.82%
CMYK:
(3,0,13,39)
C3M0Y13K39 
(3%,0%,13%,39%)
(0.03/0.00/0.13/0.39)	

CMYK percentages

%3.21
%0
%13.46
%38.82

Codes

Color #979C87 in popluar color models

979C87
RGB151156135
HSL74°9.59%57.06%
HSB/HSV74°13.46%61.18%
CMYK3.21%0.00%13.46%
38.82%

Color #979C87 in popluar number systems.

HEX979C87
Decimal151156135
Binary100101111001110010000111
Octal227234207

Shades and tints

Shades of #979C87

#979C87
(151,156,135)
#8A8E7B
(138,142,123)
#7D806F
(125,128,111)
#707263
(112,114,99)
#636457
(99,100,87)
#56564B
(86,86,75)
#49483F
(73,72,63)
#3C3A33
(60,58,51)
#2F2C27
(47,44,39)
#221E1B
(34,30,27)
#15100F
(21,16,15)
#000000
(0,0,0)

Tints of #979C87

#979C87
(151,156,135)
#A0A591
(160,165,145)
#A9AE9B
(169,174,155)
#B2B7A5
(178,183,165)
#BBC0AF
(187,192,175)
#C4C9B9
(196,201,185)
#CDD2C3
(205,210,195)
#D6DBCD
(214,219,205)
#DFE4D7
(223,228,215)
#E8EDE1
(232,237,225)
#F1F6EB
(241,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #979C87; }

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

This text font color is #979C87.


Background Color

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

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

This div background color is #979C87.


Border color

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

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

This div border color is #979C87.


Opacity

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

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

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

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

This text has shadow with #979C87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #979C87 on black background.


Color preview on white background

This text has color #979C87 on white background.



Black color preview on #979C87 background

This text has black color on #979C87 background.


White color preview on #979C87 background

This text has white color on #979C87 background.