COLOR #97979E

HEX: #97979E
RGB: (151,151,158)

Color info

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

RGB color model

#97979E color RGB value is (151,151,158).

  • red value is 151;
  • green value is 151;
  • blue value is 158.
RGB:
(151,151,158)
(59%,59%,62%)

RGB channels and saturation

R 151 of 255 = 59%
G 151 of 255 = 59%
B 158 of 255 = 62%

151
151
158

R + G + B ~ 60%. #97979E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
151 + 151 + 158 = 460 (100%)
R 151 of 460 ~ 32.83%
G 151 of 460 ~ 32.83%
B 158 of 460 ~ 34.35%

%32.83
%32.83
%34.35

CMYK color model

#97979E color CMYK value is (4,4,0,38).

  • cyan value is 4.43%
  • magenta value is 4.43%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(4,4,0,38)
C4M4Y0K38 
(4%,4%,0%,38%)
(0.04/0.04/0.00/0.38)	

CMYK percentages

%4.43
%4.43
%0
%38.04

Codes

Color #97979E in popluar color models

97979E
RGB151151158
HSL240°3.48%60.59%
HSB/HSV240°4.43%61.96%
CMYK4.43%4.43%0.00%
38.04%

Color #97979E in popluar number systems.

HEX97979E
Decimal151151158
Binary100101111001011110011110
Octal227227236

Shades and tints

Shades of #97979E

#97979E
(151,151,158)
#8A8A90
(138,138,144)
#7D7D82
(125,125,130)
#707074
(112,112,116)
#636366
(99,99,102)
#565658
(86,86,88)
#49494A
(73,73,74)
#3C3C3C
(60,60,60)
#2F2F2E
(47,47,46)
#222220
(34,34,32)
#151512
(21,21,18)
#000000
(0,0,0)

Tints of #97979E

#97979E
(151,151,158)
#A0A0A6
(160,160,166)
#A9A9AE
(169,169,174)
#B2B2B6
(178,178,182)
#BBBBBE
(187,187,190)
#C4C4C6
(196,196,198)
#CDCDCE
(205,205,206)
#D6D6D6
(214,214,214)
#DFDFDE
(223,223,222)
#E8E8E6
(232,232,230)
#F1F1EE
(241,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97979E color. Also use rgb(151,151,158) instead hex code.

Text Font Color

.myTextColor { color: #97979E; }

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

This text font color is #97979E.


Background Color

.myBgColor { background-color: #97979E; }

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

This div background color is #97979E.


Border color

.myBorderColor { border: 1px solid #97979E; }

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

This div border color is #97979E.


Opacity

.myOpacity80 { color: #97979E; opacity: 0.8; }

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

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

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

This text has shadow with #97979E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97979E on black background.


Color preview on white background

This text has color #97979E on white background.



Black color preview on #97979E background

This text has black color on #97979E background.


White color preview on #97979E background

This text has white color on #97979E background.