COLOR #979696

HEX: #979696
RGB: (151,150,150)

Color info

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

RGB color model

#979696 color RGB value is (151,150,150).

  • red value is 151;
  • green value is 150;
  • blue value is 150.
RGB:
(151,150,150)
(59%,59%,59%)

RGB channels and saturation

R 151 of 255 = 59%
G 150 of 255 = 59%
B 150 of 255 = 59%

151
150
150

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

Portions of RGB colors in percentages

R + G + B =
151 + 150 + 150 = 451 (100%)
R 151 of 451 ~ 33.48%
G 150 of 451 ~ 33.26%
B 150 of 451 ~ 33.26%

%33.48
%33.26
%33.26

CMYK color model

#979696 color CMYK value is (0,1,1,41).

  • cyan value is 0.00%
  • magenta value is 0.66%
  • yellow value is 0.66%
  • key color value is 40.78%
CMYK:
(0,1,1,41)
C0M1Y1K41 
(0%,1%,1%,41%)
(0.00/0.01/0.01/0.41)	

CMYK percentages

%0
%0.66
%0.66
%40.78

Codes

Color #979696 in popluar color models

979696
RGB151150150
HSL0.48%59.02%
HSB/HSV0.66%59.22%
CMYK0.00%0.66%0.66%
40.78%

Color #979696 in popluar number systems.

HEX979696
Decimal151150150
Binary100101111001011010010110
Octal227226226

Shades and tints

Shades of #979696

#979696
(151,150,150)
#8A8989
(138,137,137)
#7D7C7C
(125,124,124)
#706F6F
(112,111,111)
#636262
(99,98,98)
#565555
(86,85,85)
#494848
(73,72,72)
#3C3B3B
(60,59,59)
#2F2E2E
(47,46,46)
#222121
(34,33,33)
#151414
(21,20,20)
#000000
(0,0,0)

Tints of #979696

#979696
(151,150,150)
#A09F9F
(160,159,159)
#A9A8A8
(169,168,168)
#B2B1B1
(178,177,177)
#BBBABA
(187,186,186)
#C4C3C3
(196,195,195)
#CDCCCC
(205,204,204)
#D6D5D5
(214,213,213)
#DFDEDE
(223,222,222)
#E8E7E7
(232,231,231)
#F1F0F0
(241,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #979696 color. Also use rgb(151,150,150) instead hex code.

Text Font Color

.myTextColor { color: #979696; }

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

This text font color is #979696.


Background Color

.myBgColor { background-color: #979696; }

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

This div background color is #979696.


Border color

.myBorderColor { border: 1px solid #979696; }

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

This div border color is #979696.


Opacity

.myOpacity80 { color: #979696; opacity: 0.8; }

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

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

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

This text has shadow with #979696 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #979696 on black background.


Color preview on white background

This text has color #979696 on white background.



Black color preview on #979696 background

This text has black color on #979696 background.


White color preview on #979696 background

This text has white color on #979696 background.