COLOR #97979D

HEX: #97979D
RGB: (151,151,157)

Color info

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

RGB color model

#97979D color RGB value is (151,151,157).

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

RGB channels and saturation

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

151
151
157

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

Portions of RGB colors in percentages

R + G + B =
151 + 151 + 157 = 459 (100%)
R 151 of 459 ~ 32.9%
G 151 of 459 ~ 32.9%
B 157 of 459 ~ 34.2%

%32.9
%32.9
%34.2

CMYK color model

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

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

CMYK percentages

%3.82
%3.82
%0
%38.43

Codes

Color #97979D in popluar color models

97979D
RGB151151157
HSL240°2.97%60.39%
HSB/HSV240°3.82%61.57%
CMYK3.82%3.82%0.00%
38.43%

Color #97979D in popluar number systems.

HEX97979D
Decimal151151157
Binary100101111001011110011101
Octal227227235

Shades and tints

Shades of #97979D

#97979D
(151,151,157)
#8A8A8F
(138,138,143)
#7D7D81
(125,125,129)
#707073
(112,112,115)
#636365
(99,99,101)
#565657
(86,86,87)
#494949
(73,73,73)
#3C3C3B
(60,60,59)
#2F2F2D
(47,47,45)
#22221F
(34,34,31)
#151511
(21,21,17)
#000000
(0,0,0)

Tints of #97979D

#97979D
(151,151,157)
#A0A0A5
(160,160,165)
#A9A9AD
(169,169,173)
#B2B2B5
(178,178,181)
#BBBBBD
(187,187,189)
#C4C4C5
(196,196,197)
#CDCDCD
(205,205,205)
#D6D6D5
(214,214,213)
#DFDFDD
(223,223,221)
#E8E8E5
(232,232,229)
#F1F1ED
(241,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97979D; }

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

This text font color is #97979D.


Background Color

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

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

This div background color is #97979D.


Border color

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

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

This div border color is #97979D.


Opacity

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

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

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

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

This text has shadow with #97979D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97979D on black background.


Color preview on white background

This text has color #97979D on white background.



Black color preview on #97979D background

This text has black color on #97979D background.


White color preview on #97979D background

This text has white color on #97979D background.