COLOR #979F87

HEX: #979F87
RGB: (151,159,135)

Color info

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

RGB color model

#979F87 color RGB value is (151,159,135).

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

RGB channels and saturation

R 151 of 255 = 59%
G 159 of 255 = 62%
B 135 of 255 = 53%

151
159
135

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

Portions of RGB colors in percentages

R + G + B =
151 + 159 + 135 = 445 (100%)
R 151 of 445 ~ 33.93%
G 159 of 445 ~ 35.73%
B 135 of 445 ~ 30.34%

%33.93
%35.73
%30.34

CMYK color model

#979F87 color CMYK value is (5,0,15,38).

  • cyan value is 5.03%
  • magenta value is 0.00%
  • yellow value is 15.09%
  • key color value is 37.65%
CMYK:
(5,0,15,38)
C5M0Y15K38 
(5%,0%,15%,38%)
(0.05/0.00/0.15/0.38)	

CMYK percentages

%5.03
%0
%15.09
%37.65

Codes

Color #979F87 in popluar color models

979F87
RGB151159135
HSL80°11.11%57.65%
HSB/HSV80°15.09%62.35%
CMYK5.03%0.00%15.09%
37.65%

Color #979F87 in popluar number systems.

HEX979F87
Decimal151159135
Binary100101111001111110000111
Octal227237207

Shades and tints

Shades of #979F87

#979F87
(151,159,135)
#8A917B
(138,145,123)
#7D836F
(125,131,111)
#707563
(112,117,99)
#636757
(99,103,87)
#56594B
(86,89,75)
#494B3F
(73,75,63)
#3C3D33
(60,61,51)
#2F2F27
(47,47,39)
#22211B
(34,33,27)
#15130F
(21,19,15)
#000000
(0,0,0)

Tints of #979F87

#979F87
(151,159,135)
#A0A791
(160,167,145)
#A9AF9B
(169,175,155)
#B2B7A5
(178,183,165)
#BBBFAF
(187,191,175)
#C4C7B9
(196,199,185)
#CDCFC3
(205,207,195)
#D6D7CD
(214,215,205)
#DFDFD7
(223,223,215)
#E8E7E1
(232,231,225)
#F1EFEB
(241,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #979F87; }

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

This text font color is #979F87.


Background Color

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

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

This div background color is #979F87.


Border color

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

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

This div border color is #979F87.


Opacity

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

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

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

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

This text has shadow with #979F87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #979F87 on black background.


Color preview on white background

This text has color #979F87 on white background.



Black color preview on #979F87 background

This text has black color on #979F87 background.


White color preview on #979F87 background

This text has white color on #979F87 background.