COLOR #878AAE

HEX: #878AAE RGB: (135,138,174)

Color info

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

RGB color model

#878AAE color RGB value is (135,138,174).

RGB: (135,138,174) (53%, 54%, 68%)

RGB channels and saturation

R 135 of 255 = 53%
G 138 of 255 = 54%
B 174 of 255 = 68%

135
138
174

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

Portions of RGB colors in percentages

R + G + B = 135 + 138 + 174 = 447 (100%)
R 135 of 447 ~ 30.2%
G 138 of 447 ~ 30.87%
B 174 of 447 ~ 38.93'%

%30.2
%30.87
%38.93

CMYK color model

#878AAE color CMYK value is (22,21,0,32).

  • cyan value is 22.41%
  • magenta value is 20.69%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (22,21,0,32)
C22M21Y0K32 (22%, 21%, 0%, 32%)
(0.22 / 0.21 / 0.00 / 0.32)

CMYK percentages

%22.41
%20.69
%0
%31.76

Codes

Color #878AAE in popluar color models

87 8A AE
RGB 135 138 174
HSL 235° 19.40% 60.59%
HSB/HSV 235° 22.41% 68.24%
CMYK 22.41% 20.69% 0.00%
31.76%

Color #878AAE in popluar number systems.

HEX 87 8A AE
Decimal 135 138 174
Binary 10000111 10001010 10101110
Octal 207 212 256

Shades and tints

Shades of #878AAE

#878AAE
(135,138,174)
#7B7E9F
(123,126,159)
#6F7290
(111,114,144)
#636681
(99,102,129)
#575A72
(87,90,114)
#4B4E63
(75,78,99)
#3F4254
(63,66,84)
#333645
(51,54,69)
#272A36
(39,42,54)
#1B1E27
(27,30,39)
#0F1218
(15,18,24)
#000000
(0,0,0)

Tints of #878AAE

#878AAE
(135,138,174)
#9194B5
(145,148,181)
#9B9EBC
(155,158,188)
#A5A8C3
(165,168,195)
#AFB2CA
(175,178,202)
#B9BCD1
(185,188,209)
#C3C6D8
(195,198,216)
#CDD0DF
(205,208,223)
#D7DAE6
(215,218,230)
#E1E4ED
(225,228,237)
#EBEEF4
(235,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #878AAE; }

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

This text font color is #878AAE.

Background Color

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

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

This div background color is #878AAE.

Border color

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

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

This div border color is #878AAE.

Opacity

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

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

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

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

This text has shadow with #878AAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #878AAE.

Preview

Color preview on black background

This text has color #878AAE on black background.


Color preview on white background

This text has color #878AAE on white background.


Black color preview on #878AAE background

This text has black color on #878AAE background.


White color preview on #878AAE background

This text has white color on #878AAE background.


Related colors

Complementary color

Complementary color for #hex is #787551.


I love getcolorcode.com

Triadic colors

1 #AE878A and #8AAE87 with #878AAE are triadic colors.

2 #AE8A87 and #8A87AE with #878AAE are triadic colors.