COLOR #979EBA

HEX: #979EBA RGB: (151,158,186)

Color info

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

RGB color model

#979EBA color RGB value is (151,158,186).

RGB: (151,158,186) (59%, 62%, 73%)

RGB channels and saturation

R 151 of 255 = 59%
G 158 of 255 = 62%
B 186 of 255 = 73%

151
158
186

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

Portions of RGB colors in percentages

R + G + B = 151 + 158 + 186 = 495 (100%)
R 151 of 495 ~ 30.51%
G 158 of 495 ~ 31.92%
B 186 of 495 ~ 37.58'%

%30.51
%31.92
%37.58

CMYK color model

#979EBA color CMYK value is (19,15,0,27).

  • cyan value is 18.82%
  • magenta value is 15.05%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK: (19,15,0,27) C19M15Y0K27 (19%,15%,0%,27%) (0.19/0.15/0.00/0.27) 

CMYK percentages

%18.82
%15.05
%0
%27.06

Codes

Color #979EBA in popluar color models

97 9E BA
RGB 151 158 186
HSL 228° 20.23% 66.08%
HSB/HSV 228° 18.82% 72.94%
CMYK 18.82% 15.05% 0.00%
27.06%

Color #979EBA in popluar number systems.

HEX 97 9E BA
Decimal 151 158 186
Binary 10010111 10011110 10111010
Octal 227 236 272

Shades and tints

Shades of #979EBA

#979EBA
(151,158,186)
#8A90AA
(138,144,170)
#7D829A
(125,130,154)
#70748A
(112,116,138)
#63667A
(99,102,122)
#56586A
(86,88,106)
#494A5A
(73,74,90)
#3C3C4A
(60,60,74)
#2F2E3A
(47,46,58)
#22202A
(34,32,42)
#15121A
(21,18,26)
#000000
(0,0,0)

Tints of #979EBA

#979EBA
(151,158,186)
#A0A6C0
(160,166,192)
#A9AEC6
(169,174,198)
#B2B6CC
(178,182,204)
#BBBED2
(187,190,210)
#C4C6D8
(196,198,216)
#CDCEDE
(205,206,222)
#D6D6E4
(214,214,228)
#DFDEEA
(223,222,234)
#E8E6F0
(232,230,240)
#F1EEF6
(241,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #979EBA; }

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

This text font color is #979EBA.

Background Color

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

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

This div background color is #979EBA.

Border color

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

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

This div border color is #979EBA.

Opacity

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

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

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

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

This text has shadow with #979EBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #979EBA.

Preview

Color preview on black background

This text has color #979EBA on black background.


Color preview on white background

This text has color #979EBA on white background.


Black color preview on #979EBA background

This text has black color on #979EBA background.


White color preview on #979EBA background

This text has white color on #979EBA background.


Related colors

Complementary color

Complementary color for #hex is #686145.


I love getcolorcode.com

Triadic colors

1 #BA979E and #9EBA97 with #979EBA are triadic colors.

2 #BA9E97 and #9E97BA with #979EBA are triadic colors.