COLOR #979FB2

HEX: #979FB2
RGB: (151,159,178)

Color info

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

RGB color model

#979FB2 color RGB value is (151,159,178).

  • red value is 151;
  • green value is 159;
  • blue value is 178.
RGB:
(151,159,178)
(59%,62%,70%)

RGB channels and saturation

R 151 of 255 = 59%
G 159 of 255 = 62%
B 178 of 255 = 70%

151
159
178

R + G + B ~ 64%. #979FB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 159 + 178 = 488 (100%)
R 151 of 488 ~ 30.94%
G 159 of 488 ~ 32.58%
B 178 of 488 ~ 36.48%

%30.94
%32.58
%36.48

CMYK color model

#979FB2 color CMYK value is (15,11,0,30).

  • cyan value is 15.17%
  • magenta value is 10.67%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(15,11,0,30)
C15M11Y0K30 
(15%,11%,0%,30%)
(0.15/0.11/0.00/0.30)	

CMYK percentages

%15.17
%10.67
%0
%30.2

Codes

Color #979FB2 in popluar color models

979FB2
RGB151159178
HSL222°14.92%64.51%
HSB/HSV222°15.17%69.80%
CMYK15.17%10.67%0.00%
30.20%

Color #979FB2 in popluar number systems.

HEX979FB2
Decimal151159178
Binary100101111001111110110010
Octal227237262

Shades and tints

Shades of #979FB2

#979FB2
(151,159,178)
#8A91A2
(138,145,162)
#7D8392
(125,131,146)
#707582
(112,117,130)
#636772
(99,103,114)
#565962
(86,89,98)
#494B52
(73,75,82)
#3C3D42
(60,61,66)
#2F2F32
(47,47,50)
#222122
(34,33,34)
#151312
(21,19,18)
#000000
(0,0,0)

Tints of #979FB2

#979FB2
(151,159,178)
#A0A7B9
(160,167,185)
#A9AFC0
(169,175,192)
#B2B7C7
(178,183,199)
#BBBFCE
(187,191,206)
#C4C7D5
(196,199,213)
#CDCFDC
(205,207,220)
#D6D7E3
(214,215,227)
#DFDFEA
(223,223,234)
#E8E7F1
(232,231,241)
#F1EFF8
(241,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #979FB2 color. Also use rgb(151,159,178) instead hex code.

Text Font Color

.myTextColor { color: #979FB2; }

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

This text font color is #979FB2.


Background Color

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

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

This div background color is #979FB2.


Border color

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

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

This div border color is #979FB2.


Opacity

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

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

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

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

This text has shadow with #979FB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #979FB2 on black background.


Color preview on white background

This text has color #979FB2 on white background.



Black color preview on #979FB2 background

This text has black color on #979FB2 background.


White color preview on #979FB2 background

This text has white color on #979FB2 background.