COLOR #8981BC

HEX: #8981BC
RGB: (137,129,188)

Color info

#8981BC contains red, green and blue colors in about the same proportion. Web safe color of #8981BC is #9999CC (or #99C).

RGB color model

#8981BC color RGB value is (137,129,188).

  • red value is 137;
  • green value is 129;
  • blue value is 188.
RGB:
(137,129,188)
(54%,51%,74%)

RGB channels and saturation

R 137 of 255 = 54%
G 129 of 255 = 51%
B 188 of 255 = 74%

137
129
188

R + G + B ~ 60%. #8981BC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
137 + 129 + 188 = 454 (100%)
R 137 of 454 ~ 30.18%
G 129 of 454 ~ 28.41%
B 188 of 454 ~ 41.41%

%30.18
%28.41
%41.41

CMYK color model

#8981BC color CMYK value is (27,31,0,26).

  • cyan value is 27.13%
  • magenta value is 31.38%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(27,31,0,26)
C27M31Y0K26 
(27%,31%,0%,26%)
(0.27/0.31/0.00/0.26)	

CMYK percentages

%27.13
%31.38
%0
%26.27

Codes

Color #8981BC in popluar color models

8981BC
RGB137129188
HSL248°30.57%62.16%
HSB/HSV248°31.38%73.73%
CMYK27.13%31.38%0.00%
26.27%

Color #8981BC in popluar number systems.

HEX8981BC
Decimal137129188
Binary100010011000000110111100
Octal211201274

Shades and tints

Shades of #8981BC

#8981BC
(137,129,188)
#7D76AB
(125,118,171)
#716B9A
(113,107,154)
#656089
(101,96,137)
#595578
(89,85,120)
#4D4A67
(77,74,103)
#413F56
(65,63,86)
#353445
(53,52,69)
#292934
(41,41,52)
#1D1E23
(29,30,35)
#111312
(17,19,18)
#000000
(0,0,0)

Tints of #8981BC

#8981BC
(137,129,188)
#938CC2
(147,140,194)
#9D97C8
(157,151,200)
#A7A2CE
(167,162,206)
#B1ADD4
(177,173,212)
#BBB8DA
(187,184,218)
#C5C3E0
(197,195,224)
#CFCEE6
(207,206,230)
#D9D9EC
(217,217,236)
#E3E4F2
(227,228,242)
#EDEFF8
(237,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8981BC color. Also use rgb(137,129,188) instead hex code.

Text Font Color

.myTextColor { color: #8981BC; }

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

This text font color is #8981BC.


Background Color

.myBgColor { background-color: #8981BC; }

<div style="background-color:#8981BC">Inner text</div>

This div background color is #8981BC.


Border color

.myBorderColor { border: 1px solid #8981BC; }

<div style="border:3px solid #8981BC">Div</div>

This div border color is #8981BC.


Opacity

.myOpacity80 { color: #8981BC; opacity: 0.8; }

<p style="color:#8981BC;opacity:0.8;">80%</p>

Text with #8981BC 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 #8981BC;}

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

This text has shadow with #8981BC color.

.textShadow {text-shadow: 3px 3px 1px #8981BC, 3px 3px 1px red;}

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

This text has shadow with #8981BC primary color and red secondary color.


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

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

This text has shadow with #8981BC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8981BC on black background.


Color preview on white background

This text has color #8981BC on white background.



Black color preview on #8981BC background

This text has black color on #8981BC background.


White color preview on #8981BC background

This text has white color on #8981BC background.