COLOR #878FBE

HEX: #878FBE
RGB: (135,143,190)

Color info

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

RGB color model

#878FBE color RGB value is (135,143,190).

  • red value is 135;
  • green value is 143;
  • blue value is 190.
RGB:
(135,143,190)
(53%,56%,75%)

RGB channels and saturation

R 135 of 255 = 53%
G 143 of 255 = 56%
B 190 of 255 = 75%

135
143
190

R + G + B ~ 61%. #878FBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 143 + 190 = 468 (100%)
R 135 of 468 ~ 28.85%
G 143 of 468 ~ 30.56%
B 190 of 468 ~ 40.6%

%28.85
%30.56
%40.6

CMYK color model

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

  • cyan value is 28.95%
  • magenta value is 24.74%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(29,25,0,25)
C29M25Y0K25 
(29%,25%,0%,25%)
(0.29/0.25/0.00/0.25)	

CMYK percentages

%28.95
%24.74
%0
%25.49

Codes

Color #878FBE in popluar color models

878FBE
RGB135143190
HSL231°29.73%63.73%
HSB/HSV231°28.95%74.51%
CMYK28.95%24.74%0.00%
25.49%

Color #878FBE in popluar number systems.

HEX878FBE
Decimal135143190
Binary100001111000111110111110
Octal207217276

Shades and tints

Shades of #878FBE

#878FBE
(135,143,190)
#7B82AD
(123,130,173)
#6F759C
(111,117,156)
#63688B
(99,104,139)
#575B7A
(87,91,122)
#4B4E69
(75,78,105)
#3F4158
(63,65,88)
#333447
(51,52,71)
#272736
(39,39,54)
#1B1A25
(27,26,37)
#0F0D14
(15,13,20)
#000000
(0,0,0)

Tints of #878FBE

#878FBE
(135,143,190)
#9199C3
(145,153,195)
#9BA3C8
(155,163,200)
#A5ADCD
(165,173,205)
#AFB7D2
(175,183,210)
#B9C1D7
(185,193,215)
#C3CBDC
(195,203,220)
#CDD5E1
(205,213,225)
#D7DFE6
(215,223,230)
#E1E9EB
(225,233,235)
#EBF3F0
(235,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #878FBE color. Also use rgb(135,143,190) instead hex code.

Text Font Color

.myTextColor { color: #878FBE; }

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

This text font color is #878FBE.


Background Color

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

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

This div background color is #878FBE.


Border color

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

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

This div border color is #878FBE.


Opacity

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

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

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

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

This text has shadow with #878FBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878FBE on black background.


Color preview on white background

This text has color #878FBE on white background.



Black color preview on #878FBE background

This text has black color on #878FBE background.


White color preview on #878FBE background

This text has white color on #878FBE background.