COLOR #979EBE

HEX: #979EBE RGB: (151,158,190)

Color info

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

RGB color model

#979EBE color RGB value is (151,158,190).

RGB: (151,158,190) (59%, 62%, 75%)

RGB channels and saturation

R 151 of 255 = 59%
G 158 of 255 = 62%
B 190 of 255 = 75%

151
158
190

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

Portions of RGB colors in percentages

R + G + B = 151 + 158 + 190 = 499 (100%)
R 151 of 499 ~ 30.26%
G 158 of 499 ~ 31.66%
B 190 of 499 ~ 38.08'%

%30.26
%31.66
%38.08

CMYK color model

#979EBE color CMYK value is (21,17,0,25).

  • cyan value is 20.53%
  • magenta value is 16.84%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (21,17,0,25)
C21M17Y0K25 (21%, 17%, 0%, 25%)
(0.21 / 0.17 / 0.00 / 0.25)

CMYK percentages

%20.53
%16.84
%0
%25.49

Codes

Color #979EBE in popluar color models

97 9E BE
RGB 151 158 190
HSL 229° 23.08% 66.86%
HSB/HSV 229° 20.53% 74.51%
CMYK 20.53% 16.84% 0.00%
25.49%

Color #979EBE in popluar number systems.

HEX 97 9E BE
Decimal 151 158 190
Binary 10010111 10011110 10111110
Octal 227 236 276

Shades and tints

Shades of #979EBE

#979EBE
(151,158,190)
#8A90AD
(138,144,173)
#7D829C
(125,130,156)
#70748B
(112,116,139)
#63667A
(99,102,122)
#565869
(86,88,105)
#494A58
(73,74,88)
#3C3C47
(60,60,71)
#2F2E36
(47,46,54)
#222025
(34,32,37)
#151214
(21,18,20)
#000000
(0,0,0)

Tints of #979EBE

#979EBE
(151,158,190)
#A0A6C3
(160,166,195)
#A9AEC8
(169,174,200)
#B2B6CD
(178,182,205)
#BBBED2
(187,190,210)
#C4C6D7
(196,198,215)
#CDCEDC
(205,206,220)
#D6D6E1
(214,214,225)
#DFDEE6
(223,222,230)
#E8E6EB
(232,230,235)
#F1EEF0
(241,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #979EBE; }

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

This text font color is #979EBE.

Background Color

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

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

This div background color is #979EBE.

Border color

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

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

This div border color is #979EBE.

Opacity

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

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

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

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

This text has shadow with #979EBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #979EBE.

Preview

Color preview on black background

This text has color #979EBE on black background.


Color preview on white background

This text has color #979EBE on white background.


Black color preview on #979EBE background

This text has black color on #979EBE background.


White color preview on #979EBE background

This text has white color on #979EBE background.


Related colors

Complementary color

Complementary color for #hex is #686141.


I love getcolorcode.com

Triadic colors

1 #BE979E and #9EBE97 with #979EBE are triadic colors.

2 #BE9E97 and #9E97BE with #979EBE are triadic colors.