COLOR #878DA4

HEX: #878DA4 RGB: (135,141,164)

Color info

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

RGB color model

#878DA4 color RGB value is (135,141,164).

RGB: (135,141,164) (53%, 55%, 64%)

RGB channels and saturation

R 135 of 255 = 53%
G 141 of 255 = 55%
B 164 of 255 = 64%

135
141
164

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

Portions of RGB colors in percentages

R + G + B = 135 + 141 + 164 = 440 (100%)
R 135 of 440 ~ 30.68%
G 141 of 440 ~ 32.05%
B 164 of 440 ~ 37.27'%

%30.68
%32.05
%37.27

CMYK color model

#878DA4 color CMYK value is (18,14,0,36).

  • cyan value is 17.68%
  • magenta value is 14.02%
  • yellow value is 0.00%
  • key color value is 35.69%

CMYK: (18,14,0,36)
C18M14Y0K36 (18%, 14%, 0%, 36%)
(0.18 / 0.14 / 0.00 / 0.36)

CMYK percentages

%17.68
%14.02
%0
%35.69

Codes

Color #878DA4 in popluar color models

87 8D A4
RGB 135 141 164
HSL 228° 13.74% 58.63%
HSB/HSV 228° 17.68% 64.31%
CMYK 17.68% 14.02% 0.00%
35.69%

Color #878DA4 in popluar number systems.

HEX 87 8D A4
Decimal 135 141 164
Binary 10000111 10001101 10100100
Octal 207 215 244

Shades and tints

Shades of #878DA4

#878DA4
(135,141,164)
#7B8196
(123,129,150)
#6F7588
(111,117,136)
#63697A
(99,105,122)
#575D6C
(87,93,108)
#4B515E
(75,81,94)
#3F4550
(63,69,80)
#333942
(51,57,66)
#272D34
(39,45,52)
#1B2126
(27,33,38)
#0F1518
(15,21,24)
#000000
(0,0,0)

Tints of #878DA4

#878DA4
(135,141,164)
#9197AC
(145,151,172)
#9BA1B4
(155,161,180)
#A5ABBC
(165,171,188)
#AFB5C4
(175,181,196)
#B9BFCC
(185,191,204)
#C3C9D4
(195,201,212)
#CDD3DC
(205,211,220)
#D7DDE4
(215,221,228)
#E1E7EC
(225,231,236)
#EBF1F4
(235,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #878DA4; }

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

This text font color is #878DA4.

Background Color

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

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

This div background color is #878DA4.

Border color

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

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

This div border color is #878DA4.

Opacity

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

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

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

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

This text has shadow with #878DA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #878DA4.

Preview

Color preview on black background

This text has color #878DA4 on black background.


Color preview on white background

This text has color #878DA4 on white background.


Black color preview on #878DA4 background

This text has black color on #878DA4 background.


White color preview on #878DA4 background

This text has white color on #878DA4 background.


Related colors

Complementary color

Complementary color for #hex is #78725B.


I love getcolorcode.com

Triadic colors

1 #A4878D and #8DA487 with #878DA4 are triadic colors.

2 #A48D87 and #8D87A4 with #878DA4 are triadic colors.