COLOR #979EA0

HEX: #979EA0 RGB: (151,158,160)

Color info

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

RGB color model

#979EA0 color RGB value is (151,158,160).

RGB: (151,158,160) (59%, 62%, 63%)

RGB channels and saturation

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

151
158
160

R + G + B ~ 61%. #979EA0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 151 + 158 + 160 = 469 (100%)
R 151 of 469 ~ 32.2%
G 158 of 469 ~ 33.69%
B 160 of 469 ~ 34.12'%

%32.2
%33.69
%34.12

CMYK color model

#979EA0 color CMYK value is (6,1,0,37).

  • cyan value is 5.63%
  • magenta value is 1.25%
  • yellow value is 0.00%
  • key color value is 37.25%

CMYK: (6,1,0,37)
C6M1Y0K37 (6%, 1%, 0%, 37%)
(0.06 / 0.01 / 0.00 / 0.37)

CMYK percentages

%5.63
%1.25
%0
%37.25

Codes

Color #979EA0 in popluar color models

97 9E A0
RGB 151 158 160
HSL 193° 4.52% 60.98%
HSB/HSV 193° 5.63% 62.75%
CMYK 5.63% 1.25% 0.00%
37.25%

Color #979EA0 in popluar number systems.

HEX 97 9E A0
Decimal 151 158 160
Binary 10010111 10011110 10100000
Octal 227 236 240

Shades and tints

Shades of #979EA0

#979EA0
(151,158,160)
#8A9092
(138,144,146)
#7D8284
(125,130,132)
#707476
(112,116,118)
#636668
(99,102,104)
#56585A
(86,88,90)
#494A4C
(73,74,76)
#3C3C3E
(60,60,62)
#2F2E30
(47,46,48)
#222022
(34,32,34)
#151214
(21,18,20)
#000000
(0,0,0)

Tints of #979EA0

#979EA0
(151,158,160)
#A0A6A8
(160,166,168)
#A9AEB0
(169,174,176)
#B2B6B8
(178,182,184)
#BBBEC0
(187,190,192)
#C4C6C8
(196,198,200)
#CDCED0
(205,206,208)
#D6D6D8
(214,214,216)
#DFDEE0
(223,222,224)
#E8E6E8
(232,230,232)
#F1EEF0
(241,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #979EA0; }

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

This text font color is #979EA0.

Background Color

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

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

This div background color is #979EA0.

Border color

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

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

This div border color is #979EA0.

Opacity

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

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

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

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

This text has shadow with #979EA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #979EA0.

Preview

Color preview on black background

This text has color #979EA0 on black background.


Color preview on white background

This text has color #979EA0 on white background.


Black color preview on #979EA0 background

This text has black color on #979EA0 background.


White color preview on #979EA0 background

This text has white color on #979EA0 background.


Related colors

Complementary color

Complementary color for #hex is #68615F.


I love getcolorcode.com

Triadic colors

1 #A0979E and #9EA097 with #979EA0 are triadic colors.

2 #A09E97 and #9E97A0 with #979EA0 are triadic colors.