COLOR #979CBD

HEX: #979CBD
RGB: (151,156,189)

Color info

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

RGB color model

#979CBD color RGB value is (151,156,189).

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

RGB channels and saturation

R 151 of 255 = 59%
G 156 of 255 = 61%
B 189 of 255 = 74%

151
156
189

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

Portions of RGB colors in percentages

R + G + B =
151 + 156 + 189 = 496 (100%)
R 151 of 496 ~ 30.44%
G 156 of 496 ~ 31.45%
B 189 of 496 ~ 38.1%

%30.44
%31.45
%38.1

CMYK color model

#979CBD color CMYK value is (20,17,0,26).

  • cyan value is 20.11%
  • magenta value is 17.46%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(20,17,0,26)
C20M17Y0K26 
(20%,17%,0%,26%)
(0.20/0.17/0.00/0.26)	

CMYK percentages

%20.11
%17.46
%0
%25.88

Codes

Color #979CBD in popluar color models

979CBD
RGB151156189
HSL232°22.35%66.67%
HSB/HSV232°20.11%74.12%
CMYK20.11%17.46%0.00%
25.88%

Color #979CBD in popluar number systems.

HEX979CBD
Decimal151156189
Binary100101111001110010111101
Octal227234275

Shades and tints

Shades of #979CBD

#979CBD
(151,156,189)
#8A8EAC
(138,142,172)
#7D809B
(125,128,155)
#70728A
(112,114,138)
#636479
(99,100,121)
#565668
(86,86,104)
#494857
(73,72,87)
#3C3A46
(60,58,70)
#2F2C35
(47,44,53)
#221E24
(34,30,36)
#151013
(21,16,19)
#000000
(0,0,0)

Tints of #979CBD

#979CBD
(151,156,189)
#A0A5C3
(160,165,195)
#A9AEC9
(169,174,201)
#B2B7CF
(178,183,207)
#BBC0D5
(187,192,213)
#C4C9DB
(196,201,219)
#CDD2E1
(205,210,225)
#D6DBE7
(214,219,231)
#DFE4ED
(223,228,237)
#E8EDF3
(232,237,243)
#F1F6F9
(241,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #979CBD; }

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

This text font color is #979CBD.


Background Color

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

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

This div background color is #979CBD.


Border color

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

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

This div border color is #979CBD.


Opacity

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

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

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

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

This text has shadow with #979CBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #979CBD on black background.


Color preview on white background

This text has color #979CBD on white background.



Black color preview on #979CBD background

This text has black color on #979CBD background.


White color preview on #979CBD background

This text has white color on #979CBD background.