COLOR #878DBC

HEX: #878DBC RGB: (135,141,188)

Color info

#878DBC contains red, green and blue colors in about the same proportion. Web safe color of #878DBC is #9999CC (or #99C).

RGB color model

#878DBC color RGB value is (135,141,188).

RGB: (135,141,188) (53%, 55%, 74%)

RGB channels and saturation

R 135 of 255 = 53%
G 141 of 255 = 55%
B 188 of 255 = 74%

135
141
188

R + G + B ~ 61%. #878DBC is quite light color.

Portions of RGB colors in percentages

R + G + B = 135 + 141 + 188 = 464 (100%)
R 135 of 464 ~ 29.09%
G 141 of 464 ~ 30.39%
B 188 of 464 ~ 40.52'%

%29.09
%30.39
%40.52

CMYK color model

#878DBC color CMYK value is (28,25,0,26).

  • cyan value is 28.19%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK: (28,25,0,26) C28M25Y0K26 (28%,25%,0%,26%) (0.28/0.25/0.00/0.26) 

CMYK percentages

%28.19
%25
%0
%26.27

Codes

Color #878DBC in popluar color models

87 8D BC
RGB 135 141 188
HSL 233° 28.34% 63.33%
HSB/HSV 233° 28.19% 73.73%
CMYK 28.19% 25.00% 0.00%
26.27%

Color #878DBC in popluar number systems.

HEX 87 8D BC
Decimal 135 141 188
Binary 10000111 10001101 10111100
Octal 207 215 274

Shades and tints

Shades of #878DBC

#878DBC
(135,141,188)
#7B81AB
(123,129,171)
#6F759A
(111,117,154)
#636989
(99,105,137)
#575D78
(87,93,120)
#4B5167
(75,81,103)
#3F4556
(63,69,86)
#333945
(51,57,69)
#272D34
(39,45,52)
#1B2123
(27,33,35)
#0F1512
(15,21,18)
#000000
(0,0,0)

Tints of #878DBC

#878DBC
(135,141,188)
#9197C2
(145,151,194)
#9BA1C8
(155,161,200)
#A5ABCE
(165,171,206)
#AFB5D4
(175,181,212)
#B9BFDA
(185,191,218)
#C3C9E0
(195,201,224)
#CDD3E6
(205,211,230)
#D7DDEC
(215,221,236)
#E1E7F2
(225,231,242)
#EBF1F8
(235,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #878DBC color. Also use rgb(135,141,188) instead hex code.

Text Font Color

.myTextColor { color: #878DBC; }

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

This text font color is #878DBC.

Background Color

.myBgColor { background-color: #878DBC; }

<div style="background-color:#878DBC">Inner text</div>

This div background color is #878DBC.

Border color

.myBorderColor { border: 1px solid #878DBC; }

<div style="border:3px solid #878DBC">Div</div>

This div border color is #878DBC.

Opacity

.myOpacity80 { color: #878DBC; opacity: 0.8; }

<p style="color:#878DBC;opacity:0.8;">80%</p>

Text with #878DBC 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 #878DBC;}

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

This text has shadow with #878DBC color.


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

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

This text has shadow with #878DBC primary color and red secondary color.


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

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

This text has shadow with #878DBC and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #878DBC.

Preview

Color preview on black background

This text has color #878DBC on black background.


Color preview on white background

This text has color #878DBC on white background.


Black color preview on #878DBC background

This text has black color on #878DBC background.


White color preview on #878DBC background

This text has white color on #878DBC background.


Related colors

Complementary color

Complementary color for #hex is #787243.


I love getcolorcode.com

Triadic colors

1 #BC878D and #8DBC87 with #878DBC are triadic colors.

2 #BC8D87 and #8D87BC with #878DBC are triadic colors.