COLOR #8878B7

HEX: #8878B7
RGB: (136,120,183)

Color info

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

RGB color model

#8878B7 color RGB value is (136,120,183).

  • red value is 136;
  • green value is 120;
  • blue value is 183.
RGB:
(136,120,183)
(53%,47%,72%)

RGB channels and saturation

R 136 of 255 = 53%
G 120 of 255 = 47%
B 183 of 255 = 72%

136
120
183

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

Portions of RGB colors in percentages

R + G + B =
136 + 120 + 183 = 439 (100%)
R 136 of 439 ~ 30.98%
G 120 of 439 ~ 27.33%
B 183 of 439 ~ 41.69%

%30.98
%27.33
%41.69

CMYK color model

#8878B7 color CMYK value is (26,34,0,28).

  • cyan value is 25.68%
  • magenta value is 34.43%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(26,34,0,28)
C26M34Y0K28 
(26%,34%,0%,28%)
(0.26/0.34/0.00/0.28)	

CMYK percentages

%25.68
%34.43
%0
%28.24

Codes

Color #8878B7 in popluar color models

8878B7
RGB136120183
HSL255°30.43%59.41%
HSB/HSV255°34.43%71.76%
CMYK25.68%34.43%0.00%
28.24%

Color #8878B7 in popluar number systems.

HEX8878B7
Decimal136120183
Binary10001000111100010110111
Octal210170267

Shades and tints

Shades of #8878B7

#8878B7
(136,120,183)
#7C6EA7
(124,110,167)
#706497
(112,100,151)
#645A87
(100,90,135)
#585077
(88,80,119)
#4C4667
(76,70,103)
#403C57
(64,60,87)
#343247
(52,50,71)
#282837
(40,40,55)
#1C1E27
(28,30,39)
#101417
(16,20,23)
#000000
(0,0,0)

Tints of #8878B7

#8878B7
(136,120,183)
#9284BD
(146,132,189)
#9C90C3
(156,144,195)
#A69CC9
(166,156,201)
#B0A8CF
(176,168,207)
#BAB4D5
(186,180,213)
#C4C0DB
(196,192,219)
#CECCE1
(206,204,225)
#D8D8E7
(216,216,231)
#E2E4ED
(226,228,237)
#ECF0F3
(236,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8878B7 color. Also use rgb(136,120,183) instead hex code.

Text Font Color

.myTextColor { color: #8878B7; }

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

This text font color is #8878B7.


Background Color

.myBgColor { background-color: #8878B7; }

<div style="background-color:#8878B7">Inner text</div>

This div background color is #8878B7.


Border color

.myBorderColor { border: 1px solid #8878B7; }

<div style="border:3px solid #8878B7">Div</div>

This div border color is #8878B7.


Opacity

.myOpacity80 { color: #8878B7; opacity: 0.8; }

<p style="color:#8878B7;opacity:0.8;">80%</p>

Text with #8878B7 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 #8878B7;}

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

This text has shadow with #8878B7 color.

.textShadow {text-shadow: 3px 3px 1px #8878B7, 3px 3px 1px red;}

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

This text has shadow with #8878B7 primary color and red secondary color.


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

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

This text has shadow with #8878B7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8878B7 on black background.


Color preview on white background

This text has color #8878B7 on white background.



Black color preview on #8878B7 background

This text has black color on #8878B7 background.


White color preview on #8878B7 background

This text has white color on #8878B7 background.