COLOR #979CB4

HEX: #979CB4
RGB: (151,156,180)

Color info

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

RGB color model

#979CB4 color RGB value is (151,156,180).

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

RGB channels and saturation

R 151 of 255 = 59%
G 156 of 255 = 61%
B 180 of 255 = 71%

151
156
180

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

Portions of RGB colors in percentages

R + G + B =
151 + 156 + 180 = 487 (100%)
R 151 of 487 ~ 31.01%
G 156 of 487 ~ 32.03%
B 180 of 487 ~ 36.96%

%31.01
%32.03
%36.96

CMYK color model

#979CB4 color CMYK value is (16,13,0,29).

  • cyan value is 16.11%
  • magenta value is 13.33%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(16,13,0,29)
C16M13Y0K29 
(16%,13%,0%,29%)
(0.16/0.13/0.00/0.29)	

CMYK percentages

%16.11
%13.33
%0
%29.41

Codes

Color #979CB4 in popluar color models

979CB4
RGB151156180
HSL230°16.20%64.90%
HSB/HSV230°16.11%70.59%
CMYK16.11%13.33%0.00%
29.41%

Color #979CB4 in popluar number systems.

HEX979CB4
Decimal151156180
Binary100101111001110010110100
Octal227234264

Shades and tints

Shades of #979CB4

#979CB4
(151,156,180)
#8A8EA4
(138,142,164)
#7D8094
(125,128,148)
#707284
(112,114,132)
#636474
(99,100,116)
#565664
(86,86,100)
#494854
(73,72,84)
#3C3A44
(60,58,68)
#2F2C34
(47,44,52)
#221E24
(34,30,36)
#151014
(21,16,20)
#000000
(0,0,0)

Tints of #979CB4

#979CB4
(151,156,180)
#A0A5BA
(160,165,186)
#A9AEC0
(169,174,192)
#B2B7C6
(178,183,198)
#BBC0CC
(187,192,204)
#C4C9D2
(196,201,210)
#CDD2D8
(205,210,216)
#D6DBDE
(214,219,222)
#DFE4E4
(223,228,228)
#E8EDEA
(232,237,234)
#F1F6F0
(241,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #979CB4; }

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

This text font color is #979CB4.


Background Color

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

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

This div background color is #979CB4.


Border color

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

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

This div border color is #979CB4.


Opacity

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

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

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

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

This text has shadow with #979CB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #979CB4 on black background.


Color preview on white background

This text has color #979CB4 on white background.



Black color preview on #979CB4 background

This text has black color on #979CB4 background.


White color preview on #979CB4 background

This text has white color on #979CB4 background.