COLOR #878DF6

HEX: #878DF6
RGB: (135,141,246)

Color info

#878DF6 contains mainly blue color. Web safe color of #878DF6 is #9999FF (or #99F).

RGB color model

#878DF6 color RGB value is (135,141,246).

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

RGB channels and saturation

R 135 of 255 = 53%
G 141 of 255 = 55%
B 246 of 255 = 96%

135
141
246

R + G + B ~ 68%. #878DF6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 141 + 246 = 522 (100%)
R 135 of 522 ~ 25.86%
G 141 of 522 ~ 27.01%
B 246 of 522 ~ 47.13%

%25.86
%27.01
%47.13

CMYK color model

#878DF6 color CMYK value is (45,43,0,4).

  • cyan value is 45.12%
  • magenta value is 42.68%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(45,43,0,4)
C45M43Y0K4 
(45%,43%,0%,4%)
(0.45/0.43/0.00/0.04)	

CMYK percentages

%45.12
%42.68
%0
%3.53

Codes

Color #878DF6 in popluar color models

878DF6
RGB135141246
HSL237°86.05%74.71%
HSB/HSV237°45.12%96.47%
CMYK45.12%42.68%0.00%
3.53%

Color #878DF6 in popluar number systems.

HEX878DF6
Decimal135141246
Binary100001111000110111110110
Octal207215366

Shades and tints

Shades of #878DF6

#878DF6
(135,141,246)
#7B81E0
(123,129,224)
#6F75CA
(111,117,202)
#6369B4
(99,105,180)
#575D9E
(87,93,158)
#4B5188
(75,81,136)
#3F4572
(63,69,114)
#33395C
(51,57,92)
#272D46
(39,45,70)
#1B2130
(27,33,48)
#0F151A
(15,21,26)
#000000
(0,0,0)

Tints of #878DF6

#878DF6
(135,141,246)
#9197F6
(145,151,246)
#9BA1F6
(155,161,246)
#A5ABF6
(165,171,246)
#AFB5F6
(175,181,246)
#B9BFF6
(185,191,246)
#C3C9F6
(195,201,246)
#CDD3F6
(205,211,246)
#D7DDF6
(215,221,246)
#E1E7F6
(225,231,246)
#EBF1F6
(235,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #878DF6; }

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

This text font color is #878DF6.


Background Color

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

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

This div background color is #878DF6.


Border color

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

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

This div border color is #878DF6.


Opacity

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

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

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

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

This text has shadow with #878DF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878DF6 on black background.


Color preview on white background

This text has color #878DF6 on white background.



Black color preview on #878DF6 background

This text has black color on #878DF6 background.


White color preview on #878DF6 background

This text has white color on #878DF6 background.