COLOR #979A9E

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

Color info

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

RGB color model

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

RGB: (151,154,158) (59%, 60%, 62%)

RGB channels and saturation

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

151
154
158

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

Portions of RGB colors in percentages

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

%32.61
%33.26
%34.13

CMYK color model

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

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

CMYK percentages

%4.43
%2.53
%0
%38.04

Codes

Color #979A9E in popluar color models

97 9A 9E
RGB 151 154 158
HSL 214° 3.48% 60.59%
HSB/HSV 214° 4.43% 61.96%
CMYK 4.43% 2.53% 0.00%
38.04%

Color #979A9E in popluar number systems.

HEX 97 9A 9E
Decimal 151 154 158
Binary 10010111 10011010 10011110
Octal 227 232 236

Shades and tints

Shades of #979A9E

#979A9E
(151,154,158)
#8A8C90
(138,140,144)
#7D7E82
(125,126,130)
#707074
(112,112,116)
#636266
(99,98,102)
#565458
(86,84,88)
#49464A
(73,70,74)
#3C383C
(60,56,60)
#2F2A2E
(47,42,46)
#221C20
(34,28,32)
#150E12
(21,14,18)
#000000
(0,0,0)

Tints of #979A9E

#979A9E
(151,154,158)
#A0A3A6
(160,163,166)
#A9ACAE
(169,172,174)
#B2B5B6
(178,181,182)
#BBBEBE
(187,190,190)
#C4C7C6
(196,199,198)
#CDD0CE
(205,208,206)
#D6D9D6
(214,217,214)
#DFE2DE
(223,226,222)
#E8EBE6
(232,235,230)
#F1F4EE
(241,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #979A9E; }

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

This text font color is #979A9E.

Background Color

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

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

This div background color is #979A9E.

Border color

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

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

This div border color is #979A9E.

Opacity

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

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

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

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

This text has shadow with #979A9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #979A9E.

Preview

Color preview on black background

This text has color #979A9E on black background.


Color preview on white background

This text has color #979A9E on white background.


Black color preview on #979A9E background

This text has black color on #979A9E background.


White color preview on #979A9E background

This text has white color on #979A9E background.


Related colors

Complementary color

Complementary color for #hex is #686561.


I love getcolorcode.com

Triadic colors

1 #9E979A and #9A9E97 with #979A9E are triadic colors.

2 #9E9A97 and #9A979E with #979A9E are triadic colors.