COLOR #977FA6

HEX: #977FA6
RGB: (151,127,166)

Color info

#977FA6 contains red, green and blue colors in about the same proportion. Web safe color of #977FA6 is #996699 (or #969).

RGB color model

#977FA6 color RGB value is (151,127,166).

  • red value is 151;
  • green value is 127;
  • blue value is 166.
RGB:
(151,127,166)
(59%,50%,65%)

RGB channels and saturation

R 151 of 255 = 59%
G 127 of 255 = 50%
B 166 of 255 = 65%

151
127
166

R + G + B ~ 58%. #977FA6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
151 + 127 + 166 = 444 (100%)
R 151 of 444 ~ 34.01%
G 127 of 444 ~ 28.6%
B 166 of 444 ~ 37.39%

%34.01
%28.6
%37.39

CMYK color model

#977FA6 color CMYK value is (9,23,0,35).

  • cyan value is 9.04%
  • magenta value is 23.49%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(9,23,0,35)
C9M23Y0K35 
(9%,23%,0%,35%)
(0.09/0.23/0.00/0.35)	

CMYK percentages

%9.04
%23.49
%0
%34.9

Codes

Color #977FA6 in popluar color models

977FA6
RGB151127166
HSL277°17.97%57.45%
HSB/HSV277°23.49%65.10%
CMYK9.04%23.49%0.00%
34.90%

Color #977FA6 in popluar number systems.

HEX977FA6
Decimal151127166
Binary10010111111111110100110
Octal227177246

Shades and tints

Shades of #977FA6

#977FA6
(151,127,166)
#8A7497
(138,116,151)
#7D6988
(125,105,136)
#705E79
(112,94,121)
#63536A
(99,83,106)
#56485B
(86,72,91)
#493D4C
(73,61,76)
#3C323D
(60,50,61)
#2F272E
(47,39,46)
#221C1F
(34,28,31)
#151110
(21,17,16)
#000000
(0,0,0)

Tints of #977FA6

#977FA6
(151,127,166)
#A08AAE
(160,138,174)
#A995B6
(169,149,182)
#B2A0BE
(178,160,190)
#BBABC6
(187,171,198)
#C4B6CE
(196,182,206)
#CDC1D6
(205,193,214)
#D6CCDE
(214,204,222)
#DFD7E6
(223,215,230)
#E8E2EE
(232,226,238)
#F1EDF6
(241,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #977FA6 color. Also use rgb(151,127,166) instead hex code.

Text Font Color

.myTextColor { color: #977FA6; }

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

This text font color is #977FA6.


Background Color

.myBgColor { background-color: #977FA6; }

<div style="background-color:#977FA6">Inner text</div>

This div background color is #977FA6.


Border color

.myBorderColor { border: 1px solid #977FA6; }

<div style="border:3px solid #977FA6">Div</div>

This div border color is #977FA6.


Opacity

.myOpacity80 { color: #977FA6; opacity: 0.8; }

<p style="color:#977FA6;opacity:0.8;">80%</p>

Text with #977FA6 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 #977FA6;}

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

This text has shadow with #977FA6 color.

.textShadow {text-shadow: 3px 3px 1px #977FA6, 3px 3px 1px red;}

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

This text has shadow with #977FA6 primary color and red secondary color.


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

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

This text has shadow with #977FA6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #977FA6 on black background.


Color preview on white background

This text has color #977FA6 on white background.



Black color preview on #977FA6 background

This text has black color on #977FA6 background.


White color preview on #977FA6 background

This text has white color on #977FA6 background.