COLOR #979C95

HEX: #979C95
RGB: (151,156,149)

Color info

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

RGB color model

#979C95 color RGB value is (151,156,149).

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

RGB channels and saturation

R 151 of 255 = 59%
G 156 of 255 = 61%
B 149 of 255 = 58%

151
156
149

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

Portions of RGB colors in percentages

R + G + B =
151 + 156 + 149 = 456 (100%)
R 151 of 456 ~ 33.11%
G 156 of 456 ~ 34.21%
B 149 of 456 ~ 32.68%

%33.11
%34.21
%32.68

CMYK color model

#979C95 color CMYK value is (3,0,4,39).

  • cyan value is 3.21%
  • magenta value is 0.00%
  • yellow value is 4.49%
  • key color value is 38.82%
CMYK:
(3,0,4,39)
C3M0Y4K39 
(3%,0%,4%,39%)
(0.03/0.00/0.04/0.39)	

CMYK percentages

%3.21
%0
%4.49
%38.82

Codes

Color #979C95 in popluar color models

979C95
RGB151156149
HSL103°3.41%59.80%
HSB/HSV103°4.49%61.18%
CMYK3.21%0.00%4.49%
38.82%

Color #979C95 in popluar number systems.

HEX979C95
Decimal151156149
Binary100101111001110010010101
Octal227234225

Shades and tints

Shades of #979C95

#979C95
(151,156,149)
#8A8E88
(138,142,136)
#7D807B
(125,128,123)
#70726E
(112,114,110)
#636461
(99,100,97)
#565654
(86,86,84)
#494847
(73,72,71)
#3C3A3A
(60,58,58)
#2F2C2D
(47,44,45)
#221E20
(34,30,32)
#151013
(21,16,19)
#000000
(0,0,0)

Tints of #979C95

#979C95
(151,156,149)
#A0A59E
(160,165,158)
#A9AEA7
(169,174,167)
#B2B7B0
(178,183,176)
#BBC0B9
(187,192,185)
#C4C9C2
(196,201,194)
#CDD2CB
(205,210,203)
#D6DBD4
(214,219,212)
#DFE4DD
(223,228,221)
#E8EDE6
(232,237,230)
#F1F6EF
(241,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #979C95; }

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

This text font color is #979C95.


Background Color

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

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

This div background color is #979C95.


Border color

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

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

This div border color is #979C95.


Opacity

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

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

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

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

This text has shadow with #979C95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #979C95 on black background.


Color preview on white background

This text has color #979C95 on white background.



Black color preview on #979C95 background

This text has black color on #979C95 background.


White color preview on #979C95 background

This text has white color on #979C95 background.