COLOR #8977AB

HEX: #8977AB
RGB: (137,119,171)

Color info

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

RGB color model

#8977AB color RGB value is (137,119,171).

  • red value is 137;
  • green value is 119;
  • blue value is 171.
RGB:
(137,119,171)
(54%,47%,67%)

RGB channels and saturation

R 137 of 255 = 54%
G 119 of 255 = 47%
B 171 of 255 = 67%

137
119
171

R + G + B ~ 56%. #8977AB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
137 + 119 + 171 = 427 (100%)
R 137 of 427 ~ 32.08%
G 119 of 427 ~ 27.87%
B 171 of 427 ~ 40.05%

%32.08
%27.87
%40.05

CMYK color model

#8977AB color CMYK value is (20,30,0,33).

  • cyan value is 19.88%
  • magenta value is 30.41%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(20,30,0,33)
C20M30Y0K33 
(20%,30%,0%,33%)
(0.20/0.30/0.00/0.33)	

CMYK percentages

%19.88
%30.41
%0
%32.94

Codes

Color #8977AB in popluar color models

8977AB
RGB137119171
HSL261°23.64%56.86%
HSB/HSV261°30.41%67.06%
CMYK19.88%30.41%0.00%
32.94%

Color #8977AB in popluar number systems.

HEX8977AB
Decimal137119171
Binary10001001111011110101011
Octal211167253

Shades and tints

Shades of #8977AB

#8977AB
(137,119,171)
#7D6D9C
(125,109,156)
#71638D
(113,99,141)
#65597E
(101,89,126)
#594F6F
(89,79,111)
#4D4560
(77,69,96)
#413B51
(65,59,81)
#353142
(53,49,66)
#292733
(41,39,51)
#1D1D24
(29,29,36)
#111315
(17,19,21)
#000000
(0,0,0)

Tints of #8977AB

#8977AB
(137,119,171)
#9383B2
(147,131,178)
#9D8FB9
(157,143,185)
#A79BC0
(167,155,192)
#B1A7C7
(177,167,199)
#BBB3CE
(187,179,206)
#C5BFD5
(197,191,213)
#CFCBDC
(207,203,220)
#D9D7E3
(217,215,227)
#E3E3EA
(227,227,234)
#EDEFF1
(237,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8977AB color. Also use rgb(137,119,171) instead hex code.

Text Font Color

.myTextColor { color: #8977AB; }

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

This text font color is #8977AB.


Background Color

.myBgColor { background-color: #8977AB; }

<div style="background-color:#8977AB">Inner text</div>

This div background color is #8977AB.


Border color

.myBorderColor { border: 1px solid #8977AB; }

<div style="border:3px solid #8977AB">Div</div>

This div border color is #8977AB.


Opacity

.myOpacity80 { color: #8977AB; opacity: 0.8; }

<p style="color:#8977AB;opacity:0.8;">80%</p>

Text with #8977AB 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 #8977AB;}

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

This text has shadow with #8977AB color.

.textShadow {text-shadow: 3px 3px 1px #8977AB, 3px 3px 1px red;}

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

This text has shadow with #8977AB primary color and red secondary color.


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

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

This text has shadow with #8977AB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8977AB on black background.


Color preview on white background

This text has color #8977AB on white background.



Black color preview on #8977AB background

This text has black color on #8977AB background.


White color preview on #8977AB background

This text has white color on #8977AB background.