COLOR #878DCF

HEX: #878DCF
RGB: (135,141,207)

Color info

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

RGB color model

#878DCF color RGB value is (135,141,207).

  • red value is 135;
  • green value is 141;
  • blue value is 207.
RGB:
(135,141,207)
(53%,55%,81%)

RGB channels and saturation

R 135 of 255 = 53%
G 141 of 255 = 55%
B 207 of 255 = 81%

135
141
207

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

Portions of RGB colors in percentages

R + G + B =
135 + 141 + 207 = 483 (100%)
R 135 of 483 ~ 27.95%
G 141 of 483 ~ 29.19%
B 207 of 483 ~ 42.86%

%27.95
%29.19
%42.86

CMYK color model

#878DCF color CMYK value is (35,32,0,19).

  • cyan value is 34.78%
  • magenta value is 31.88%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(35,32,0,19)
C35M32Y0K19 
(35%,32%,0%,19%)
(0.35/0.32/0.00/0.19)	

CMYK percentages

%34.78
%31.88
%0
%18.82

Codes

Color #878DCF in popluar color models

878DCF
RGB135141207
HSL235°42.86%67.06%
HSB/HSV235°34.78%81.18%
CMYK34.78%31.88%0.00%
18.82%

Color #878DCF in popluar number systems.

HEX878DCF
Decimal135141207
Binary100001111000110111001111
Octal207215317

Shades and tints

Shades of #878DCF

#878DCF
(135,141,207)
#7B81BD
(123,129,189)
#6F75AB
(111,117,171)
#636999
(99,105,153)
#575D87
(87,93,135)
#4B5175
(75,81,117)
#3F4563
(63,69,99)
#333951
(51,57,81)
#272D3F
(39,45,63)
#1B212D
(27,33,45)
#0F151B
(15,21,27)
#000000
(0,0,0)

Tints of #878DCF

#878DCF
(135,141,207)
#9197D3
(145,151,211)
#9BA1D7
(155,161,215)
#A5ABDB
(165,171,219)
#AFB5DF
(175,181,223)
#B9BFE3
(185,191,227)
#C3C9E7
(195,201,231)
#CDD3EB
(205,211,235)
#D7DDEF
(215,221,239)
#E1E7F3
(225,231,243)
#EBF1F7
(235,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #878DCF; }

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

This text font color is #878DCF.


Background Color

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

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

This div background color is #878DCF.


Border color

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

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

This div border color is #878DCF.


Opacity

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

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

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

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

This text has shadow with #878DCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878DCF on black background.


Color preview on white background

This text has color #878DCF on white background.



Black color preview on #878DCF background

This text has black color on #878DCF background.


White color preview on #878DCF background

This text has white color on #878DCF background.