COLOR #8877B5

HEX: #8877B5
RGB: (136,119,181)

Color info

#8877B5 contains mainly red and blue colors. Web safe color of #8877B5 is #9966CC (or #96C).

RGB color model

#8877B5 color RGB value is (136,119,181).

  • red value is 136;
  • green value is 119;
  • blue value is 181.
RGB:
(136,119,181)
(53%,47%,71%)

RGB channels and saturation

R 136 of 255 = 53%
G 119 of 255 = 47%
B 181 of 255 = 71%

136
119
181

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

Portions of RGB colors in percentages

R + G + B =
136 + 119 + 181 = 436 (100%)
R 136 of 436 ~ 31.19%
G 119 of 436 ~ 27.29%
B 181 of 436 ~ 41.51%

%31.19
%27.29
%41.51

CMYK color model

#8877B5 color CMYK value is (25,34,0,29).

  • cyan value is 24.86%
  • magenta value is 34.25%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(25,34,0,29)
C25M34Y0K29 
(25%,34%,0%,29%)
(0.25/0.34/0.00/0.29)	

CMYK percentages

%24.86
%34.25
%0
%29.02

Codes

Color #8877B5 in popluar color models

8877B5
RGB136119181
HSL256°29.52%58.82%
HSB/HSV256°34.25%70.98%
CMYK24.86%34.25%0.00%
29.02%

Color #8877B5 in popluar number systems.

HEX8877B5
Decimal136119181
Binary10001000111011110110101
Octal210167265

Shades and tints

Shades of #8877B5

#8877B5
(136,119,181)
#7C6DA5
(124,109,165)
#706395
(112,99,149)
#645985
(100,89,133)
#584F75
(88,79,117)
#4C4565
(76,69,101)
#403B55
(64,59,85)
#343145
(52,49,69)
#282735
(40,39,53)
#1C1D25
(28,29,37)
#101315
(16,19,21)
#000000
(0,0,0)

Tints of #8877B5

#8877B5
(136,119,181)
#9283BB
(146,131,187)
#9C8FC1
(156,143,193)
#A69BC7
(166,155,199)
#B0A7CD
(176,167,205)
#BAB3D3
(186,179,211)
#C4BFD9
(196,191,217)
#CECBDF
(206,203,223)
#D8D7E5
(216,215,229)
#E2E3EB
(226,227,235)
#ECEFF1
(236,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8877B5 color. Also use rgb(136,119,181) instead hex code.

Text Font Color

.myTextColor { color: #8877B5; }

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

This text font color is #8877B5.


Background Color

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

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

This div background color is #8877B5.


Border color

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

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

This div border color is #8877B5.


Opacity

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

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

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

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

This text has shadow with #8877B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8877B5 on black background.


Color preview on white background

This text has color #8877B5 on white background.



Black color preview on #8877B5 background

This text has black color on #8877B5 background.


White color preview on #8877B5 background

This text has white color on #8877B5 background.