COLOR #979EB0

HEX: #979EB0 RGB: (151,158,176)

Color info

#979EB0 contains red, green and blue colors in about the same proportion. Web safe color of #979EB0 is #999999 (or #999).

RGB color model

#979EB0 color RGB value is (151,158,176).

RGB: (151,158,176) (59%, 62%, 69%)

RGB channels and saturation

R 151 of 255 = 59%
G 158 of 255 = 62%
B 176 of 255 = 69%

151
158
176

R + G + B ~ 63%. #979EB0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 151 + 158 + 176 = 485 (100%)
R 151 of 485 ~ 31.13%
G 158 of 485 ~ 32.58%
B 176 of 485 ~ 36.29'%

%31.13
%32.58
%36.29

CMYK color model

#979EB0 color CMYK value is (14,10,0,31).

  • cyan value is 14.20%
  • magenta value is 10.23%
  • yellow value is 0.00%
  • key color value is 30.98%

CMYK: (14,10,0,31)
C14M10Y0K31 (14%, 10%, 0%, 31%)
(0.14 / 0.10 / 0.00 / 0.31)

CMYK percentages

%14.2
%10.23
%0
%30.98

Codes

Color #979EB0 in popluar color models

97 9E B0
RGB 151 158 176
HSL 223° 13.66% 64.12%
HSB/HSV 223° 14.20% 69.02%
CMYK 14.20% 10.23% 0.00%
30.98%

Color #979EB0 in popluar number systems.

HEX 97 9E B0
Decimal 151 158 176
Binary 10010111 10011110 10110000
Octal 227 236 260

Shades and tints

Shades of #979EB0

#979EB0
(151,158,176)
#8A90A0
(138,144,160)
#7D8290
(125,130,144)
#707480
(112,116,128)
#636670
(99,102,112)
#565860
(86,88,96)
#494A50
(73,74,80)
#3C3C40
(60,60,64)
#2F2E30
(47,46,48)
#222020
(34,32,32)
#151210
(21,18,16)
#000000
(0,0,0)

Tints of #979EB0

#979EB0
(151,158,176)
#A0A6B7
(160,166,183)
#A9AEBE
(169,174,190)
#B2B6C5
(178,182,197)
#BBBECC
(187,190,204)
#C4C6D3
(196,198,211)
#CDCEDA
(205,206,218)
#D6D6E1
(214,214,225)
#DFDEE8
(223,222,232)
#E8E6EF
(232,230,239)
#F1EEF6
(241,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #979EB0; }

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

This text font color is #979EB0.

Background Color

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

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

This div background color is #979EB0.

Border color

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

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

This div border color is #979EB0.

Opacity

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

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

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

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

This text has shadow with #979EB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #979EB0.

Preview

Color preview on black background

This text has color #979EB0 on black background.


Color preview on white background

This text has color #979EB0 on white background.


Black color preview on #979EB0 background

This text has black color on #979EB0 background.


White color preview on #979EB0 background

This text has white color on #979EB0 background.


Related colors

Complementary color

Complementary color for #hex is #68614F.


I love getcolorcode.com

Triadic colors

1 #B0979E and #9EB097 with #979EB0 are triadic colors.

2 #B09E97 and #9E97B0 with #979EB0 are triadic colors.