COLOR #8876B1

HEX: #8876B1
RGB: (136,118,177)

Color info

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

RGB color model

#8876B1 color RGB value is (136,118,177).

  • red value is 136;
  • green value is 118;
  • blue value is 177.
RGB:
(136,118,177)
(53%,46%,69%)

RGB channels and saturation

R 136 of 255 = 53%
G 118 of 255 = 46%
B 177 of 255 = 69%

136
118
177

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

Portions of RGB colors in percentages

R + G + B =
136 + 118 + 177 = 431 (100%)
R 136 of 431 ~ 31.55%
G 118 of 431 ~ 27.38%
B 177 of 431 ~ 41.07%

%31.55
%27.38
%41.07

CMYK color model

#8876B1 color CMYK value is (23,33,0,31).

  • cyan value is 23.16%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(23,33,0,31)
C23M33Y0K31 
(23%,33%,0%,31%)
(0.23/0.33/0.00/0.31)	

CMYK percentages

%23.16
%33.33
%0
%30.59

Codes

Color #8876B1 in popluar color models

8876B1
RGB136118177
HSL258°27.44%57.84%
HSB/HSV258°33.33%69.41%
CMYK23.16%33.33%0.00%
30.59%

Color #8876B1 in popluar number systems.

HEX8876B1
Decimal136118177
Binary10001000111011010110001
Octal210166261

Shades and tints

Shades of #8876B1

#8876B1
(136,118,177)
#7C6CA1
(124,108,161)
#706291
(112,98,145)
#645881
(100,88,129)
#584E71
(88,78,113)
#4C4461
(76,68,97)
#403A51
(64,58,81)
#343041
(52,48,65)
#282631
(40,38,49)
#1C1C21
(28,28,33)
#101211
(16,18,17)
#000000
(0,0,0)

Tints of #8876B1

#8876B1
(136,118,177)
#9282B8
(146,130,184)
#9C8EBF
(156,142,191)
#A69AC6
(166,154,198)
#B0A6CD
(176,166,205)
#BAB2D4
(186,178,212)
#C4BEDB
(196,190,219)
#CECAE2
(206,202,226)
#D8D6E9
(216,214,233)
#E2E2F0
(226,226,240)
#ECEEF7
(236,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8876B1 color. Also use rgb(136,118,177) instead hex code.

Text Font Color

.myTextColor { color: #8876B1; }

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

This text font color is #8876B1.


Background Color

.myBgColor { background-color: #8876B1; }

<div style="background-color:#8876B1">Inner text</div>

This div background color is #8876B1.


Border color

.myBorderColor { border: 1px solid #8876B1; }

<div style="border:3px solid #8876B1">Div</div>

This div border color is #8876B1.


Opacity

.myOpacity80 { color: #8876B1; opacity: 0.8; }

<p style="color:#8876B1;opacity:0.8;">80%</p>

Text with #8876B1 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 #8876B1;}

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

This text has shadow with #8876B1 color.

.textShadow {text-shadow: 3px 3px 1px #8876B1, 3px 3px 1px red;}

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

This text has shadow with #8876B1 primary color and red secondary color.


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

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

This text has shadow with #8876B1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8876B1 on black background.


Color preview on white background

This text has color #8876B1 on white background.



Black color preview on #8876B1 background

This text has black color on #8876B1 background.


White color preview on #8876B1 background

This text has white color on #8876B1 background.