COLOR #979FBF

HEX: #979FBF
RGB: (151,159,191)

Color info

#979FBF contains red, green and blue colors in about the same proportion. Web safe color of #979FBF is #9999CC (or #99C).

RGB color model

#979FBF color RGB value is (151,159,191).

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

RGB channels and saturation

R 151 of 255 = 59%
G 159 of 255 = 62%
B 191 of 255 = 75%

151
159
191

R + G + B ~ 65%. #979FBF is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 159 + 191 = 501 (100%)
R 151 of 501 ~ 30.14%
G 159 of 501 ~ 31.74%
B 191 of 501 ~ 38.12%

%30.14
%31.74
%38.12

CMYK color model

#979FBF color CMYK value is (21,17,0,25).

  • cyan value is 20.94%
  • magenta value is 16.75%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(21,17,0,25)
C21M17Y0K25 
(21%,17%,0%,25%)
(0.21/0.17/0.00/0.25)	

CMYK percentages

%20.94
%16.75
%0
%25.1

Codes

Color #979FBF in popluar color models

979FBF
RGB151159191
HSL228°23.81%67.06%
HSB/HSV228°20.94%74.90%
CMYK20.94%16.75%0.00%
25.10%

Color #979FBF in popluar number systems.

HEX979FBF
Decimal151159191
Binary100101111001111110111111
Octal227237277

Shades and tints

Shades of #979FBF

#979FBF
(151,159,191)
#8A91AE
(138,145,174)
#7D839D
(125,131,157)
#70758C
(112,117,140)
#63677B
(99,103,123)
#56596A
(86,89,106)
#494B59
(73,75,89)
#3C3D48
(60,61,72)
#2F2F37
(47,47,55)
#222126
(34,33,38)
#151315
(21,19,21)
#000000
(0,0,0)

Tints of #979FBF

#979FBF
(151,159,191)
#A0A7C4
(160,167,196)
#A9AFC9
(169,175,201)
#B2B7CE
(178,183,206)
#BBBFD3
(187,191,211)
#C4C7D8
(196,199,216)
#CDCFDD
(205,207,221)
#D6D7E2
(214,215,226)
#DFDFE7
(223,223,231)
#E8E7EC
(232,231,236)
#F1EFF1
(241,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #979FBF; }

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

This text font color is #979FBF.


Background Color

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

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

This div background color is #979FBF.


Border color

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

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

This div border color is #979FBF.


Opacity

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

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

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

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

This text has shadow with #979FBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #979FBF on black background.


Color preview on white background

This text has color #979FBF on white background.



Black color preview on #979FBF background

This text has black color on #979FBF background.


White color preview on #979FBF background

This text has white color on #979FBF background.