COLOR #8881B3

HEX: #8881B3
RGB: (136,129,179)

Color info

#8881B3 contains red, green and blue colors in about the same proportion. Web safe color of #8881B3 is #999999 (or #999).

RGB color model

#8881B3 color RGB value is (136,129,179).

  • red value is 136;
  • green value is 129;
  • blue value is 179.
RGB:
(136,129,179)
(53%,51%,70%)

RGB channels and saturation

R 136 of 255 = 53%
G 129 of 255 = 51%
B 179 of 255 = 70%

136
129
179

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

Portions of RGB colors in percentages

R + G + B =
136 + 129 + 179 = 444 (100%)
R 136 of 444 ~ 30.63%
G 129 of 444 ~ 29.05%
B 179 of 444 ~ 40.32%

%30.63
%29.05
%40.32

CMYK color model

#8881B3 color CMYK value is (24,28,0,30).

  • cyan value is 24.02%
  • magenta value is 27.93%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(24,28,0,30)
C24M28Y0K30 
(24%,28%,0%,30%)
(0.24/0.28/0.00/0.30)	

CMYK percentages

%24.02
%27.93
%0
%29.8

Codes

Color #8881B3 in popluar color models

8881B3
RGB136129179
HSL248°24.75%60.39%
HSB/HSV248°27.93%70.20%
CMYK24.02%27.93%0.00%
29.80%

Color #8881B3 in popluar number systems.

HEX8881B3
Decimal136129179
Binary100010001000000110110011
Octal210201263

Shades and tints

Shades of #8881B3

#8881B3
(136,129,179)
#7C76A3
(124,118,163)
#706B93
(112,107,147)
#646083
(100,96,131)
#585573
(88,85,115)
#4C4A63
(76,74,99)
#403F53
(64,63,83)
#343443
(52,52,67)
#282933
(40,41,51)
#1C1E23
(28,30,35)
#101313
(16,19,19)
#000000
(0,0,0)

Tints of #8881B3

#8881B3
(136,129,179)
#928CB9
(146,140,185)
#9C97BF
(156,151,191)
#A6A2C5
(166,162,197)
#B0ADCB
(176,173,203)
#BAB8D1
(186,184,209)
#C4C3D7
(196,195,215)
#CECEDD
(206,206,221)
#D8D9E3
(216,217,227)
#E2E4E9
(226,228,233)
#ECEFEF
(236,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8881B3 color. Also use rgb(136,129,179) instead hex code.

Text Font Color

.myTextColor { color: #8881B3; }

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

This text font color is #8881B3.


Background Color

.myBgColor { background-color: #8881B3; }

<div style="background-color:#8881B3">Inner text</div>

This div background color is #8881B3.


Border color

.myBorderColor { border: 1px solid #8881B3; }

<div style="border:3px solid #8881B3">Div</div>

This div border color is #8881B3.


Opacity

.myOpacity80 { color: #8881B3; opacity: 0.8; }

<p style="color:#8881B3;opacity:0.8;">80%</p>

Text with #8881B3 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 #8881B3;}

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

This text has shadow with #8881B3 color.

.textShadow {text-shadow: 3px 3px 1px #8881B3, 3px 3px 1px red;}

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

This text has shadow with #8881B3 primary color and red secondary color.


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

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

This text has shadow with #8881B3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8881B3 on black background.


Color preview on white background

This text has color #8881B3 on white background.



Black color preview on #8881B3 background

This text has black color on #8881B3 background.


White color preview on #8881B3 background

This text has white color on #8881B3 background.