COLOR #979E9A

HEX: #979E9A
RGB: (151,158,154)

Color info

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

RGB color model

#979E9A color RGB value is (151,158,154).

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

RGB channels and saturation

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

151
158
154

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

Portions of RGB colors in percentages

R + G + B =
151 + 158 + 154 = 463 (100%)
R 151 of 463 ~ 32.61%
G 158 of 463 ~ 34.13%
B 154 of 463 ~ 33.26%

%32.61
%34.13
%33.26

CMYK color model

#979E9A color CMYK value is (4,0,3,38).

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

CMYK percentages

%4.43
%0
%2.53
%38.04

Codes

Color #979E9A in popluar color models

979E9A
RGB151158154
HSL146°3.48%60.59%
HSB/HSV146°4.43%61.96%
CMYK4.43%0.00%2.53%
38.04%

Color #979E9A in popluar number systems.

HEX979E9A
Decimal151158154
Binary100101111001111010011010
Octal227236232

Shades and tints

Shades of #979E9A

#979E9A
(151,158,154)
#8A908C
(138,144,140)
#7D827E
(125,130,126)
#707470
(112,116,112)
#636662
(99,102,98)
#565854
(86,88,84)
#494A46
(73,74,70)
#3C3C38
(60,60,56)
#2F2E2A
(47,46,42)
#22201C
(34,32,28)
#15120E
(21,18,14)
#000000
(0,0,0)

Tints of #979E9A

#979E9A
(151,158,154)
#A0A6A3
(160,166,163)
#A9AEAC
(169,174,172)
#B2B6B5
(178,182,181)
#BBBEBE
(187,190,190)
#C4C6C7
(196,198,199)
#CDCED0
(205,206,208)
#D6D6D9
(214,214,217)
#DFDEE2
(223,222,226)
#E8E6EB
(232,230,235)
#F1EEF4
(241,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #979E9A; }

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

This text font color is #979E9A.


Background Color

.myBgColor { background-color: #979E9A; }

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

This div background color is #979E9A.


Border color

.myBorderColor { border: 1px solid #979E9A; }

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

This div border color is #979E9A.


Opacity

.myOpacity80 { color: #979E9A; opacity: 0.8; }

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

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

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

This text has shadow with #979E9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #979E9A on black background.


Color preview on white background

This text has color #979E9A on white background.



Black color preview on #979E9A background

This text has black color on #979E9A background.


White color preview on #979E9A background

This text has white color on #979E9A background.