COLOR #979796

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

Color info

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

RGB color model

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

RGB: (151,151,150) (59%, 59%, 59%)

RGB channels and saturation

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

151
151
150

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

Portions of RGB colors in percentages

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

%33.41
%33.41
%33.19

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 0.66%
  • key color value is 40.78%

CMYK: (0,0,1,41)
C0M0Y1K41 (0%, 0%, 1%, 41%)
(0.00 / 0.00 / 0.01 / 0.41)

CMYK percentages

%0
%0
%0.66
%40.78

Codes

Color #979796 in popluar color models

97 97 96
RGB 151 151 150
HSL 60° 0.48% 59.02%
HSB/HSV 60° 0.66% 59.22%
CMYK 0.00% 0.00% 0.66%
40.78%

Color #979796 in popluar number systems.

HEX 97 97 96
Decimal 151 151 150
Binary 10010111 10010111 10010110
Octal 227 227 226

Shades and tints

Shades of #979796

#979796
(151,151,150)
#8A8A89
(138,138,137)
#7D7D7C
(125,125,124)
#70706F
(112,112,111)
#636362
(99,99,98)
#565655
(86,86,85)
#494948
(73,73,72)
#3C3C3B
(60,60,59)
#2F2F2E
(47,47,46)
#222221
(34,34,33)
#151514
(21,21,20)
#000000
(0,0,0)

Tints of #979796

#979796
(151,151,150)
#A0A09F
(160,160,159)
#A9A9A8
(169,169,168)
#B2B2B1
(178,178,177)
#BBBBBA
(187,187,186)
#C4C4C3
(196,196,195)
#CDCDCC
(205,205,204)
#D6D6D5
(214,214,213)
#DFDFDE
(223,223,222)
#E8E8E7
(232,232,231)
#F1F1F0
(241,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #979796; }

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

This text font color is #979796.

Background Color

.myBgColor { background-color: #979796; }

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

This div background color is #979796.

Border color

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

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

This div border color is #979796.

Opacity

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

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

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

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

This text has shadow with #979796 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #979796.

Preview

Color preview on black background

This text has color #979796 on black background.


Color preview on white background

This text has color #979796 on white background.


Black color preview on #979796 background

This text has black color on #979796 background.


White color preview on #979796 background

This text has white color on #979796 background.


Related colors

Complementary color

Complementary color for #hex is #686869.


I love getcolorcode.com