COLOR #979994

HEX: #979994
RGB: (151,153,148)

Color info

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

RGB color model

#979994 color RGB value is (151,153,148).

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

RGB channels and saturation

R 151 of 255 = 59%
G 153 of 255 = 60%
B 148 of 255 = 58%

151
153
148

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

Portions of RGB colors in percentages

R + G + B =
151 + 153 + 148 = 452 (100%)
R 151 of 452 ~ 33.41%
G 153 of 452 ~ 33.85%
B 148 of 452 ~ 32.74%

%33.41
%33.85
%32.74

CMYK color model

#979994 color CMYK value is (1,0,3,40).

  • cyan value is 1.31%
  • magenta value is 0.00%
  • yellow value is 3.27%
  • key color value is 40.00%
CMYK:
(1,0,3,40)
C1M0Y3K40 
(1%,0%,3%,40%)
(0.01/0.00/0.03/0.40)	

CMYK percentages

%1.31
%0
%3.27
%40

Codes

Color #979994 in popluar color models

979994
RGB151153148
HSL84°2.39%59.02%
HSB/HSV84°3.27%60.00%
CMYK1.31%0.00%3.27%
40.00%

Color #979994 in popluar number systems.

HEX979994
Decimal151153148
Binary100101111001100110010100
Octal227231224

Shades and tints

Shades of #979994

#979994
(151,153,148)
#8A8C87
(138,140,135)
#7D7F7A
(125,127,122)
#70726D
(112,114,109)
#636560
(99,101,96)
#565853
(86,88,83)
#494B46
(73,75,70)
#3C3E39
(60,62,57)
#2F312C
(47,49,44)
#22241F
(34,36,31)
#151712
(21,23,18)
#000000
(0,0,0)

Tints of #979994

#979994
(151,153,148)
#A0A29D
(160,162,157)
#A9ABA6
(169,171,166)
#B2B4AF
(178,180,175)
#BBBDB8
(187,189,184)
#C4C6C1
(196,198,193)
#CDCFCA
(205,207,202)
#D6D8D3
(214,216,211)
#DFE1DC
(223,225,220)
#E8EAE5
(232,234,229)
#F1F3EE
(241,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #979994; }

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

This text font color is #979994.


Background Color

.myBgColor { background-color: #979994; }

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

This div background color is #979994.


Border color

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

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

This div border color is #979994.


Opacity

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

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

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

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

This text has shadow with #979994 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #979994 on black background.


Color preview on white background

This text has color #979994 on white background.



Black color preview on #979994 background

This text has black color on #979994 background.


White color preview on #979994 background

This text has white color on #979994 background.