COLOR #979DB1

HEX: #979DB1 RGB: (151,157,177)

Color info

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

RGB color model

#979DB1 color RGB value is (151,157,177).

RGB: (151,157,177) (59%, 62%, 69%)

RGB channels and saturation

R 151 of 255 = 59%
G 157 of 255 = 62%
B 177 of 255 = 69%

151
157
177

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

Portions of RGB colors in percentages

R + G + B = 151 + 157 + 177 = 485 (100%)
R 151 of 485 ~ 31.13%
G 157 of 485 ~ 32.37%
B 177 of 485 ~ 36.49'%

%31.13
%32.37
%36.49

CMYK color model

#979DB1 color CMYK value is (15,11,0,31).

  • cyan value is 14.69%
  • magenta value is 11.30%
  • yellow value is 0.00%
  • key color value is 30.59%

CMYK: (15,11,0,31)
C15M11Y0K31 (15%, 11%, 0%, 31%)
(0.15 / 0.11 / 0.00 / 0.31)

CMYK percentages

%14.69
%11.3
%0
%30.59

Codes

Color #979DB1 in popluar color models

97 9D B1
RGB 151 157 177
HSL 226° 14.29% 64.31%
HSB/HSV 226° 14.69% 69.41%
CMYK 14.69% 11.30% 0.00%
30.59%

Color #979DB1 in popluar number systems.

HEX 97 9D B1
Decimal 151 157 177
Binary 10010111 10011101 10110001
Octal 227 235 261

Shades and tints

Shades of #979DB1

#979DB1
(151,157,177)
#8A8FA1
(138,143,161)
#7D8191
(125,129,145)
#707381
(112,115,129)
#636571
(99,101,113)
#565761
(86,87,97)
#494951
(73,73,81)
#3C3B41
(60,59,65)
#2F2D31
(47,45,49)
#221F21
(34,31,33)
#151111
(21,17,17)
#000000
(0,0,0)

Tints of #979DB1

#979DB1
(151,157,177)
#A0A5B8
(160,165,184)
#A9ADBF
(169,173,191)
#B2B5C6
(178,181,198)
#BBBDCD
(187,189,205)
#C4C5D4
(196,197,212)
#CDCDDB
(205,205,219)
#D6D5E2
(214,213,226)
#DFDDE9
(223,221,233)
#E8E5F0
(232,229,240)
#F1EDF7
(241,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #979DB1; }

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

This text font color is #979DB1.

Background Color

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

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

This div background color is #979DB1.

Border color

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

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

This div border color is #979DB1.

Opacity

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

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

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

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

This text has shadow with #979DB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #979DB1.

Preview

Color preview on black background

This text has color #979DB1 on black background.


Color preview on white background

This text has color #979DB1 on white background.


Black color preview on #979DB1 background

This text has black color on #979DB1 background.


White color preview on #979DB1 background

This text has white color on #979DB1 background.


Related colors

Complementary color

Complementary color for #hex is #68624E.


I love getcolorcode.com

Triadic colors

1 #B1979D and #9DB197 with #979DB1 are triadic colors.

2 #B19D97 and #9D97B1 with #979DB1 are triadic colors.