COLOR #979BC0

HEX: #979BC0 RGB: (151,155,192)

Color info

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

RGB color model

#979BC0 color RGB value is (151,155,192).

RGB: (151,155,192) (59%, 61%, 75%)

RGB channels and saturation

R 151 of 255 = 59%
G 155 of 255 = 61%
B 192 of 255 = 75%

151
155
192

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

Portions of RGB colors in percentages

R + G + B = 151 + 155 + 192 = 498 (100%)
R 151 of 498 ~ 30.32%
G 155 of 498 ~ 31.12%
B 192 of 498 ~ 38.55'%

%30.32
%31.12
%38.55

CMYK color model

#979BC0 color CMYK value is (21,19,0,25).

  • cyan value is 21.35%
  • magenta value is 19.27%
  • yellow value is 0.00%
  • key color value is 24.71%

CMYK: (21,19,0,25)
C21M19Y0K25 (21%, 19%, 0%, 25%)
(0.21 / 0.19 / 0.00 / 0.25)

CMYK percentages

%21.35
%19.27
%0
%24.71

Codes

Color #979BC0 in popluar color models

97 9B C0
RGB 151 155 192
HSL 234° 24.55% 67.25%
HSB/HSV 234° 21.35% 75.29%
CMYK 21.35% 19.27% 0.00%
24.71%

Color #979BC0 in popluar number systems.

HEX 97 9B C0
Decimal 151 155 192
Binary 10010111 10011011 11000000
Octal 227 233 300

Shades and tints

Shades of #979BC0

#979BC0
(151,155,192)
#8A8DAF
(138,141,175)
#7D7F9E
(125,127,158)
#70718D
(112,113,141)
#63637C
(99,99,124)
#56556B
(86,85,107)
#49475A
(73,71,90)
#3C3949
(60,57,73)
#2F2B38
(47,43,56)
#221D27
(34,29,39)
#150F16
(21,15,22)
#000000
(0,0,0)

Tints of #979BC0

#979BC0
(151,155,192)
#A0A4C5
(160,164,197)
#A9ADCA
(169,173,202)
#B2B6CF
(178,182,207)
#BBBFD4
(187,191,212)
#C4C8D9
(196,200,217)
#CDD1DE
(205,209,222)
#D6DAE3
(214,218,227)
#DFE3E8
(223,227,232)
#E8ECED
(232,236,237)
#F1F5F2
(241,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #979BC0; }

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

This text font color is #979BC0.

Background Color

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

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

This div background color is #979BC0.

Border color

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

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

This div border color is #979BC0.

Opacity

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

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

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

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

This text has shadow with #979BC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #979BC0.

Preview

Color preview on black background

This text has color #979BC0 on black background.


Color preview on white background

This text has color #979BC0 on white background.


Black color preview on #979BC0 background

This text has black color on #979BC0 background.


White color preview on #979BC0 background

This text has white color on #979BC0 background.


Related colors

Complementary color

Complementary color for #hex is #68643F.


I love getcolorcode.com

Triadic colors

1 #C0979B and #9BC097 with #979BC0 are triadic colors.

2 #C09B97 and #9B97C0 with #979BC0 are triadic colors.