COLOR #979196

HEX: #979196 RGB: (151,145,150)

Color info

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

RGB color model

#979196 color RGB value is (151,145,150).

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

RGB channels and saturation

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

151
145
150

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

Portions of RGB colors in percentages

R + G + B = 151 + 145 + 150 = 446 (100%)
R 151 of 446 ~ 33.86%
G 145 of 446 ~ 32.51%
B 150 of 446 ~ 33.63'%

%33.86
%32.51
%33.63

CMYK color model

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

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

CMYK: (0,4,1,41)
C0M4Y1K41 (0%, 4%, 1%, 41%)
(0.00 / 0.04 / 0.01 / 0.41)

CMYK percentages

%0
%3.97
%0.66
%40.78

Codes

Color #979196 in popluar color models

97 91 96
RGB 151 145 150
HSL 310° 2.80% 58.04%
HSB/HSV 310° 3.97% 59.22%
CMYK 0.00% 3.97% 0.66%
40.78%

Color #979196 in popluar number systems.

HEX 97 91 96
Decimal 151 145 150
Binary 10010111 10010001 10010110
Octal 227 221 226

Shades and tints

Shades of #979196

#979196
(151,145,150)
#8A8489
(138,132,137)
#7D777C
(125,119,124)
#706A6F
(112,106,111)
#635D62
(99,93,98)
#565055
(86,80,85)
#494348
(73,67,72)
#3C363B
(60,54,59)
#2F292E
(47,41,46)
#221C21
(34,28,33)
#150F14
(21,15,20)
#000000
(0,0,0)

Tints of #979196

#979196
(151,145,150)
#A09B9F
(160,155,159)
#A9A5A8
(169,165,168)
#B2AFB1
(178,175,177)
#BBB9BA
(187,185,186)
#C4C3C3
(196,195,195)
#CDCDCC
(205,205,204)
#D6D7D5
(214,215,213)
#DFE1DE
(223,225,222)
#E8EBE7
(232,235,231)
#F1F5F0
(241,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #979196; }

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

This text font color is #979196.

Background Color

.myBgColor { background-color: #979196; }

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

This div background color is #979196.

Border color

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

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

This div border color is #979196.

Opacity

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

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

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

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

This text has shadow with #979196 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #979196.

Preview

Color preview on black background

This text has color #979196 on black background.


Color preview on white background

This text has color #979196 on white background.


Black color preview on #979196 background

This text has black color on #979196 background.


White color preview on #979196 background

This text has white color on #979196 background.


Related colors

Complementary color

Complementary color for #hex is #686E69.


I love getcolorcode.com

Triadic colors

1 #969791 and #919697 with #979196 are triadic colors.

2 #969197 and #919796 with #979196 are triadic colors.