COLOR #979FC8

HEX: #979FC8 RGB: (151,159,200)

Color info

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

RGB color model

#979FC8 color RGB value is (151,159,200).

RGB: (151,159,200) (59%, 62%, 78%)

RGB channels and saturation

R 151 of 255 = 59%
G 159 of 255 = 62%
B 200 of 255 = 78%

151
159
200

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

Portions of RGB colors in percentages

R + G + B = 151 + 159 + 200 = 510 (100%)
R 151 of 510 ~ 29.61%
G 159 of 510 ~ 31.18%
B 200 of 510 ~ 39.22'%

%29.61
%31.18
%39.22

CMYK color model

#979FC8 color CMYK value is (25,21,0,22).

  • cyan value is 24.50%
  • magenta value is 20.50%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (25,21,0,22)
C25M21Y0K22 (25%, 21%, 0%, 22%)
(0.25 / 0.21 / 0.00 / 0.22)

CMYK percentages

%24.5
%20.5
%0
%21.57

Codes

Color #979FC8 in popluar color models

97 9F C8
RGB 151 159 200
HSL 230° 30.82% 68.82%
HSB/HSV 230° 24.50% 78.43%
CMYK 24.50% 20.50% 0.00%
21.57%

Color #979FC8 in popluar number systems.

HEX 97 9F C8
Decimal 151 159 200
Binary 10010111 10011111 11001000
Octal 227 237 310

Shades and tints

Shades of #979FC8

#979FC8
(151,159,200)
#8A91B6
(138,145,182)
#7D83A4
(125,131,164)
#707592
(112,117,146)
#636780
(99,103,128)
#56596E
(86,89,110)
#494B5C
(73,75,92)
#3C3D4A
(60,61,74)
#2F2F38
(47,47,56)
#222126
(34,33,38)
#151314
(21,19,20)
#000000
(0,0,0)

Tints of #979FC8

#979FC8
(151,159,200)
#A0A7CD
(160,167,205)
#A9AFD2
(169,175,210)
#B2B7D7
(178,183,215)
#BBBFDC
(187,191,220)
#C4C7E1
(196,199,225)
#CDCFE6
(205,207,230)
#D6D7EB
(214,215,235)
#DFDFF0
(223,223,240)
#E8E7F5
(232,231,245)
#F1EFFA
(241,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #979FC8; }

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

This text font color is #979FC8.

Background Color

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

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

This div background color is #979FC8.

Border color

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

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

This div border color is #979FC8.

Opacity

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

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

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

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

This text has shadow with #979FC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #979FC8.

Preview

Color preview on black background

This text has color #979FC8 on black background.


Color preview on white background

This text has color #979FC8 on white background.


Black color preview on #979FC8 background

This text has black color on #979FC8 background.


White color preview on #979FC8 background

This text has white color on #979FC8 background.


Related colors

Complementary color

Complementary color for #hex is #686037.


I love getcolorcode.com

Triadic colors

1 #C8979F and #9FC897 with #979FC8 are triadic colors.

2 #C89F97 and #9F97C8 with #979FC8 are triadic colors.