COLOR #979E99

HEX: #979E99
RGB: (151,158,153)

Color info

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

RGB color model

#979E99 color RGB value is (151,158,153).

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

RGB channels and saturation

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

151
158
153

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

Portions of RGB colors in percentages

R + G + B =
151 + 158 + 153 = 462 (100%)
R 151 of 462 ~ 32.68%
G 158 of 462 ~ 34.2%
B 153 of 462 ~ 33.12%

%32.68
%34.2
%33.12

CMYK color model

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

  • cyan value is 4.43%
  • magenta value is 0.00%
  • yellow value is 3.16%
  • 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
%3.16
%38.04

Codes

Color #979E99 in popluar color models

979E99
RGB151158153
HSL137°3.48%60.59%
HSB/HSV137°4.43%61.96%
CMYK4.43%0.00%3.16%
38.04%

Color #979E99 in popluar number systems.

HEX979E99
Decimal151158153
Binary100101111001111010011001
Octal227236231

Shades and tints

Shades of #979E99

#979E99
(151,158,153)
#8A908C
(138,144,140)
#7D827F
(125,130,127)
#707472
(112,116,114)
#636665
(99,102,101)
#565858
(86,88,88)
#494A4B
(73,74,75)
#3C3C3E
(60,60,62)
#2F2E31
(47,46,49)
#222024
(34,32,36)
#151217
(21,18,23)
#000000
(0,0,0)

Tints of #979E99

#979E99
(151,158,153)
#A0A6A2
(160,166,162)
#A9AEAB
(169,174,171)
#B2B6B4
(178,182,180)
#BBBEBD
(187,190,189)
#C4C6C6
(196,198,198)
#CDCECF
(205,206,207)
#D6D6D8
(214,214,216)
#DFDEE1
(223,222,225)
#E8E6EA
(232,230,234)
#F1EEF3
(241,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #979E99; }

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

This text font color is #979E99.


Background Color

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

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

This div background color is #979E99.


Border color

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

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

This div border color is #979E99.


Opacity

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

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

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

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

This text has shadow with #979E99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #979E99 on black background.


Color preview on white background

This text has color #979E99 on white background.



Black color preview on #979E99 background

This text has black color on #979E99 background.


White color preview on #979E99 background

This text has white color on #979E99 background.