COLOR #87828A

HEX: #87828A
RGB: (135,130,138)

Color info

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

RGB color model

#87828A color RGB value is (135,130,138).

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

RGB channels and saturation

R 135 of 255 = 53%
G 130 of 255 = 51%
B 138 of 255 = 54%

135
130
138

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

Portions of RGB colors in percentages

R + G + B =
135 + 130 + 138 = 403 (100%)
R 135 of 403 ~ 33.5%
G 130 of 403 ~ 32.26%
B 138 of 403 ~ 34.24%

%33.5
%32.26
%34.24

CMYK color model

#87828A color CMYK value is (2,6,0,46).

  • cyan value is 2.17%
  • magenta value is 5.80%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(2,6,0,46)
C2M6Y0K46 
(2%,6%,0%,46%)
(0.02/0.06/0.00/0.46)	

CMYK percentages

%2.17
%5.8
%0
%45.88

Codes

Color #87828A in popluar color models

87828A
RGB135130138
HSL278°3.31%52.55%
HSB/HSV278°5.80%54.12%
CMYK2.17%5.80%0.00%
45.88%

Color #87828A in popluar number systems.

HEX87828A
Decimal135130138
Binary100001111000001010001010
Octal207202212

Shades and tints

Shades of #87828A

#87828A
(135,130,138)
#7B777E
(123,119,126)
#6F6C72
(111,108,114)
#636166
(99,97,102)
#57565A
(87,86,90)
#4B4B4E
(75,75,78)
#3F4042
(63,64,66)
#333536
(51,53,54)
#272A2A
(39,42,42)
#1B1F1E
(27,31,30)
#0F1412
(15,20,18)
#000000
(0,0,0)

Tints of #87828A

#87828A
(135,130,138)
#918D94
(145,141,148)
#9B989E
(155,152,158)
#A5A3A8
(165,163,168)
#AFAEB2
(175,174,178)
#B9B9BC
(185,185,188)
#C3C4C6
(195,196,198)
#CDCFD0
(205,207,208)
#D7DADA
(215,218,218)
#E1E5E4
(225,229,228)
#EBF0EE
(235,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87828A; }

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

This text font color is #87828A.


Background Color

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

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

This div background color is #87828A.


Border color

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

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

This div border color is #87828A.


Opacity

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

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

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

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

This text has shadow with #87828A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87828A on black background.


Color preview on white background

This text has color #87828A on white background.



Black color preview on #87828A background

This text has black color on #87828A background.


White color preview on #87828A background

This text has white color on #87828A background.