COLOR #979F8F

HEX: #979F8F
RGB: (151,159,143)

Color info

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

RGB color model

#979F8F color RGB value is (151,159,143).

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

RGB channels and saturation

R 151 of 255 = 59%
G 159 of 255 = 62%
B 143 of 255 = 56%

151
159
143

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

Portions of RGB colors in percentages

R + G + B =
151 + 159 + 143 = 453 (100%)
R 151 of 453 ~ 33.33%
G 159 of 453 ~ 35.1%
B 143 of 453 ~ 31.57%

%33.33
%35.1
%31.57

CMYK color model

#979F8F color CMYK value is (5,0,10,38).

  • cyan value is 5.03%
  • magenta value is 0.00%
  • yellow value is 10.06%
  • key color value is 37.65%
CMYK:
(5,0,10,38)
C5M0Y10K38 
(5%,0%,10%,38%)
(0.05/0.00/0.10/0.38)	

CMYK percentages

%5.03
%0
%10.06
%37.65

Codes

Color #979F8F in popluar color models

979F8F
RGB151159143
HSL90°7.69%59.22%
HSB/HSV90°10.06%62.35%
CMYK5.03%0.00%10.06%
37.65%

Color #979F8F in popluar number systems.

HEX979F8F
Decimal151159143
Binary100101111001111110001111
Octal227237217

Shades and tints

Shades of #979F8F

#979F8F
(151,159,143)
#8A9182
(138,145,130)
#7D8375
(125,131,117)
#707568
(112,117,104)
#63675B
(99,103,91)
#56594E
(86,89,78)
#494B41
(73,75,65)
#3C3D34
(60,61,52)
#2F2F27
(47,47,39)
#22211A
(34,33,26)
#15130D
(21,19,13)
#000000
(0,0,0)

Tints of #979F8F

#979F8F
(151,159,143)
#A0A799
(160,167,153)
#A9AFA3
(169,175,163)
#B2B7AD
(178,183,173)
#BBBFB7
(187,191,183)
#C4C7C1
(196,199,193)
#CDCFCB
(205,207,203)
#D6D7D5
(214,215,213)
#DFDFDF
(223,223,223)
#E8E7E9
(232,231,233)
#F1EFF3
(241,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #979F8F; }

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

This text font color is #979F8F.


Background Color

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

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

This div background color is #979F8F.


Border color

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

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

This div border color is #979F8F.


Opacity

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

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

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

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

This text has shadow with #979F8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #979F8F on black background.


Color preview on white background

This text has color #979F8F on white background.



Black color preview on #979F8F background

This text has black color on #979F8F background.


White color preview on #979F8F background

This text has white color on #979F8F background.