COLOR #8980BA

HEX: #8980BA
RGB: (137,128,186)

Color info

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

RGB color model

#8980BA color RGB value is (137,128,186).

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

RGB channels and saturation

R 137 of 255 = 54%
G 128 of 255 = 50%
B 186 of 255 = 73%

137
128
186

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

Portions of RGB colors in percentages

R + G + B =
137 + 128 + 186 = 451 (100%)
R 137 of 451 ~ 30.38%
G 128 of 451 ~ 28.38%
B 186 of 451 ~ 41.24%

%30.38
%28.38
%41.24

CMYK color model

#8980BA color CMYK value is (26,31,0,27).

  • cyan value is 26.34%
  • magenta value is 31.18%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(26,31,0,27)
C26M31Y0K27 
(26%,31%,0%,27%)
(0.26/0.31/0.00/0.27)	

CMYK percentages

%26.34
%31.18
%0
%27.06

Codes

Color #8980BA in popluar color models

8980BA
RGB137128186
HSL249°29.59%61.57%
HSB/HSV249°31.18%72.94%
CMYK26.34%31.18%0.00%
27.06%

Color #8980BA in popluar number systems.

HEX8980BA
Decimal137128186
Binary100010011000000010111010
Octal211200272

Shades and tints

Shades of #8980BA

#8980BA
(137,128,186)
#7D75AA
(125,117,170)
#716A9A
(113,106,154)
#655F8A
(101,95,138)
#59547A
(89,84,122)
#4D496A
(77,73,106)
#413E5A
(65,62,90)
#35334A
(53,51,74)
#29283A
(41,40,58)
#1D1D2A
(29,29,42)
#11121A
(17,18,26)
#000000
(0,0,0)

Tints of #8980BA

#8980BA
(137,128,186)
#938BC0
(147,139,192)
#9D96C6
(157,150,198)
#A7A1CC
(167,161,204)
#B1ACD2
(177,172,210)
#BBB7D8
(187,183,216)
#C5C2DE
(197,194,222)
#CFCDE4
(207,205,228)
#D9D8EA
(217,216,234)
#E3E3F0
(227,227,240)
#EDEEF6
(237,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8980BA; }

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

This text font color is #8980BA.


Background Color

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

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

This div background color is #8980BA.


Border color

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

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

This div border color is #8980BA.


Opacity

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

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

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

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

This text has shadow with #8980BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8980BA on black background.


Color preview on white background

This text has color #8980BA on white background.



Black color preview on #8980BA background

This text has black color on #8980BA background.


White color preview on #8980BA background

This text has white color on #8980BA background.