COLOR #979CBA

HEX: #979CBA RGB: (151,156,186)

Color info

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

RGB color model

#979CBA color RGB value is (151,156,186).

RGB: (151,156,186) (59%, 61%, 73%)

RGB channels and saturation

R 151 of 255 = 59%
G 156 of 255 = 61%
B 186 of 255 = 73%

151
156
186

R + G + B ~ 64%. #979CBA is quite light color.

Portions of RGB colors in percentages

R + G + B = 151 + 156 + 186 = 493 (100%)
R 151 of 493 ~ 30.63%
G 156 of 493 ~ 31.64%
B 186 of 493 ~ 37.73'%

%30.63
%31.64
%37.73

CMYK color model

#979CBA color CMYK value is (19,16,0,27).

  • cyan value is 18.82%
  • magenta value is 16.13%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (19,16,0,27)
C19M16Y0K27 (19%, 16%, 0%, 27%)
(0.19 / 0.16 / 0.00 / 0.27)

CMYK percentages

%18.82
%16.13
%0
%27.06

Codes

Color #979CBA in popluar color models

97 9C BA
RGB 151 156 186
HSL 231° 20.23% 66.08%
HSB/HSV 231° 18.82% 72.94%
CMYK 18.82% 16.13% 0.00%
27.06%

Color #979CBA in popluar number systems.

HEX 97 9C BA
Decimal 151 156 186
Binary 10010111 10011100 10111010
Octal 227 234 272

Shades and tints

Shades of #979CBA

#979CBA
(151,156,186)
#8A8EAA
(138,142,170)
#7D809A
(125,128,154)
#70728A
(112,114,138)
#63647A
(99,100,122)
#56566A
(86,86,106)
#49485A
(73,72,90)
#3C3A4A
(60,58,74)
#2F2C3A
(47,44,58)
#221E2A
(34,30,42)
#15101A
(21,16,26)
#000000
(0,0,0)

Tints of #979CBA

#979CBA
(151,156,186)
#A0A5C0
(160,165,192)
#A9AEC6
(169,174,198)
#B2B7CC
(178,183,204)
#BBC0D2
(187,192,210)
#C4C9D8
(196,201,216)
#CDD2DE
(205,210,222)
#D6DBE4
(214,219,228)
#DFE4EA
(223,228,234)
#E8EDF0
(232,237,240)
#F1F6F6
(241,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #979CBA color. Also use rgb(151,156,186) instead hex code.

Text Font Color

.myTextColor { color: #979CBA; }

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

This text font color is #979CBA.

Background Color

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

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

This div background color is #979CBA.

Border color

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

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

This div border color is #979CBA.

Opacity

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

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

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

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

This text has shadow with #979CBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #979CBA.

Preview

Color preview on black background

This text has color #979CBA on black background.


Color preview on white background

This text has color #979CBA on white background.


Black color preview on #979CBA background

This text has black color on #979CBA background.


White color preview on #979CBA background

This text has white color on #979CBA background.


Related colors

Complementary color

Complementary color for #hex is #686345.


I love getcolorcode.com

Triadic colors

1 #BA979C and #9CBA97 with #979CBA are triadic colors.

2 #BA9C97 and #9C97BA with #979CBA are triadic colors.