COLOR #979CAA

HEX: #979CAA
RGB: (151,156,170)

Color info

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

RGB color model

#979CAA color RGB value is (151,156,170).

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

RGB channels and saturation

R 151 of 255 = 59%
G 156 of 255 = 61%
B 170 of 255 = 67%

151
156
170

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

Portions of RGB colors in percentages

R + G + B =
151 + 156 + 170 = 477 (100%)
R 151 of 477 ~ 31.66%
G 156 of 477 ~ 32.7%
B 170 of 477 ~ 35.64%

%31.66
%32.7
%35.64

CMYK color model

#979CAA color CMYK value is (11,8,0,33).

  • cyan value is 11.18%
  • magenta value is 8.24%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(11,8,0,33)
C11M8Y0K33 
(11%,8%,0%,33%)
(0.11/0.08/0.00/0.33)	

CMYK percentages

%11.18
%8.24
%0
%33.33

Codes

Color #979CAA in popluar color models

979CAA
RGB151156170
HSL224°10.05%62.94%
HSB/HSV224°11.18%66.67%
CMYK11.18%8.24%0.00%
33.33%

Color #979CAA in popluar number systems.

HEX979CAA
Decimal151156170
Binary100101111001110010101010
Octal227234252

Shades and tints

Shades of #979CAA

#979CAA
(151,156,170)
#8A8E9B
(138,142,155)
#7D808C
(125,128,140)
#70727D
(112,114,125)
#63646E
(99,100,110)
#56565F
(86,86,95)
#494850
(73,72,80)
#3C3A41
(60,58,65)
#2F2C32
(47,44,50)
#221E23
(34,30,35)
#151014
(21,16,20)
#000000
(0,0,0)

Tints of #979CAA

#979CAA
(151,156,170)
#A0A5B1
(160,165,177)
#A9AEB8
(169,174,184)
#B2B7BF
(178,183,191)
#BBC0C6
(187,192,198)
#C4C9CD
(196,201,205)
#CDD2D4
(205,210,212)
#D6DBDB
(214,219,219)
#DFE4E2
(223,228,226)
#E8EDE9
(232,237,233)
#F1F6F0
(241,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #979CAA; }

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

This text font color is #979CAA.


Background Color

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

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

This div background color is #979CAA.


Border color

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

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

This div border color is #979CAA.


Opacity

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

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

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

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

This text has shadow with #979CAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #979CAA on black background.


Color preview on white background

This text has color #979CAA on white background.



Black color preview on #979CAA background

This text has black color on #979CAA background.


White color preview on #979CAA background

This text has white color on #979CAA background.