COLOR #878EB5

HEX: #878EB5
RGB: (135,142,181)

Color info

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

RGB color model

#878EB5 color RGB value is (135,142,181).

  • red value is 135;
  • green value is 142;
  • blue value is 181.
RGB:
(135,142,181)
(53%,56%,71%)

RGB channels and saturation

R 135 of 255 = 53%
G 142 of 255 = 56%
B 181 of 255 = 71%

135
142
181

R + G + B ~ 60%. #878EB5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 142 + 181 = 458 (100%)
R 135 of 458 ~ 29.48%
G 142 of 458 ~ 31%
B 181 of 458 ~ 39.52%

%29.48
%31
%39.52

CMYK color model

#878EB5 color CMYK value is (25,22,0,29).

  • cyan value is 25.41%
  • magenta value is 21.55%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(25,22,0,29)
C25M22Y0K29 
(25%,22%,0%,29%)
(0.25/0.22/0.00/0.29)	

CMYK percentages

%25.41
%21.55
%0
%29.02

Codes

Color #878EB5 in popluar color models

878EB5
RGB135142181
HSL231°23.71%61.96%
HSB/HSV231°25.41%70.98%
CMYK25.41%21.55%0.00%
29.02%

Color #878EB5 in popluar number systems.

HEX878EB5
Decimal135142181
Binary100001111000111010110101
Octal207216265

Shades and tints

Shades of #878EB5

#878EB5
(135,142,181)
#7B82A5
(123,130,165)
#6F7695
(111,118,149)
#636A85
(99,106,133)
#575E75
(87,94,117)
#4B5265
(75,82,101)
#3F4655
(63,70,85)
#333A45
(51,58,69)
#272E35
(39,46,53)
#1B2225
(27,34,37)
#0F1615
(15,22,21)
#000000
(0,0,0)

Tints of #878EB5

#878EB5
(135,142,181)
#9198BB
(145,152,187)
#9BA2C1
(155,162,193)
#A5ACC7
(165,172,199)
#AFB6CD
(175,182,205)
#B9C0D3
(185,192,211)
#C3CAD9
(195,202,217)
#CDD4DF
(205,212,223)
#D7DEE5
(215,222,229)
#E1E8EB
(225,232,235)
#EBF2F1
(235,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #878EB5 color. Also use rgb(135,142,181) instead hex code.

Text Font Color

.myTextColor { color: #878EB5; }

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

This text font color is #878EB5.


Background Color

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

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

This div background color is #878EB5.


Border color

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

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

This div border color is #878EB5.


Opacity

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

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

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

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

This text has shadow with #878EB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878EB5 on black background.


Color preview on white background

This text has color #878EB5 on white background.



Black color preview on #878EB5 background

This text has black color on #878EB5 background.


White color preview on #878EB5 background

This text has white color on #878EB5 background.