COLOR #8876D0

HEX: #8876D0 RGB: (136,118,208)

Color info

#8876D0 contains mainly blue color. Web safe color of #8876D0 is #9966CC (or #96C).

RGB color model

#8876D0 color RGB value is (136,118,208).

RGB: (136,118,208) (53%, 46%, 82%)

RGB channels and saturation

R 136 of 255 = 53%
G 118 of 255 = 46%
B 208 of 255 = 82%

136
118
208

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

Portions of RGB colors in percentages

R + G + B = 136 + 118 + 208 = 462 (100%)
R 136 of 462 ~ 29.44%
G 118 of 462 ~ 25.54%
B 208 of 462 ~ 45.02'%

%29.44
%25.54
%45.02

CMYK color model

#8876D0 color CMYK value is (35,43,0,18).

  • cyan value is 34.62%
  • magenta value is 43.27%
  • yellow value is 0.00%
  • key color value is 18.43%

CMYK: (35,43,0,18)
C35M43Y0K18 (35%, 43%, 0%, 18%)
(0.35 / 0.43 / 0.00 / 0.18)

CMYK percentages

%34.62
%43.27
%0
%18.43

Codes

Color #8876D0 in popluar color models

88 76 D0
RGB 136 118 208
HSL 252° 48.91% 63.92%
HSB/HSV 252° 43.27% 81.57%
CMYK 34.62% 43.27% 0.00%
18.43%

Color #8876D0 in popluar number systems.

HEX 88 76 D0
Decimal 136 118 208
Binary 10001000 1110110 11010000
Octal 210 166 320

Shades and tints

Shades of #8876D0

#8876D0
(136,118,208)
#7C6CBE
(124,108,190)
#7062AC
(112,98,172)
#64589A
(100,88,154)
#584E88
(88,78,136)
#4C4476
(76,68,118)
#403A64
(64,58,100)
#343052
(52,48,82)
#282640
(40,38,64)
#1C1C2E
(28,28,46)
#10121C
(16,18,28)
#000000
(0,0,0)

Tints of #8876D0

#8876D0
(136,118,208)
#9282D4
(146,130,212)
#9C8ED8
(156,142,216)
#A69ADC
(166,154,220)
#B0A6E0
(176,166,224)
#BAB2E4
(186,178,228)
#C4BEE8
(196,190,232)
#CECAEC
(206,202,236)
#D8D6F0
(216,214,240)
#E2E2F4
(226,226,244)
#ECEEF8
(236,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8876D0; }

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

This text font color is #8876D0.

Background Color

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

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

This div background color is #8876D0.

Border color

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

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

This div border color is #8876D0.

Opacity

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

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

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

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

This text has shadow with #8876D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8876D0.

Preview

Color preview on black background

This text has color #8876D0 on black background.


Color preview on white background

This text has color #8876D0 on white background.


Black color preview on #8876D0 background

This text has black color on #8876D0 background.


White color preview on #8876D0 background

This text has white color on #8876D0 background.


Related colors

Complementary color

Complementary color for #hex is #77892F.


I love getcolorcode.com

Triadic colors

1 #D08876 and #76D088 with #8876D0 are triadic colors.

2 #D07688 and #7688D0 with #8876D0 are triadic colors.