COLOR #878CD5

HEX: #878CD5
RGB: (135,140,213)

Color info

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

RGB color model

#878CD5 color RGB value is (135,140,213).

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

RGB channels and saturation

R 135 of 255 = 53%
G 140 of 255 = 55%
B 213 of 255 = 84%

135
140
213

R + G + B ~ 64%. #878CD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 140 + 213 = 488 (100%)
R 135 of 488 ~ 27.66%
G 140 of 488 ~ 28.69%
B 213 of 488 ~ 43.65%

%27.66
%28.69
%43.65

CMYK color model

#878CD5 color CMYK value is (37,34,0,16).

  • cyan value is 36.62%
  • magenta value is 34.27%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(37,34,0,16)
C37M34Y0K16 
(37%,34%,0%,16%)
(0.37/0.34/0.00/0.16)	

CMYK percentages

%36.62
%34.27
%0
%16.47

Codes

Color #878CD5 in popluar color models

878CD5
RGB135140213
HSL236°48.15%68.24%
HSB/HSV236°36.62%83.53%
CMYK36.62%34.27%0.00%
16.47%

Color #878CD5 in popluar number systems.

HEX878CD5
Decimal135140213
Binary100001111000110011010101
Octal207214325

Shades and tints

Shades of #878CD5

#878CD5
(135,140,213)
#7B80C2
(123,128,194)
#6F74AF
(111,116,175)
#63689C
(99,104,156)
#575C89
(87,92,137)
#4B5076
(75,80,118)
#3F4463
(63,68,99)
#333850
(51,56,80)
#272C3D
(39,44,61)
#1B202A
(27,32,42)
#0F1417
(15,20,23)
#000000
(0,0,0)

Tints of #878CD5

#878CD5
(135,140,213)
#9196D8
(145,150,216)
#9BA0DB
(155,160,219)
#A5AADE
(165,170,222)
#AFB4E1
(175,180,225)
#B9BEE4
(185,190,228)
#C3C8E7
(195,200,231)
#CDD2EA
(205,210,234)
#D7DCED
(215,220,237)
#E1E6F0
(225,230,240)
#EBF0F3
(235,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #878CD5; }

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

This text font color is #878CD5.


Background Color

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

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

This div background color is #878CD5.


Border color

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

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

This div border color is #878CD5.


Opacity

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

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

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

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

This text has shadow with #878CD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878CD5 on black background.


Color preview on white background

This text has color #878CD5 on white background.



Black color preview on #878CD5 background

This text has black color on #878CD5 background.


White color preview on #878CD5 background

This text has white color on #878CD5 background.