COLOR #979596

HEX: #979596
RGB: (151,149,150)

Color info

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

RGB color model

#979596 color RGB value is (151,149,150).

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

RGB channels and saturation

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

151
149
150

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

Portions of RGB colors in percentages

R + G + B =
151 + 149 + 150 = 450 (100%)
R 151 of 450 ~ 33.56%
G 149 of 450 ~ 33.11%
B 150 of 450 ~ 33.33%

%33.56
%33.11
%33.33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.32%
  • 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
%1.32
%0.66
%40.78

Codes

Color #979596 in popluar color models

979596
RGB151149150
HSL330°0.95%58.82%
HSB/HSV330°1.32%59.22%
CMYK0.00%1.32%0.66%
40.78%

Color #979596 in popluar number systems.

HEX979596
Decimal151149150
Binary100101111001010110010110
Octal227225226

Shades and tints

Shades of #979596

#979596
(151,149,150)
#8A8889
(138,136,137)
#7D7B7C
(125,123,124)
#706E6F
(112,110,111)
#636162
(99,97,98)
#565455
(86,84,85)
#494748
(73,71,72)
#3C3A3B
(60,58,59)
#2F2D2E
(47,45,46)
#222021
(34,32,33)
#151314
(21,19,20)
#000000
(0,0,0)

Tints of #979596

#979596
(151,149,150)
#A09E9F
(160,158,159)
#A9A7A8
(169,167,168)
#B2B0B1
(178,176,177)
#BBB9BA
(187,185,186)
#C4C2C3
(196,194,195)
#CDCBCC
(205,203,204)
#D6D4D5
(214,212,213)
#DFDDDE
(223,221,222)
#E8E6E7
(232,230,231)
#F1EFF0
(241,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #979596; }

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

This text font color is #979596.


Background Color

.myBgColor { background-color: #979596; }

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

This div background color is #979596.


Border color

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

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

This div border color is #979596.


Opacity

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

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

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

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

This text has shadow with #979596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #979596 on black background.


Color preview on white background

This text has color #979596 on white background.



Black color preview on #979596 background

This text has black color on #979596 background.


White color preview on #979596 background

This text has white color on #979596 background.