COLOR #979695

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

151
150
149

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

Portions of RGB colors in percentages

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

%33.56
%33.33
%33.11

CMYK color model

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

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

Codes

Color #979695 in popluar color models

979695
RGB151150149
HSL30°0.95%58.82%
HSB/HSV30°1.32%59.22%
CMYK0.00%0.66%1.32%
40.78%

Color #979695 in popluar number systems.

HEX979695
Decimal151150149
Binary100101111001011010010101
Octal227226225

Shades and tints

Shades of #979695

#979695
(151,150,149)
#8A8988
(138,137,136)
#7D7C7B
(125,124,123)
#706F6E
(112,111,110)
#636261
(99,98,97)
#565554
(86,85,84)
#494847
(73,72,71)
#3C3B3A
(60,59,58)
#2F2E2D
(47,46,45)
#222120
(34,33,32)
#151413
(21,20,19)
#000000
(0,0,0)

Tints of #979695

#979695
(151,150,149)
#A09F9E
(160,159,158)
#A9A8A7
(169,168,167)
#B2B1B0
(178,177,176)
#BBBAB9
(187,186,185)
#C4C3C2
(196,195,194)
#CDCCCB
(205,204,203)
#D6D5D4
(214,213,212)
#DFDEDD
(223,222,221)
#E8E7E6
(232,231,230)
#F1F0EF
(241,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #979695; }

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

This text font color is #979695.


Background Color

.myBgColor { background-color: #979695; }

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

This div background color is #979695.


Border color

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

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

This div border color is #979695.


Opacity

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

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

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

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

This text has shadow with #979695 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #979695 on black background.


Color preview on white background

This text has color #979695 on white background.



Black color preview on #979695 background

This text has black color on #979695 background.


White color preview on #979695 background

This text has white color on #979695 background.