COLOR #979DC7

HEX: #979DC7
RGB: (151,157,199)

Color info

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

RGB color model

#979DC7 color RGB value is (151,157,199).

  • red value is 151;
  • green value is 157;
  • blue value is 199.
RGB:
(151,157,199)
(59%,62%,78%)

RGB channels and saturation

R 151 of 255 = 59%
G 157 of 255 = 62%
B 199 of 255 = 78%

151
157
199

R + G + B ~ 66%. #979DC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 157 + 199 = 507 (100%)
R 151 of 507 ~ 29.78%
G 157 of 507 ~ 30.97%
B 199 of 507 ~ 39.25%

%29.78
%30.97
%39.25

CMYK color model

#979DC7 color CMYK value is (24,21,0,22).

  • cyan value is 24.12%
  • magenta value is 21.11%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(24,21,0,22)
C24M21Y0K22 
(24%,21%,0%,22%)
(0.24/0.21/0.00/0.22)	

CMYK percentages

%24.12
%21.11
%0
%21.96

Codes

Color #979DC7 in popluar color models

979DC7
RGB151157199
HSL233°30.00%68.63%
HSB/HSV233°24.12%78.04%
CMYK24.12%21.11%0.00%
21.96%

Color #979DC7 in popluar number systems.

HEX979DC7
Decimal151157199
Binary100101111001110111000111
Octal227235307

Shades and tints

Shades of #979DC7

#979DC7
(151,157,199)
#8A8FB5
(138,143,181)
#7D81A3
(125,129,163)
#707391
(112,115,145)
#63657F
(99,101,127)
#56576D
(86,87,109)
#49495B
(73,73,91)
#3C3B49
(60,59,73)
#2F2D37
(47,45,55)
#221F25
(34,31,37)
#151113
(21,17,19)
#000000
(0,0,0)

Tints of #979DC7

#979DC7
(151,157,199)
#A0A5CC
(160,165,204)
#A9ADD1
(169,173,209)
#B2B5D6
(178,181,214)
#BBBDDB
(187,189,219)
#C4C5E0
(196,197,224)
#CDCDE5
(205,205,229)
#D6D5EA
(214,213,234)
#DFDDEF
(223,221,239)
#E8E5F4
(232,229,244)
#F1EDF9
(241,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #979DC7 color. Also use rgb(151,157,199) instead hex code.

Text Font Color

.myTextColor { color: #979DC7; }

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

This text font color is #979DC7.


Background Color

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

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

This div background color is #979DC7.


Border color

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

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

This div border color is #979DC7.


Opacity

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

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

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

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

This text has shadow with #979DC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #979DC7 on black background.


Color preview on white background

This text has color #979DC7 on white background.



Black color preview on #979DC7 background

This text has black color on #979DC7 background.


White color preview on #979DC7 background

This text has white color on #979DC7 background.