COLOR #87848C

HEX: #87848C RGB: (135,132,140)

Color info

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

RGB color model

#87848C color RGB value is (135,132,140).

RGB: (135,132,140) (53%, 52%, 55%)

RGB channels and saturation

R 135 of 255 = 53%
G 132 of 255 = 52%
B 140 of 255 = 55%

135
132
140

R + G + B ~ 53%. #87848C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 135 + 132 + 140 = 407 (100%)
R 135 of 407 ~ 33.17%
G 132 of 407 ~ 32.43%
B 140 of 407 ~ 34.4'%

%33.17
%32.43
%34.4

CMYK color model

#87848C color CMYK value is (4,6,0,45).

  • cyan value is 3.57%
  • magenta value is 5.71%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (4,6,0,45)
C4M6Y0K45 (4%, 6%, 0%, 45%)
(0.04 / 0.06 / 0.00 / 0.45)

CMYK percentages

%3.57
%5.71
%0
%45.1

Codes

Color #87848C in popluar color models

87 84 8C
RGB 135 132 140
HSL 263° 3.36% 53.33%
HSB/HSV 263° 5.71% 54.90%
CMYK 3.57% 5.71% 0.00%
45.10%

Color #87848C in popluar number systems.

HEX 87 84 8C
Decimal 135 132 140
Binary 10000111 10000100 10001100
Octal 207 204 214

Shades and tints

Shades of #87848C

#87848C
(135,132,140)
#7B7880
(123,120,128)
#6F6C74
(111,108,116)
#636068
(99,96,104)
#57545C
(87,84,92)
#4B4850
(75,72,80)
#3F3C44
(63,60,68)
#333038
(51,48,56)
#27242C
(39,36,44)
#1B1820
(27,24,32)
#0F0C14
(15,12,20)
#000000
(0,0,0)

Tints of #87848C

#87848C
(135,132,140)
#918F96
(145,143,150)
#9B9AA0
(155,154,160)
#A5A5AA
(165,165,170)
#AFB0B4
(175,176,180)
#B9BBBE
(185,187,190)
#C3C6C8
(195,198,200)
#CDD1D2
(205,209,210)
#D7DCDC
(215,220,220)
#E1E7E6
(225,231,230)
#EBF2F0
(235,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87848C color. Also use rgb(135,132,140) instead hex code.

Text Font Color

.myTextColor { color: #87848C; }

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

This text font color is #87848C.

Background Color

.myBgColor { background-color: #87848C; }

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

This div background color is #87848C.

Border color

.myBorderColor { border: 1px solid #87848C; }

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

This div border color is #87848C.

Opacity

.myOpacity80 { color: #87848C; opacity: 0.8; }

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

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

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

This text has shadow with #87848C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87848C.

Preview

Color preview on black background

This text has color #87848C on black background.


Color preview on white background

This text has color #87848C on white background.


Black color preview on #87848C background

This text has black color on #87848C background.


White color preview on #87848C background

This text has white color on #87848C background.


Related colors

Complementary color

Complementary color for #hex is #787B73.


I love getcolorcode.com

Triadic colors

1 #8C8784 and #848C87 with #87848C are triadic colors.

2 #8C8487 and #84878C with #87848C are triadic colors.