COLOR #876DB6

HEX: #876DB6 RGB: (135,109,182)

Color info

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

RGB color model

#876DB6 color RGB value is (135,109,182).

RGB: (135,109,182) (53%, 43%, 71%)

RGB channels and saturation

R 135 of 255 = 53%
G 109 of 255 = 43%
B 182 of 255 = 71%

135
109
182

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

Portions of RGB colors in percentages

R + G + B = 135 + 109 + 182 = 426 (100%)
R 135 of 426 ~ 31.69%
G 109 of 426 ~ 25.59%
B 182 of 426 ~ 42.72'%

%31.69
%25.59
%42.72

CMYK color model

#876DB6 color CMYK value is (26,40,0,29).

  • cyan value is 25.82%
  • magenta value is 40.11%
  • yellow value is 0.00%
  • key color value is 28.63%

CMYK: (26,40,0,29)
C26M40Y0K29 (26%, 40%, 0%, 29%)
(0.26 / 0.40 / 0.00 / 0.29)

CMYK percentages

%25.82
%40.11
%0
%28.63

Codes

Color #876DB6 in popluar color models

87 6D B6
RGB 135 109 182
HSL 261° 33.33% 57.06%
HSB/HSV 261° 40.11% 71.37%
CMYK 25.82% 40.11% 0.00%
28.63%

Color #876DB6 in popluar number systems.

HEX 87 6D B6
Decimal 135 109 182
Binary 10000111 1101101 10110110
Octal 207 155 266

Shades and tints

Shades of #876DB6

#876DB6
(135,109,182)
#7B64A6
(123,100,166)
#6F5B96
(111,91,150)
#635286
(99,82,134)
#574976
(87,73,118)
#4B4066
(75,64,102)
#3F3756
(63,55,86)
#332E46
(51,46,70)
#272536
(39,37,54)
#1B1C26
(27,28,38)
#0F1316
(15,19,22)
#000000
(0,0,0)

Tints of #876DB6

#876DB6
(135,109,182)
#917ABC
(145,122,188)
#9B87C2
(155,135,194)
#A594C8
(165,148,200)
#AFA1CE
(175,161,206)
#B9AED4
(185,174,212)
#C3BBDA
(195,187,218)
#CDC8E0
(205,200,224)
#D7D5E6
(215,213,230)
#E1E2EC
(225,226,236)
#EBEFF2
(235,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #876DB6 color. Also use rgb(135,109,182) instead hex code.

Text Font Color

.myTextColor { color: #876DB6; }

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

This text font color is #876DB6.

Background Color

.myBgColor { background-color: #876DB6; }

<div style="background-color:#876DB6">Inner text</div>

This div background color is #876DB6.

Border color

.myBorderColor { border: 1px solid #876DB6; }

<div style="border:3px solid #876DB6">Div</div>

This div border color is #876DB6.

Opacity

.myOpacity80 { color: #876DB6; opacity: 0.8; }

<p style="color:#876DB6;opacity:0.8;">80%</p>

Text with #876DB6 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 #876DB6;}

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

This text has shadow with #876DB6 color.


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

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

This text has shadow with #876DB6 primary color and red secondary color.


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

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

This text has shadow with #876DB6 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #876DB6.

Preview

Color preview on black background

This text has color #876DB6 on black background.


Color preview on white background

This text has color #876DB6 on white background.


Black color preview on #876DB6 background

This text has black color on #876DB6 background.


White color preview on #876DB6 background

This text has white color on #876DB6 background.


Related colors

Complementary color

Complementary color for #hex is #789249.


I love getcolorcode.com

Triadic colors

1 #B6876D and #6DB687 with #876DB6 are triadic colors.

2 #B66D87 and #6D87B6 with #876DB6 are triadic colors.