COLOR #979BA2

HEX: #979BA2
RGB: (151,155,162)

Color info

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

RGB color model

#979BA2 color RGB value is (151,155,162).

  • red value is 151;
  • green value is 155;
  • blue value is 162.
RGB:
(151,155,162)
(59%,61%,64%)

RGB channels and saturation

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

151
155
162

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

Portions of RGB colors in percentages

R + G + B =
151 + 155 + 162 = 468 (100%)
R 151 of 468 ~ 32.26%
G 155 of 468 ~ 33.12%
B 162 of 468 ~ 34.62%

%32.26
%33.12
%34.62

CMYK color model

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

  • cyan value is 6.79%
  • magenta value is 4.32%
  • 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
%4.32
%0
%36.47

Codes

Color #979BA2 in popluar color models

979BA2
RGB151155162
HSL218°5.58%61.37%
HSB/HSV218°6.79%63.53%
CMYK6.79%4.32%0.00%
36.47%

Color #979BA2 in popluar number systems.

HEX979BA2
Decimal151155162
Binary100101111001101110100010
Octal227233242

Shades and tints

Shades of #979BA2

#979BA2
(151,155,162)
#8A8D94
(138,141,148)
#7D7F86
(125,127,134)
#707178
(112,113,120)
#63636A
(99,99,106)
#56555C
(86,85,92)
#49474E
(73,71,78)
#3C3940
(60,57,64)
#2F2B32
(47,43,50)
#221D24
(34,29,36)
#150F16
(21,15,22)
#000000
(0,0,0)

Tints of #979BA2

#979BA2
(151,155,162)
#A0A4AA
(160,164,170)
#A9ADB2
(169,173,178)
#B2B6BA
(178,182,186)
#BBBFC2
(187,191,194)
#C4C8CA
(196,200,202)
#CDD1D2
(205,209,210)
#D6DADA
(214,218,218)
#DFE3E2
(223,227,226)
#E8ECEA
(232,236,234)
#F1F5F2
(241,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #979BA2; }

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

This text font color is #979BA2.


Background Color

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

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

This div background color is #979BA2.


Border color

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

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

This div border color is #979BA2.


Opacity

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

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

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

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

This text has shadow with #979BA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #979BA2 on black background.


Color preview on white background

This text has color #979BA2 on white background.



Black color preview on #979BA2 background

This text has black color on #979BA2 background.


White color preview on #979BA2 background

This text has white color on #979BA2 background.