COLOR #878B82

HEX: #878B82
RGB: (135,139,130)

Color info

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

RGB color model

#878B82 color RGB value is (135,139,130).

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

RGB channels and saturation

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

135
139
130

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

Portions of RGB colors in percentages

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

%33.42
%34.41
%32.18

CMYK color model

#878B82 color CMYK value is (3,0,6,45).

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

CMYK percentages

%2.88
%0
%6.47
%45.49

Codes

Color #878B82 in popluar color models

878B82
RGB135139130
HSL87°3.73%52.75%
HSB/HSV87°6.47%54.51%
CMYK2.88%0.00%6.47%
45.49%

Color #878B82 in popluar number systems.

HEX878B82
Decimal135139130
Binary100001111000101110000010
Octal207213202

Shades and tints

Shades of #878B82

#878B82
(135,139,130)
#7B7F77
(123,127,119)
#6F736C
(111,115,108)
#636761
(99,103,97)
#575B56
(87,91,86)
#4B4F4B
(75,79,75)
#3F4340
(63,67,64)
#333735
(51,55,53)
#272B2A
(39,43,42)
#1B1F1F
(27,31,31)
#0F1314
(15,19,20)
#000000
(0,0,0)

Tints of #878B82

#878B82
(135,139,130)
#91958D
(145,149,141)
#9B9F98
(155,159,152)
#A5A9A3
(165,169,163)
#AFB3AE
(175,179,174)
#B9BDB9
(185,189,185)
#C3C7C4
(195,199,196)
#CDD1CF
(205,209,207)
#D7DBDA
(215,219,218)
#E1E5E5
(225,229,229)
#EBEFF0
(235,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #878B82; }

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

This text font color is #878B82.


Background Color

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

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

This div background color is #878B82.


Border color

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

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

This div border color is #878B82.


Opacity

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

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

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

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

This text has shadow with #878B82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878B82 on black background.


Color preview on white background

This text has color #878B82 on white background.



Black color preview on #878B82 background

This text has black color on #878B82 background.


White color preview on #878B82 background

This text has white color on #878B82 background.