COLOR #878EA2

HEX: #878EA2 RGB: (135,142,162)

Color info

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

RGB color model

#878EA2 color RGB value is (135,142,162).

RGB: (135,142,162) (53%, 56%, 64%)

RGB channels and saturation

R 135 of 255 = 53%
G 142 of 255 = 56%
B 162 of 255 = 64%

135
142
162

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

Portions of RGB colors in percentages

R + G + B = 135 + 142 + 162 = 439 (100%)
R 135 of 439 ~ 30.75%
G 142 of 439 ~ 32.35%
B 162 of 439 ~ 36.9'%

%30.75
%32.35
%36.9

CMYK color model

#878EA2 color CMYK value is (17,12,0,36).

  • cyan value is 16.67%
  • magenta value is 12.35%
  • yellow value is 0.00%
  • key color value is 36.47%

CMYK: (17,12,0,36)
C17M12Y0K36 (17%, 12%, 0%, 36%)
(0.17 / 0.12 / 0.00 / 0.36)

CMYK percentages

%16.67
%12.35
%0
%36.47

Codes

Color #878EA2 in popluar color models

87 8E A2
RGB 135 142 162
HSL 224° 12.68% 58.24%
HSB/HSV 224° 16.67% 63.53%
CMYK 16.67% 12.35% 0.00%
36.47%

Color #878EA2 in popluar number systems.

HEX 87 8E A2
Decimal 135 142 162
Binary 10000111 10001110 10100010
Octal 207 216 242

Shades and tints

Shades of #878EA2

#878EA2
(135,142,162)
#7B8294
(123,130,148)
#6F7686
(111,118,134)
#636A78
(99,106,120)
#575E6A
(87,94,106)
#4B525C
(75,82,92)
#3F464E
(63,70,78)
#333A40
(51,58,64)
#272E32
(39,46,50)
#1B2224
(27,34,36)
#0F1616
(15,22,22)
#000000
(0,0,0)

Tints of #878EA2

#878EA2
(135,142,162)
#9198AA
(145,152,170)
#9BA2B2
(155,162,178)
#A5ACBA
(165,172,186)
#AFB6C2
(175,182,194)
#B9C0CA
(185,192,202)
#C3CAD2
(195,202,210)
#CDD4DA
(205,212,218)
#D7DEE2
(215,222,226)
#E1E8EA
(225,232,234)
#EBF2F2
(235,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #878EA2; }

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

This text font color is #878EA2.

Background Color

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

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

This div background color is #878EA2.

Border color

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

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

This div border color is #878EA2.

Opacity

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

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

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

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

This text has shadow with #878EA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #878EA2.

Preview

Color preview on black background

This text has color #878EA2 on black background.


Color preview on white background

This text has color #878EA2 on white background.


Black color preview on #878EA2 background

This text has black color on #878EA2 background.


White color preview on #878EA2 background

This text has white color on #878EA2 background.


Related colors

Complementary color

Complementary color for #hex is #78715D.


I love getcolorcode.com

Triadic colors

1 #A2878E and #8EA287 with #878EA2 are triadic colors.

2 #A28E87 and #8E87A2 with #878EA2 are triadic colors.