COLOR #979CA2

HEX: #979CA2 RGB: (151,156,162)

Color info

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

RGB color model

#979CA2 color RGB value is (151,156,162).

RGB: (151,156,162) (59%, 61%, 64%)

RGB channels and saturation

R 151 of 255 = 59%
G 156 of 255 = 61%
B 162 of 255 = 64%

151
156
162

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

Portions of RGB colors in percentages

R + G + B = 151 + 156 + 162 = 469 (100%)
R 151 of 469 ~ 32.2%
G 156 of 469 ~ 33.26%
B 162 of 469 ~ 34.54'%

%32.2
%33.26
%34.54

CMYK color model

#979CA2 color CMYK value is (7,4,0,36).

  • cyan value is 6.79%
  • magenta value is 3.70%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK: (7,4,0,36) C7M4Y0K36 (7%,4%,0%,36%) (0.07/0.04/0.00/0.36) 

CMYK percentages

%6.79
%3.7
%0
%36.47

Codes

Color #979CA2 in popluar color models

97 9C A2
RGB 151 156 162
HSL 213° 5.58% 61.37%
HSB/HSV 213° 6.79% 63.53%
CMYK 6.79% 3.70% 0.00%
36.47%

Color #979CA2 in popluar number systems.

HEX 97 9C A2
Decimal 151 156 162
Binary 10010111 10011100 10100010
Octal 227 234 242

Shades and tints

Shades of #979CA2

#979CA2
(151,156,162)
#8A8E94
(138,142,148)
#7D8086
(125,128,134)
#707278
(112,114,120)
#63646A
(99,100,106)
#56565C
(86,86,92)
#49484E
(73,72,78)
#3C3A40
(60,58,64)
#2F2C32
(47,44,50)
#221E24
(34,30,36)
#151016
(21,16,22)
#000000
(0,0,0)

Tints of #979CA2

#979CA2
(151,156,162)
#A0A5AA
(160,165,170)
#A9AEB2
(169,174,178)
#B2B7BA
(178,183,186)
#BBC0C2
(187,192,194)
#C4C9CA
(196,201,202)
#CDD2D2
(205,210,210)
#D6DBDA
(214,219,218)
#DFE4E2
(223,228,226)
#E8EDEA
(232,237,234)
#F1F6F2
(241,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #979CA2; }

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

This text font color is #979CA2.

Background Color

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

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

This div background color is #979CA2.

Border color

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

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

This div border color is #979CA2.

Opacity

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

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

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

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

This text has shadow with #979CA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #979CA2.

Preview

Color preview on black background

This text has color #979CA2 on black background.


Color preview on white background

This text has color #979CA2 on white background.


Black color preview on #979CA2 background

This text has black color on #979CA2 background.


White color preview on #979CA2 background

This text has white color on #979CA2 background.


Related colors

Complementary color

Complementary color for #hex is #68635D.


I love getcolorcode.com

Triadic colors

1 #A2979C and #9CA297 with #979CA2 are triadic colors.

2 #A29C97 and #9C97A2 with #979CA2 are triadic colors.