COLOR #8980B5

HEX: #8980B5
RGB: (137,128,181)

Color info

#8980B5 contains red, green and blue colors in about the same proportion. Web safe color of #8980B5 is #9966CC (or #96C).

RGB color model

#8980B5 color RGB value is (137,128,181).

  • red value is 137;
  • green value is 128;
  • blue value is 181.
RGB:
(137,128,181)
(54%,50%,71%)

RGB channels and saturation

R 137 of 255 = 54%
G 128 of 255 = 50%
B 181 of 255 = 71%

137
128
181

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

Portions of RGB colors in percentages

R + G + B =
137 + 128 + 181 = 446 (100%)
R 137 of 446 ~ 30.72%
G 128 of 446 ~ 28.7%
B 181 of 446 ~ 40.58%

%30.72
%28.7
%40.58

CMYK color model

#8980B5 color CMYK value is (24,29,0,29).

  • cyan value is 24.31%
  • magenta value is 29.28%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(24,29,0,29)
C24M29Y0K29 
(24%,29%,0%,29%)
(0.24/0.29/0.00/0.29)	

CMYK percentages

%24.31
%29.28
%0
%29.02

Codes

Color #8980B5 in popluar color models

8980B5
RGB137128181
HSL250°26.37%60.59%
HSB/HSV250°29.28%70.98%
CMYK24.31%29.28%0.00%
29.02%

Color #8980B5 in popluar number systems.

HEX8980B5
Decimal137128181
Binary100010011000000010110101
Octal211200265

Shades and tints

Shades of #8980B5

#8980B5
(137,128,181)
#7D75A5
(125,117,165)
#716A95
(113,106,149)
#655F85
(101,95,133)
#595475
(89,84,117)
#4D4965
(77,73,101)
#413E55
(65,62,85)
#353345
(53,51,69)
#292835
(41,40,53)
#1D1D25
(29,29,37)
#111215
(17,18,21)
#000000
(0,0,0)

Tints of #8980B5

#8980B5
(137,128,181)
#938BBB
(147,139,187)
#9D96C1
(157,150,193)
#A7A1C7
(167,161,199)
#B1ACCD
(177,172,205)
#BBB7D3
(187,183,211)
#C5C2D9
(197,194,217)
#CFCDDF
(207,205,223)
#D9D8E5
(217,216,229)
#E3E3EB
(227,227,235)
#EDEEF1
(237,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8980B5 color. Also use rgb(137,128,181) instead hex code.

Text Font Color

.myTextColor { color: #8980B5; }

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

This text font color is #8980B5.


Background Color

.myBgColor { background-color: #8980B5; }

<div style="background-color:#8980B5">Inner text</div>

This div background color is #8980B5.


Border color

.myBorderColor { border: 1px solid #8980B5; }

<div style="border:3px solid #8980B5">Div</div>

This div border color is #8980B5.


Opacity

.myOpacity80 { color: #8980B5; opacity: 0.8; }

<p style="color:#8980B5;opacity:0.8;">80%</p>

Text with #8980B5 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 #8980B5;}

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

This text has shadow with #8980B5 color.

.textShadow {text-shadow: 3px 3px 1px #8980B5, 3px 3px 1px red;}

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

This text has shadow with #8980B5 primary color and red secondary color.


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

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

This text has shadow with #8980B5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8980B5 on black background.


Color preview on white background

This text has color #8980B5 on white background.



Black color preview on #8980B5 background

This text has black color on #8980B5 background.


White color preview on #8980B5 background

This text has white color on #8980B5 background.