COLOR #979697

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

151
150
151

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

Portions of RGB colors in percentages

R + G + B =
151 + 150 + 151 = 452 (100%)
R 151 of 452 ~ 33.41%
G 150 of 452 ~ 33.19%
B 151 of 452 ~ 33.41%

%33.41
%33.19
%33.41

CMYK color model

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

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

Codes

Color #979697 in popluar color models

979697
RGB151150151
HSL300°0.48%59.02%
HSB/HSV300°0.66%59.22%
CMYK0.00%0.66%0.00%
40.78%

Color #979697 in popluar number systems.

HEX979697
Decimal151150151
Binary100101111001011010010111
Octal227226227

Shades and tints

Shades of #979697

#979697
(151,150,151)
#8A898A
(138,137,138)
#7D7C7D
(125,124,125)
#706F70
(112,111,112)
#636263
(99,98,99)
#565556
(86,85,86)
#494849
(73,72,73)
#3C3B3C
(60,59,60)
#2F2E2F
(47,46,47)
#222122
(34,33,34)
#151415
(21,20,21)
#000000
(0,0,0)

Tints of #979697

#979697
(151,150,151)
#A09FA0
(160,159,160)
#A9A8A9
(169,168,169)
#B2B1B2
(178,177,178)
#BBBABB
(187,186,187)
#C4C3C4
(196,195,196)
#CDCCCD
(205,204,205)
#D6D5D6
(214,213,214)
#DFDEDF
(223,222,223)
#E8E7E8
(232,231,232)
#F1F0F1
(241,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #979697; }

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

This text font color is #979697.


Background Color

.myBgColor { background-color: #979697; }

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

This div background color is #979697.


Border color

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

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

This div border color is #979697.


Opacity

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

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

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

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

This text has shadow with #979697 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #979697 on black background.


Color preview on white background

This text has color #979697 on white background.



Black color preview on #979697 background

This text has black color on #979697 background.


White color preview on #979697 background

This text has white color on #979697 background.