COLOR #977EAD

HEX: #977EAD
RGB: (151,126,173)

Color info

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

RGB color model

#977EAD color RGB value is (151,126,173).

  • red value is 151;
  • green value is 126;
  • blue value is 173.
RGB:
(151,126,173)
(59%,49%,68%)

RGB channels and saturation

R 151 of 255 = 59%
G 126 of 255 = 49%
B 173 of 255 = 68%

151
126
173

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

Portions of RGB colors in percentages

R + G + B =
151 + 126 + 173 = 450 (100%)
R 151 of 450 ~ 33.56%
G 126 of 450 ~ 28%
B 173 of 450 ~ 38.44%

%33.56
%28
%38.44

CMYK color model

#977EAD color CMYK value is (13,27,0,32).

  • cyan value is 12.72%
  • magenta value is 27.17%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(13,27,0,32)
C13M27Y0K32 
(13%,27%,0%,32%)
(0.13/0.27/0.00/0.32)	

CMYK percentages

%12.72
%27.17
%0
%32.16

Codes

Color #977EAD in popluar color models

977EAD
RGB151126173
HSL272°22.27%58.63%
HSB/HSV272°27.17%67.84%
CMYK12.72%27.17%0.00%
32.16%

Color #977EAD in popluar number systems.

HEX977EAD
Decimal151126173
Binary10010111111111010101101
Octal227176255

Shades and tints

Shades of #977EAD

#977EAD
(151,126,173)
#8A739E
(138,115,158)
#7D688F
(125,104,143)
#705D80
(112,93,128)
#635271
(99,82,113)
#564762
(86,71,98)
#493C53
(73,60,83)
#3C3144
(60,49,68)
#2F2635
(47,38,53)
#221B26
(34,27,38)
#151017
(21,16,23)
#000000
(0,0,0)

Tints of #977EAD

#977EAD
(151,126,173)
#A089B4
(160,137,180)
#A994BB
(169,148,187)
#B29FC2
(178,159,194)
#BBAAC9
(187,170,201)
#C4B5D0
(196,181,208)
#CDC0D7
(205,192,215)
#D6CBDE
(214,203,222)
#DFD6E5
(223,214,229)
#E8E1EC
(232,225,236)
#F1ECF3
(241,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #977EAD color. Also use rgb(151,126,173) instead hex code.

Text Font Color

.myTextColor { color: #977EAD; }

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

This text font color is #977EAD.


Background Color

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

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

This div background color is #977EAD.


Border color

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

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

This div border color is #977EAD.


Opacity

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

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

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

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

This text has shadow with #977EAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #977EAD on black background.


Color preview on white background

This text has color #977EAD on white background.



Black color preview on #977EAD background

This text has black color on #977EAD background.


White color preview on #977EAD background

This text has white color on #977EAD background.