COLOR #979495

HEX: #979495
RGB: (151,148,149)

Color info

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

RGB color model

#979495 color RGB value is (151,148,149).

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

RGB channels and saturation

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

151
148
149

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

Portions of RGB colors in percentages

R + G + B =
151 + 148 + 149 = 448 (100%)
R 151 of 448 ~ 33.71%
G 148 of 448 ~ 33.04%
B 149 of 448 ~ 33.26%

%33.71
%33.04
%33.26

CMYK color model

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

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

CMYK percentages

%0
%1.99
%1.32
%40.78

Codes

Color #979495 in popluar color models

979495
RGB151148149
HSL340°1.42%58.63%
HSB/HSV340°1.99%59.22%
CMYK0.00%1.99%1.32%
40.78%

Color #979495 in popluar number systems.

HEX979495
Decimal151148149
Binary100101111001010010010101
Octal227224225

Shades and tints

Shades of #979495

#979495
(151,148,149)
#8A8788
(138,135,136)
#7D7A7B
(125,122,123)
#706D6E
(112,109,110)
#636061
(99,96,97)
#565354
(86,83,84)
#494647
(73,70,71)
#3C393A
(60,57,58)
#2F2C2D
(47,44,45)
#221F20
(34,31,32)
#151213
(21,18,19)
#000000
(0,0,0)

Tints of #979495

#979495
(151,148,149)
#A09D9E
(160,157,158)
#A9A6A7
(169,166,167)
#B2AFB0
(178,175,176)
#BBB8B9
(187,184,185)
#C4C1C2
(196,193,194)
#CDCACB
(205,202,203)
#D6D3D4
(214,211,212)
#DFDCDD
(223,220,221)
#E8E5E6
(232,229,230)
#F1EEEF
(241,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #979495; }

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

This text font color is #979495.


Background Color

.myBgColor { background-color: #979495; }

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

This div background color is #979495.


Border color

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

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

This div border color is #979495.


Opacity

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

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

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

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

This text has shadow with #979495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #979495 on black background.


Color preview on white background

This text has color #979495 on white background.



Black color preview on #979495 background

This text has black color on #979495 background.


White color preview on #979495 background

This text has white color on #979495 background.