COLOR #979BD1

HEX: #979BD1
RGB: (151,155,209)

Color info

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

RGB color model

#979BD1 color RGB value is (151,155,209).

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

RGB channels and saturation

R 151 of 255 = 59%
G 155 of 255 = 61%
B 209 of 255 = 82%

151
155
209

R + G + B ~ 67%. #979BD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 155 + 209 = 515 (100%)
R 151 of 515 ~ 29.32%
G 155 of 515 ~ 30.1%
B 209 of 515 ~ 40.58%

%29.32
%30.1
%40.58

CMYK color model

#979BD1 color CMYK value is (28,26,0,18).

  • cyan value is 27.75%
  • magenta value is 25.84%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(28,26,0,18)
C28M26Y0K18 
(28%,26%,0%,18%)
(0.28/0.26/0.00/0.18)	

CMYK percentages

%27.75
%25.84
%0
%18.04

Codes

Color #979BD1 in popluar color models

979BD1
RGB151155209
HSL236°38.67%70.59%
HSB/HSV236°27.75%81.96%
CMYK27.75%25.84%0.00%
18.04%

Color #979BD1 in popluar number systems.

HEX979BD1
Decimal151155209
Binary100101111001101111010001
Octal227233321

Shades and tints

Shades of #979BD1

#979BD1
(151,155,209)
#8A8DBE
(138,141,190)
#7D7FAB
(125,127,171)
#707198
(112,113,152)
#636385
(99,99,133)
#565572
(86,85,114)
#49475F
(73,71,95)
#3C394C
(60,57,76)
#2F2B39
(47,43,57)
#221D26
(34,29,38)
#150F13
(21,15,19)
#000000
(0,0,0)

Tints of #979BD1

#979BD1
(151,155,209)
#A0A4D5
(160,164,213)
#A9ADD9
(169,173,217)
#B2B6DD
(178,182,221)
#BBBFE1
(187,191,225)
#C4C8E5
(196,200,229)
#CDD1E9
(205,209,233)
#D6DAED
(214,218,237)
#DFE3F1
(223,227,241)
#E8ECF5
(232,236,245)
#F1F5F9
(241,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #979BD1; }

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

This text font color is #979BD1.


Background Color

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

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

This div background color is #979BD1.


Border color

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

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

This div border color is #979BD1.


Opacity

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

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

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

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

This text has shadow with #979BD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #979BD1 on black background.


Color preview on white background

This text has color #979BD1 on white background.



Black color preview on #979BD1 background

This text has black color on #979BD1 background.


White color preview on #979BD1 background

This text has white color on #979BD1 background.