COLOR #878CAE

HEX: #878CAE
RGB: (135,140,174)

Color info

#878CAE contains red, green and blue colors in about the same proportion. Web safe color of #878CAE is #999999 (or #999).

RGB color model

#878CAE color RGB value is (135,140,174).

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

RGB channels and saturation

R 135 of 255 = 53%
G 140 of 255 = 55%
B 174 of 255 = 68%

135
140
174

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

Portions of RGB colors in percentages

R + G + B =
135 + 140 + 174 = 449 (100%)
R 135 of 449 ~ 30.07%
G 140 of 449 ~ 31.18%
B 174 of 449 ~ 38.75%

%30.07
%31.18
%38.75

CMYK color model

#878CAE color CMYK value is (22,20,0,32).

  • cyan value is 22.41%
  • magenta value is 19.54%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(22,20,0,32)
C22M20Y0K32 
(22%,20%,0%,32%)
(0.22/0.20/0.00/0.32)	

CMYK percentages

%22.41
%19.54
%0
%31.76

Codes

Color #878CAE in popluar color models

878CAE
RGB135140174
HSL232°19.40%60.59%
HSB/HSV232°22.41%68.24%
CMYK22.41%19.54%0.00%
31.76%

Color #878CAE in popluar number systems.

HEX878CAE
Decimal135140174
Binary100001111000110010101110
Octal207214256

Shades and tints

Shades of #878CAE

#878CAE
(135,140,174)
#7B809F
(123,128,159)
#6F7490
(111,116,144)
#636881
(99,104,129)
#575C72
(87,92,114)
#4B5063
(75,80,99)
#3F4454
(63,68,84)
#333845
(51,56,69)
#272C36
(39,44,54)
#1B2027
(27,32,39)
#0F1418
(15,20,24)
#000000
(0,0,0)

Tints of #878CAE

#878CAE
(135,140,174)
#9196B5
(145,150,181)
#9BA0BC
(155,160,188)
#A5AAC3
(165,170,195)
#AFB4CA
(175,180,202)
#B9BED1
(185,190,209)
#C3C8D8
(195,200,216)
#CDD2DF
(205,210,223)
#D7DCE6
(215,220,230)
#E1E6ED
(225,230,237)
#EBF0F4
(235,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #878CAE; }

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

This text font color is #878CAE.


Background Color

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

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

This div background color is #878CAE.


Border color

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

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

This div border color is #878CAE.


Opacity

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

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

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

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

This text has shadow with #878CAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878CAE on black background.


Color preview on white background

This text has color #878CAE on white background.



Black color preview on #878CAE background

This text has black color on #878CAE background.


White color preview on #878CAE background

This text has white color on #878CAE background.