COLOR #979BB1

HEX: #979BB1 RGB: (151,155,177)

Color info

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

RGB color model

#979BB1 color RGB value is (151,155,177).

RGB: (151,155,177) (59%, 61%, 69%)

RGB channels and saturation

R 151 of 255 = 59%
G 155 of 255 = 61%
B 177 of 255 = 69%

151
155
177

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

Portions of RGB colors in percentages

R + G + B = 151 + 155 + 177 = 483 (100%)
R 151 of 483 ~ 31.26%
G 155 of 483 ~ 32.09%
B 177 of 483 ~ 36.65'%

%31.26
%32.09
%36.65

CMYK color model

#979BB1 color CMYK value is (15,12,0,31).

  • cyan value is 14.69%
  • magenta value is 12.43%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK: (15,12,0,31) C15M12Y0K31 (15%,12%,0%,31%) (0.15/0.12/0.00/0.31) 

CMYK percentages

%14.69
%12.43
%0
%30.59

Codes

Color #979BB1 in popluar color models

97 9B B1
RGB 151 155 177
HSL 231° 14.29% 64.31%
HSB/HSV 231° 14.69% 69.41%
CMYK 14.69% 12.43% 0.00%
30.59%

Color #979BB1 in popluar number systems.

HEX 97 9B B1
Decimal 151 155 177
Binary 10010111 10011011 10110001
Octal 227 233 261

Shades and tints

Shades of #979BB1

#979BB1
(151,155,177)
#8A8DA1
(138,141,161)
#7D7F91
(125,127,145)
#707181
(112,113,129)
#636371
(99,99,113)
#565561
(86,85,97)
#494751
(73,71,81)
#3C3941
(60,57,65)
#2F2B31
(47,43,49)
#221D21
(34,29,33)
#150F11
(21,15,17)
#000000
(0,0,0)

Tints of #979BB1

#979BB1
(151,155,177)
#A0A4B8
(160,164,184)
#A9ADBF
(169,173,191)
#B2B6C6
(178,182,198)
#BBBFCD
(187,191,205)
#C4C8D4
(196,200,212)
#CDD1DB
(205,209,219)
#D6DAE2
(214,218,226)
#DFE3E9
(223,227,233)
#E8ECF0
(232,236,240)
#F1F5F7
(241,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #979BB1; }

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

This text font color is #979BB1.

Background Color

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

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

This div background color is #979BB1.

Border color

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

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

This div border color is #979BB1.

Opacity

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

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

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

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

This text has shadow with #979BB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #979BB1.

Preview

Color preview on black background

This text has color #979BB1 on black background.


Color preview on white background

This text has color #979BB1 on white background.


Black color preview on #979BB1 background

This text has black color on #979BB1 background.


White color preview on #979BB1 background

This text has white color on #979BB1 background.


Related colors

Complementary color

Complementary color for #hex is #68644E.


I love getcolorcode.com

Triadic colors

1 #B1979B and #9BB197 with #979BB1 are triadic colors.

2 #B19B97 and #9B97B1 with #979BB1 are triadic colors.