COLOR #979294

HEX: #979294
RGB: (151,146,148)

Color info

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

RGB color model

#979294 color RGB value is (151,146,148).

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

RGB channels and saturation

R 151 of 255 = 59%
G 146 of 255 = 57%
B 148 of 255 = 58%

151
146
148

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

Portions of RGB colors in percentages

R + G + B =
151 + 146 + 148 = 445 (100%)
R 151 of 445 ~ 33.93%
G 146 of 445 ~ 32.81%
B 148 of 445 ~ 33.26%

%33.93
%32.81
%33.26

CMYK color model

#979294 color CMYK value is (0,3,2,41).

  • cyan value is 0.00%
  • magenta value is 3.31%
  • yellow value is 1.99%
  • key color value is 40.78%
CMYK:
(0,3,2,41)
C0M3Y2K41 
(0%,3%,2%,41%)
(0.00/0.03/0.02/0.41)	

CMYK percentages

%0
%3.31
%1.99
%40.78

Codes

Color #979294 in popluar color models

979294
RGB151146148
HSL336°2.35%58.24%
HSB/HSV336°3.31%59.22%
CMYK0.00%3.31%1.99%
40.78%

Color #979294 in popluar number systems.

HEX979294
Decimal151146148
Binary100101111001001010010100
Octal227222224

Shades and tints

Shades of #979294

#979294
(151,146,148)
#8A8587
(138,133,135)
#7D787A
(125,120,122)
#706B6D
(112,107,109)
#635E60
(99,94,96)
#565153
(86,81,83)
#494446
(73,68,70)
#3C3739
(60,55,57)
#2F2A2C
(47,42,44)
#221D1F
(34,29,31)
#151012
(21,16,18)
#000000
(0,0,0)

Tints of #979294

#979294
(151,146,148)
#A09B9D
(160,155,157)
#A9A4A6
(169,164,166)
#B2ADAF
(178,173,175)
#BBB6B8
(187,182,184)
#C4BFC1
(196,191,193)
#CDC8CA
(205,200,202)
#D6D1D3
(214,209,211)
#DFDADC
(223,218,220)
#E8E3E5
(232,227,229)
#F1ECEE
(241,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #979294; }

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

This text font color is #979294.


Background Color

.myBgColor { background-color: #979294; }

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

This div background color is #979294.


Border color

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

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

This div border color is #979294.


Opacity

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

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

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

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

This text has shadow with #979294 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #979294 on black background.


Color preview on white background

This text has color #979294 on white background.



Black color preview on #979294 background

This text has black color on #979294 background.


White color preview on #979294 background

This text has white color on #979294 background.