COLOR #979C8C

HEX: #979C8C RGB: (151,156,140)

Color info

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

RGB color model

#979C8C color RGB value is (151,156,140).

RGB: (151,156,140) (59%, 61%, 55%)

RGB channels and saturation

R 151 of 255 = 59%
G 156 of 255 = 61%
B 140 of 255 = 55%

151
156
140

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

Portions of RGB colors in percentages

R + G + B = 151 + 156 + 140 = 447 (100%)
R 151 of 447 ~ 33.78%
G 156 of 447 ~ 34.9%
B 140 of 447 ~ 31.32'%

%33.78
%34.9
%31.32

CMYK color model

#979C8C color CMYK value is (3,0,10,39).

  • cyan value is 3.21%
  • magenta value is 0.00%
  • yellow value is 10.26%
  • key color value is 38.82%

CMYK: (3,0,10,39)
C3M0Y10K39 (3%, 0%, 10%, 39%)
(0.03 / 0.00 / 0.10 / 0.39)

CMYK percentages

%3.21
%0
%10.26
%38.82

Codes

Color #979C8C in popluar color models

97 9C 8C
RGB 151 156 140
HSL 79° 7.48% 58.04%
HSB/HSV 79° 10.26% 61.18%
CMYK 3.21% 0.00% 10.26%
38.82%

Color #979C8C in popluar number systems.

HEX 97 9C 8C
Decimal 151 156 140
Binary 10010111 10011100 10001100
Octal 227 234 214

Shades and tints

Shades of #979C8C

#979C8C
(151,156,140)
#8A8E80
(138,142,128)
#7D8074
(125,128,116)
#707268
(112,114,104)
#63645C
(99,100,92)
#565650
(86,86,80)
#494844
(73,72,68)
#3C3A38
(60,58,56)
#2F2C2C
(47,44,44)
#221E20
(34,30,32)
#151014
(21,16,20)
#000000
(0,0,0)

Tints of #979C8C

#979C8C
(151,156,140)
#A0A596
(160,165,150)
#A9AEA0
(169,174,160)
#B2B7AA
(178,183,170)
#BBC0B4
(187,192,180)
#C4C9BE
(196,201,190)
#CDD2C8
(205,210,200)
#D6DBD2
(214,219,210)
#DFE4DC
(223,228,220)
#E8EDE6
(232,237,230)
#F1F6F0
(241,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #979C8C; }

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

This text font color is #979C8C.

Background Color

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

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

This div background color is #979C8C.

Border color

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

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

This div border color is #979C8C.

Opacity

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

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

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

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

This text has shadow with #979C8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #979C8C.

Preview

Color preview on black background

This text has color #979C8C on black background.


Color preview on white background

This text has color #979C8C on white background.


Black color preview on #979C8C background

This text has black color on #979C8C background.


White color preview on #979C8C background

This text has white color on #979C8C background.


Related colors

Complementary color

Complementary color for #hex is #686373.


I love getcolorcode.com

Triadic colors

1 #8C979C and #9C8C97 with #979C8C are triadic colors.

2 #8C9C97 and #9C978C with #979C8C are triadic colors.