COLOR #979FB5

HEX: #979FB5
RGB: (151,159,181)

Color info

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

RGB color model

#979FB5 color RGB value is (151,159,181).

  • red value is 151;
  • green value is 159;
  • blue value is 181.
RGB:
(151,159,181)
(59%,62%,71%)

RGB channels and saturation

R 151 of 255 = 59%
G 159 of 255 = 62%
B 181 of 255 = 71%

151
159
181

R + G + B ~ 64%. #979FB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 159 + 181 = 491 (100%)
R 151 of 491 ~ 30.75%
G 159 of 491 ~ 32.38%
B 181 of 491 ~ 36.86%

%30.75
%32.38
%36.86

CMYK color model

#979FB5 color CMYK value is (17,12,0,29).

  • cyan value is 16.57%
  • magenta value is 12.15%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(17,12,0,29)
C17M12Y0K29 
(17%,12%,0%,29%)
(0.17/0.12/0.00/0.29)	

CMYK percentages

%16.57
%12.15
%0
%29.02

Codes

Color #979FB5 in popluar color models

979FB5
RGB151159181
HSL224°16.85%65.10%
HSB/HSV224°16.57%70.98%
CMYK16.57%12.15%0.00%
29.02%

Color #979FB5 in popluar number systems.

HEX979FB5
Decimal151159181
Binary100101111001111110110101
Octal227237265

Shades and tints

Shades of #979FB5

#979FB5
(151,159,181)
#8A91A5
(138,145,165)
#7D8395
(125,131,149)
#707585
(112,117,133)
#636775
(99,103,117)
#565965
(86,89,101)
#494B55
(73,75,85)
#3C3D45
(60,61,69)
#2F2F35
(47,47,53)
#222125
(34,33,37)
#151315
(21,19,21)
#000000
(0,0,0)

Tints of #979FB5

#979FB5
(151,159,181)
#A0A7BB
(160,167,187)
#A9AFC1
(169,175,193)
#B2B7C7
(178,183,199)
#BBBFCD
(187,191,205)
#C4C7D3
(196,199,211)
#CDCFD9
(205,207,217)
#D6D7DF
(214,215,223)
#DFDFE5
(223,223,229)
#E8E7EB
(232,231,235)
#F1EFF1
(241,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #979FB5 color. Also use rgb(151,159,181) instead hex code.

Text Font Color

.myTextColor { color: #979FB5; }

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

This text font color is #979FB5.


Background Color

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

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

This div background color is #979FB5.


Border color

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

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

This div border color is #979FB5.


Opacity

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

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

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

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

This text has shadow with #979FB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #979FB5 on black background.


Color preview on white background

This text has color #979FB5 on white background.



Black color preview on #979FB5 background

This text has black color on #979FB5 background.


White color preview on #979FB5 background

This text has white color on #979FB5 background.