COLOR #979597

HEX: #979597
RGB: (151,149,151)

Color info

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

RGB color model

#979597 color RGB value is (151,149,151).

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

RGB channels and saturation

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

151
149
151

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

Portions of RGB colors in percentages

R + G + B =
151 + 149 + 151 = 451 (100%)
R 151 of 451 ~ 33.48%
G 149 of 451 ~ 33.04%
B 151 of 451 ~ 33.48%

%33.48
%33.04
%33.48

CMYK color model

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

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

CMYK percentages

%0
%1.32
%0
%40.78

Codes

Color #979597 in popluar color models

979597
RGB151149151
HSL300°0.95%58.82%
HSB/HSV300°1.32%59.22%
CMYK0.00%1.32%0.00%
40.78%

Color #979597 in popluar number systems.

HEX979597
Decimal151149151
Binary100101111001010110010111
Octal227225227

Shades and tints

Shades of #979597

#979597
(151,149,151)
#8A888A
(138,136,138)
#7D7B7D
(125,123,125)
#706E70
(112,110,112)
#636163
(99,97,99)
#565456
(86,84,86)
#494749
(73,71,73)
#3C3A3C
(60,58,60)
#2F2D2F
(47,45,47)
#222022
(34,32,34)
#151315
(21,19,21)
#000000
(0,0,0)

Tints of #979597

#979597
(151,149,151)
#A09EA0
(160,158,160)
#A9A7A9
(169,167,169)
#B2B0B2
(178,176,178)
#BBB9BB
(187,185,187)
#C4C2C4
(196,194,196)
#CDCBCD
(205,203,205)
#D6D4D6
(214,212,214)
#DFDDDF
(223,221,223)
#E8E6E8
(232,230,232)
#F1EFF1
(241,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #979597; }

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

This text font color is #979597.


Background Color

.myBgColor { background-color: #979597; }

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

This div background color is #979597.


Border color

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

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

This div border color is #979597.


Opacity

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

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

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

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

This text has shadow with #979597 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #979597 on black background.


Color preview on white background

This text has color #979597 on white background.



Black color preview on #979597 background

This text has black color on #979597 background.


White color preview on #979597 background

This text has white color on #979597 background.