COLOR #979FC0

HEX: #979FC0
RGB: (151,159,192)

Color info

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

RGB color model

#979FC0 color RGB value is (151,159,192).

  • red value is 151;
  • green value is 159;
  • blue value is 192.
RGB:
(151,159,192)
(59%,62%,75%)

RGB channels and saturation

R 151 of 255 = 59%
G 159 of 255 = 62%
B 192 of 255 = 75%

151
159
192

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

Portions of RGB colors in percentages

R + G + B =
151 + 159 + 192 = 502 (100%)
R 151 of 502 ~ 30.08%
G 159 of 502 ~ 31.67%
B 192 of 502 ~ 38.25%

%30.08
%31.67
%38.25

CMYK color model

#979FC0 color CMYK value is (21,17,0,25).

  • cyan value is 21.35%
  • magenta value is 17.19%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(21,17,0,25)
C21M17Y0K25 
(21%,17%,0%,25%)
(0.21/0.17/0.00/0.25)	

CMYK percentages

%21.35
%17.19
%0
%24.71

Codes

Color #979FC0 in popluar color models

979FC0
RGB151159192
HSL228°24.55%67.25%
HSB/HSV228°21.35%75.29%
CMYK21.35%17.19%0.00%
24.71%

Color #979FC0 in popluar number systems.

HEX979FC0
Decimal151159192
Binary100101111001111111000000
Octal227237300

Shades and tints

Shades of #979FC0

#979FC0
(151,159,192)
#8A91AF
(138,145,175)
#7D839E
(125,131,158)
#70758D
(112,117,141)
#63677C
(99,103,124)
#56596B
(86,89,107)
#494B5A
(73,75,90)
#3C3D49
(60,61,73)
#2F2F38
(47,47,56)
#222127
(34,33,39)
#151316
(21,19,22)
#000000
(0,0,0)

Tints of #979FC0

#979FC0
(151,159,192)
#A0A7C5
(160,167,197)
#A9AFCA
(169,175,202)
#B2B7CF
(178,183,207)
#BBBFD4
(187,191,212)
#C4C7D9
(196,199,217)
#CDCFDE
(205,207,222)
#D6D7E3
(214,215,227)
#DFDFE8
(223,223,232)
#E8E7ED
(232,231,237)
#F1EFF2
(241,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #979FC0 color. Also use rgb(151,159,192) instead hex code.

Text Font Color

.myTextColor { color: #979FC0; }

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

This text font color is #979FC0.


Background Color

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

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

This div background color is #979FC0.


Border color

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

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

This div border color is #979FC0.


Opacity

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

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

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

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

This text has shadow with #979FC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #979FC0 on black background.


Color preview on white background

This text has color #979FC0 on white background.



Black color preview on #979FC0 background

This text has black color on #979FC0 background.


White color preview on #979FC0 background

This text has white color on #979FC0 background.