COLOR #979694

HEX: #979694
RGB: (151,150,148)

Color info

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

RGB color model

#979694 color RGB value is (151,150,148).

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

RGB channels and saturation

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

151
150
148

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

Portions of RGB colors in percentages

R + G + B =
151 + 150 + 148 = 449 (100%)
R 151 of 449 ~ 33.63%
G 150 of 449 ~ 33.41%
B 148 of 449 ~ 32.96%

%33.63
%33.41
%32.96

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.66%
  • yellow value is 1.99%
  • key color value is 40.78%
CMYK:
(0,1,2,41)
C0M1Y2K41 
(0%,1%,2%,41%)
(0.00/0.01/0.02/0.41)	

CMYK percentages

%0
%0.66
%1.99
%40.78

Codes

Color #979694 in popluar color models

979694
RGB151150148
HSL40°1.42%58.63%
HSB/HSV40°1.99%59.22%
CMYK0.00%0.66%1.99%
40.78%

Color #979694 in popluar number systems.

HEX979694
Decimal151150148
Binary100101111001011010010100
Octal227226224

Shades and tints

Shades of #979694

#979694
(151,150,148)
#8A8987
(138,137,135)
#7D7C7A
(125,124,122)
#706F6D
(112,111,109)
#636260
(99,98,96)
#565553
(86,85,83)
#494846
(73,72,70)
#3C3B39
(60,59,57)
#2F2E2C
(47,46,44)
#22211F
(34,33,31)
#151412
(21,20,18)
#000000
(0,0,0)

Tints of #979694

#979694
(151,150,148)
#A09F9D
(160,159,157)
#A9A8A6
(169,168,166)
#B2B1AF
(178,177,175)
#BBBAB8
(187,186,184)
#C4C3C1
(196,195,193)
#CDCCCA
(205,204,202)
#D6D5D3
(214,213,211)
#DFDEDC
(223,222,220)
#E8E7E5
(232,231,229)
#F1F0EE
(241,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #979694; }

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

This text font color is #979694.


Background Color

.myBgColor { background-color: #979694; }

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

This div background color is #979694.


Border color

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

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

This div border color is #979694.


Opacity

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

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

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

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

This text has shadow with #979694 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #979694 on black background.


Color preview on white background

This text has color #979694 on white background.



Black color preview on #979694 background

This text has black color on #979694 background.


White color preview on #979694 background

This text has white color on #979694 background.