COLOR #979CA7

HEX: #979CA7
RGB: (151,156,167)

Color info

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

RGB color model

#979CA7 color RGB value is (151,156,167).

  • red value is 151;
  • green value is 156;
  • blue value is 167.
RGB:
(151,156,167)
(59%,61%,65%)

RGB channels and saturation

R 151 of 255 = 59%
G 156 of 255 = 61%
B 167 of 255 = 65%

151
156
167

R + G + B ~ 62%. #979CA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 156 + 167 = 474 (100%)
R 151 of 474 ~ 31.86%
G 156 of 474 ~ 32.91%
B 167 of 474 ~ 35.23%

%31.86
%32.91
%35.23

CMYK color model

#979CA7 color CMYK value is (10,7,0,35).

  • cyan value is 9.58%
  • magenta value is 6.59%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(10,7,0,35)
C10M7Y0K35 
(10%,7%,0%,35%)
(0.10/0.07/0.00/0.35)	

CMYK percentages

%9.58
%6.59
%0
%34.51

Codes

Color #979CA7 in popluar color models

979CA7
RGB151156167
HSL221°8.33%62.35%
HSB/HSV221°9.58%65.49%
CMYK9.58%6.59%0.00%
34.51%

Color #979CA7 in popluar number systems.

HEX979CA7
Decimal151156167
Binary100101111001110010100111
Octal227234247

Shades and tints

Shades of #979CA7

#979CA7
(151,156,167)
#8A8E98
(138,142,152)
#7D8089
(125,128,137)
#70727A
(112,114,122)
#63646B
(99,100,107)
#56565C
(86,86,92)
#49484D
(73,72,77)
#3C3A3E
(60,58,62)
#2F2C2F
(47,44,47)
#221E20
(34,30,32)
#151011
(21,16,17)
#000000
(0,0,0)

Tints of #979CA7

#979CA7
(151,156,167)
#A0A5AF
(160,165,175)
#A9AEB7
(169,174,183)
#B2B7BF
(178,183,191)
#BBC0C7
(187,192,199)
#C4C9CF
(196,201,207)
#CDD2D7
(205,210,215)
#D6DBDF
(214,219,223)
#DFE4E7
(223,228,231)
#E8EDEF
(232,237,239)
#F1F6F7
(241,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #979CA7 color. Also use rgb(151,156,167) instead hex code.

Text Font Color

.myTextColor { color: #979CA7; }

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

This text font color is #979CA7.


Background Color

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

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

This div background color is #979CA7.


Border color

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

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

This div border color is #979CA7.


Opacity

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

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

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

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

This text has shadow with #979CA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #979CA7 on black background.


Color preview on white background

This text has color #979CA7 on white background.



Black color preview on #979CA7 background

This text has black color on #979CA7 background.


White color preview on #979CA7 background

This text has white color on #979CA7 background.