COLOR #878699

HEX: #878699 RGB: (135,134,153)

Color info

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

RGB color model

#878699 color RGB value is (135,134,153).

RGB: (135,134,153) (53%, 53%, 60%)

RGB channels and saturation

R 135 of 255 = 53%
G 134 of 255 = 53%
B 153 of 255 = 60%

135
134
153

R + G + B ~ 55%. #878699 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 135 + 134 + 153 = 422 (100%)
R 135 of 422 ~ 31.99%
G 134 of 422 ~ 31.75%
B 153 of 422 ~ 36.26'%

%31.99
%31.75
%36.26

CMYK color model

#878699 color CMYK value is (12,12,0,40).

  • cyan value is 11.76%
  • magenta value is 12.42%
  • yellow value is 0.00%
  • key color value is 40.00%

CMYK: (12,12,0,40)
C12M12Y0K40 (12%, 12%, 0%, 40%)
(0.12 / 0.12 / 0.00 / 0.40)

CMYK percentages

%11.76
%12.42
%0
%40

Codes

Color #878699 in popluar color models

87 86 99
RGB 135 134 153
HSL 243° 8.52% 56.27%
HSB/HSV 243° 12.42% 60.00%
CMYK 11.76% 12.42% 0.00%
40.00%

Color #878699 in popluar number systems.

HEX 87 86 99
Decimal 135 134 153
Binary 10000111 10000110 10011001
Octal 207 206 231

Shades and tints

Shades of #878699

#878699
(135,134,153)
#7B7A8C
(123,122,140)
#6F6E7F
(111,110,127)
#636272
(99,98,114)
#575665
(87,86,101)
#4B4A58
(75,74,88)
#3F3E4B
(63,62,75)
#33323E
(51,50,62)
#272631
(39,38,49)
#1B1A24
(27,26,36)
#0F0E17
(15,14,23)
#000000
(0,0,0)

Tints of #878699

#878699
(135,134,153)
#9191A2
(145,145,162)
#9B9CAB
(155,156,171)
#A5A7B4
(165,167,180)
#AFB2BD
(175,178,189)
#B9BDC6
(185,189,198)
#C3C8CF
(195,200,207)
#CDD3D8
(205,211,216)
#D7DEE1
(215,222,225)
#E1E9EA
(225,233,234)
#EBF4F3
(235,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #878699 color. Also use rgb(135,134,153) instead hex code.

Text Font Color

.myTextColor { color: #878699; }

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

This text font color is #878699.

Background Color

.myBgColor { background-color: #878699; }

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

This div background color is #878699.

Border color

.myBorderColor { border: 1px solid #878699; }

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

This div border color is #878699.

Opacity

.myOpacity80 { color: #878699; opacity: 0.8; }

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

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

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

This text has shadow with #878699 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #878699.

Preview

Color preview on black background

This text has color #878699 on black background.


Color preview on white background

This text has color #878699 on white background.


Black color preview on #878699 background

This text has black color on #878699 background.


White color preview on #878699 background

This text has white color on #878699 background.


Related colors

Complementary color

Complementary color for #hex is #787966.


I love getcolorcode.com

Triadic colors

1 #998786 and #869987 with #878699 are triadic colors.

2 #998687 and #868799 with #878699 are triadic colors.