COLOR #979BBF

HEX: #979BBF RGB: (151,155,191)

Color info

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

RGB color model

#979BBF color RGB value is (151,155,191).

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

RGB channels and saturation

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

151
155
191

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

Portions of RGB colors in percentages

R + G + B = 151 + 155 + 191 = 497 (100%)
R 151 of 497 ~ 30.38%
G 155 of 497 ~ 31.19%
B 191 of 497 ~ 38.43'%

%30.38
%31.19
%38.43

CMYK color model

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

  • cyan value is 20.94%
  • magenta value is 18.85%
  • yellow value is 0.00%
  • key color value is 25.10%

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

CMYK percentages

%20.94
%18.85
%0
%25.1

Codes

Color #979BBF in popluar color models

97 9B BF
RGB 151 155 191
HSL 234° 23.81% 67.06%
HSB/HSV 234° 20.94% 74.90%
CMYK 20.94% 18.85% 0.00%
25.10%

Color #979BBF in popluar number systems.

HEX 97 9B BF
Decimal 151 155 191
Binary 10010111 10011011 10111111
Octal 227 233 277

Shades and tints

Shades of #979BBF

#979BBF
(151,155,191)
#8A8DAE
(138,141,174)
#7D7F9D
(125,127,157)
#70718C
(112,113,140)
#63637B
(99,99,123)
#56556A
(86,85,106)
#494759
(73,71,89)
#3C3948
(60,57,72)
#2F2B37
(47,43,55)
#221D26
(34,29,38)
#150F15
(21,15,21)
#000000
(0,0,0)

Tints of #979BBF

#979BBF
(151,155,191)
#A0A4C4
(160,164,196)
#A9ADC9
(169,173,201)
#B2B6CE
(178,182,206)
#BBBFD3
(187,191,211)
#C4C8D8
(196,200,216)
#CDD1DD
(205,209,221)
#D6DAE2
(214,218,226)
#DFE3E7
(223,227,231)
#E8ECEC
(232,236,236)
#F1F5F1
(241,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #979BBF; }

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

This text font color is #979BBF.

Background Color

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

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

This div background color is #979BBF.

Border color

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

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

This div border color is #979BBF.

Opacity

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

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

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

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

This text has shadow with #979BBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #979BBF.

Preview

Color preview on black background

This text has color #979BBF on black background.


Color preview on white background

This text has color #979BBF on white background.


Black color preview on #979BBF background

This text has black color on #979BBF background.


White color preview on #979BBF background

This text has white color on #979BBF background.


Related colors

Complementary color

Complementary color for #hex is #686440.


I love getcolorcode.com

Triadic colors

1 #BF979B and #9BBF97 with #979BBF are triadic colors.

2 #BF9B97 and #9B97BF with #979BBF are triadic colors.