COLOR #979BB4

HEX: #979BB4
RGB: (151,155,180)

Color info

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

RGB color model

#979BB4 color RGB value is (151,155,180).

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

RGB channels and saturation

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

151
155
180

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

Portions of RGB colors in percentages

R + G + B =
151 + 155 + 180 = 486 (100%)
R 151 of 486 ~ 31.07%
G 155 of 486 ~ 31.89%
B 180 of 486 ~ 37.04%

%31.07
%31.89
%37.04

CMYK color model

#979BB4 color CMYK value is (16,14,0,29).

  • cyan value is 16.11%
  • magenta value is 13.89%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(16,14,0,29)
C16M14Y0K29 
(16%,14%,0%,29%)
(0.16/0.14/0.00/0.29)	

CMYK percentages

%16.11
%13.89
%0
%29.41

Codes

Color #979BB4 in popluar color models

979BB4
RGB151155180
HSL232°16.20%64.90%
HSB/HSV232°16.11%70.59%
CMYK16.11%13.89%0.00%
29.41%

Color #979BB4 in popluar number systems.

HEX979BB4
Decimal151155180
Binary100101111001101110110100
Octal227233264

Shades and tints

Shades of #979BB4

#979BB4
(151,155,180)
#8A8DA4
(138,141,164)
#7D7F94
(125,127,148)
#707184
(112,113,132)
#636374
(99,99,116)
#565564
(86,85,100)
#494754
(73,71,84)
#3C3944
(60,57,68)
#2F2B34
(47,43,52)
#221D24
(34,29,36)
#150F14
(21,15,20)
#000000
(0,0,0)

Tints of #979BB4

#979BB4
(151,155,180)
#A0A4BA
(160,164,186)
#A9ADC0
(169,173,192)
#B2B6C6
(178,182,198)
#BBBFCC
(187,191,204)
#C4C8D2
(196,200,210)
#CDD1D8
(205,209,216)
#D6DADE
(214,218,222)
#DFE3E4
(223,227,228)
#E8ECEA
(232,236,234)
#F1F5F0
(241,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #979BB4; }

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

This text font color is #979BB4.


Background Color

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

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

This div background color is #979BB4.


Border color

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

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

This div border color is #979BB4.


Opacity

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

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

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

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

This text has shadow with #979BB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #979BB4 on black background.


Color preview on white background

This text has color #979BB4 on white background.



Black color preview on #979BB4 background

This text has black color on #979BB4 background.


White color preview on #979BB4 background

This text has white color on #979BB4 background.