COLOR #979EC8

HEX: #979EC8 RGB: (151,158,200)

Color info

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

RGB color model

#979EC8 color RGB value is (151,158,200).

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

RGB channels and saturation

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

151
158
200

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

Portions of RGB colors in percentages

R + G + B = 151 + 158 + 200 = 509 (100%)
R 151 of 509 ~ 29.67%
G 158 of 509 ~ 31.04%
B 200 of 509 ~ 39.29'%

%29.67
%31.04
%39.29

CMYK color model

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

  • cyan value is 24.50%
  • magenta value is 21.00%
  • 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
%21
%0
%21.57

Codes

Color #979EC8 in popluar color models

97 9E C8
RGB 151 158 200
HSL 231° 30.82% 68.82%
HSB/HSV 231° 24.50% 78.43%
CMYK 24.50% 21.00% 0.00%
21.57%

Color #979EC8 in popluar number systems.

HEX 97 9E C8
Decimal 151 158 200
Binary 10010111 10011110 11001000
Octal 227 236 310

Shades and tints

Shades of #979EC8

#979EC8
(151,158,200)
#8A90B6
(138,144,182)
#7D82A4
(125,130,164)
#707492
(112,116,146)
#636680
(99,102,128)
#56586E
(86,88,110)
#494A5C
(73,74,92)
#3C3C4A
(60,60,74)
#2F2E38
(47,46,56)
#222026
(34,32,38)
#151214
(21,18,20)
#000000
(0,0,0)

Tints of #979EC8

#979EC8
(151,158,200)
#A0A6CD
(160,166,205)
#A9AED2
(169,174,210)
#B2B6D7
(178,182,215)
#BBBEDC
(187,190,220)
#C4C6E1
(196,198,225)
#CDCEE6
(205,206,230)
#D6D6EB
(214,214,235)
#DFDEF0
(223,222,240)
#E8E6F5
(232,230,245)
#F1EEFA
(241,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #979EC8; }

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

This text font color is #979EC8.

Background Color

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

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

This div background color is #979EC8.

Border color

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

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

This div border color is #979EC8.

Opacity

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

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

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

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

This text has shadow with #979EC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #979EC8.

Preview

Color preview on black background

This text has color #979EC8 on black background.


Color preview on white background

This text has color #979EC8 on white background.


Black color preview on #979EC8 background

This text has black color on #979EC8 background.


White color preview on #979EC8 background

This text has white color on #979EC8 background.


Related colors

Complementary color

Complementary color for #hex is #686137.


I love getcolorcode.com

Triadic colors

1 #C8979E and #9EC897 with #979EC8 are triadic colors.

2 #C89E97 and #9E97C8 with #979EC8 are triadic colors.