COLOR #87828B

HEX: #87828B
RGB: (135,130,139)

Color info

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

RGB color model

#87828B color RGB value is (135,130,139).

  • red value is 135;
  • green value is 130;
  • blue value is 139.
RGB:
(135,130,139)
(53%,51%,55%)

RGB channels and saturation

R 135 of 255 = 53%
G 130 of 255 = 51%
B 139 of 255 = 55%

135
130
139

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

Portions of RGB colors in percentages

R + G + B =
135 + 130 + 139 = 404 (100%)
R 135 of 404 ~ 33.42%
G 130 of 404 ~ 32.18%
B 139 of 404 ~ 34.41%

%33.42
%32.18
%34.41

CMYK color model

#87828B color CMYK value is (3,6,0,45).

  • cyan value is 2.88%
  • magenta value is 6.47%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(3,6,0,45)
C3M6Y0K45 
(3%,6%,0%,45%)
(0.03/0.06/0.00/0.45)	

CMYK percentages

%2.88
%6.47
%0
%45.49

Codes

Color #87828B in popluar color models

87828B
RGB135130139
HSL273°3.73%52.75%
HSB/HSV273°6.47%54.51%
CMYK2.88%6.47%0.00%
45.49%

Color #87828B in popluar number systems.

HEX87828B
Decimal135130139
Binary100001111000001010001011
Octal207202213

Shades and tints

Shades of #87828B

#87828B
(135,130,139)
#7B777F
(123,119,127)
#6F6C73
(111,108,115)
#636167
(99,97,103)
#57565B
(87,86,91)
#4B4B4F
(75,75,79)
#3F4043
(63,64,67)
#333537
(51,53,55)
#272A2B
(39,42,43)
#1B1F1F
(27,31,31)
#0F1413
(15,20,19)
#000000
(0,0,0)

Tints of #87828B

#87828B
(135,130,139)
#918D95
(145,141,149)
#9B989F
(155,152,159)
#A5A3A9
(165,163,169)
#AFAEB3
(175,174,179)
#B9B9BD
(185,185,189)
#C3C4C7
(195,196,199)
#CDCFD1
(205,207,209)
#D7DADB
(215,218,219)
#E1E5E5
(225,229,229)
#EBF0EF
(235,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87828B color. Also use rgb(135,130,139) instead hex code.

Text Font Color

.myTextColor { color: #87828B; }

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

This text font color is #87828B.


Background Color

.myBgColor { background-color: #87828B; }

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

This div background color is #87828B.


Border color

.myBorderColor { border: 1px solid #87828B; }

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

This div border color is #87828B.


Opacity

.myOpacity80 { color: #87828B; opacity: 0.8; }

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

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

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

This text has shadow with #87828B color.

.textShadow {text-shadow: 3px 3px 1px #87828B, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #87828B;
-webkit-box-shadow: 1px 1px 3px 2px #87828B;
box-shadow:1px 1px 3px 2px #87828B;">
Div content here</div>
This div box has shadow with color #87828B.

Preview

Color preview on black background

This text has color #87828B on black background.


Color preview on white background

This text has color #87828B on white background.



Black color preview on #87828B background

This text has black color on #87828B background.


White color preview on #87828B background

This text has white color on #87828B background.