COLOR #979FBB

HEX: #979FBB
RGB: (151,159,187)

Color info

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

RGB color model

#979FBB color RGB value is (151,159,187).

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

RGB channels and saturation

R 151 of 255 = 59%
G 159 of 255 = 62%
B 187 of 255 = 73%

151
159
187

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

Portions of RGB colors in percentages

R + G + B =
151 + 159 + 187 = 497 (100%)
R 151 of 497 ~ 30.38%
G 159 of 497 ~ 31.99%
B 187 of 497 ~ 37.63%

%30.38
%31.99
%37.63

CMYK color model

#979FBB color CMYK value is (19,15,0,27).

  • cyan value is 19.25%
  • magenta value is 14.97%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(19,15,0,27)
C19M15Y0K27 
(19%,15%,0%,27%)
(0.19/0.15/0.00/0.27)	

CMYK percentages

%19.25
%14.97
%0
%26.67

Codes

Color #979FBB in popluar color models

979FBB
RGB151159187
HSL227°20.93%66.27%
HSB/HSV227°19.25%73.33%
CMYK19.25%14.97%0.00%
26.67%

Color #979FBB in popluar number systems.

HEX979FBB
Decimal151159187
Binary100101111001111110111011
Octal227237273

Shades and tints

Shades of #979FBB

#979FBB
(151,159,187)
#8A91AA
(138,145,170)
#7D8399
(125,131,153)
#707588
(112,117,136)
#636777
(99,103,119)
#565966
(86,89,102)
#494B55
(73,75,85)
#3C3D44
(60,61,68)
#2F2F33
(47,47,51)
#222122
(34,33,34)
#151311
(21,19,17)
#000000
(0,0,0)

Tints of #979FBB

#979FBB
(151,159,187)
#A0A7C1
(160,167,193)
#A9AFC7
(169,175,199)
#B2B7CD
(178,183,205)
#BBBFD3
(187,191,211)
#C4C7D9
(196,199,217)
#CDCFDF
(205,207,223)
#D6D7E5
(214,215,229)
#DFDFEB
(223,223,235)
#E8E7F1
(232,231,241)
#F1EFF7
(241,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #979FBB; }

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

This text font color is #979FBB.


Background Color

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

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

This div background color is #979FBB.


Border color

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

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

This div border color is #979FBB.


Opacity

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

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

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

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

This text has shadow with #979FBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #979FBB on black background.


Color preview on white background

This text has color #979FBB on white background.



Black color preview on #979FBB background

This text has black color on #979FBB background.


White color preview on #979FBB background

This text has white color on #979FBB background.