COLOR #878CCB

HEX: #878CCB
RGB: (135,140,203)

Color info

#878CCB contains mainly blue color. Web safe color of #878CCB is #9999CC (or #99C).

RGB color model

#878CCB color RGB value is (135,140,203).

  • red value is 135;
  • green value is 140;
  • blue value is 203.
RGB:
(135,140,203)
(53%,55%,80%)

RGB channels and saturation

R 135 of 255 = 53%
G 140 of 255 = 55%
B 203 of 255 = 80%

135
140
203

R + G + B ~ 63%. #878CCB is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 140 + 203 = 478 (100%)
R 135 of 478 ~ 28.24%
G 140 of 478 ~ 29.29%
B 203 of 478 ~ 42.47%

%28.24
%29.29
%42.47

CMYK color model

#878CCB color CMYK value is (33,31,0,20).

  • cyan value is 33.50%
  • magenta value is 31.03%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(33,31,0,20)
C33M31Y0K20 
(33%,31%,0%,20%)
(0.33/0.31/0.00/0.20)	

CMYK percentages

%33.5
%31.03
%0
%20.39

Codes

Color #878CCB in popluar color models

878CCB
RGB135140203
HSL236°39.53%66.27%
HSB/HSV236°33.50%79.61%
CMYK33.50%31.03%0.00%
20.39%

Color #878CCB in popluar number systems.

HEX878CCB
Decimal135140203
Binary100001111000110011001011
Octal207214313

Shades and tints

Shades of #878CCB

#878CCB
(135,140,203)
#7B80B9
(123,128,185)
#6F74A7
(111,116,167)
#636895
(99,104,149)
#575C83
(87,92,131)
#4B5071
(75,80,113)
#3F445F
(63,68,95)
#33384D
(51,56,77)
#272C3B
(39,44,59)
#1B2029
(27,32,41)
#0F1417
(15,20,23)
#000000
(0,0,0)

Tints of #878CCB

#878CCB
(135,140,203)
#9196CF
(145,150,207)
#9BA0D3
(155,160,211)
#A5AAD7
(165,170,215)
#AFB4DB
(175,180,219)
#B9BEDF
(185,190,223)
#C3C8E3
(195,200,227)
#CDD2E7
(205,210,231)
#D7DCEB
(215,220,235)
#E1E6EF
(225,230,239)
#EBF0F3
(235,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #878CCB color. Also use rgb(135,140,203) instead hex code.

Text Font Color

.myTextColor { color: #878CCB; }

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

This text font color is #878CCB.


Background Color

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

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

This div background color is #878CCB.


Border color

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

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

This div border color is #878CCB.


Opacity

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

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

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

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

This text has shadow with #878CCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878CCB on black background.


Color preview on white background

This text has color #878CCB on white background.



Black color preview on #878CCB background

This text has black color on #878CCB background.


White color preview on #878CCB background

This text has white color on #878CCB background.