COLOR #878886

HEX: #878886
RGB: (135,136,134)

Color info

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

RGB color model

#878886 color RGB value is (135,136,134).

  • red value is 135;
  • green value is 136;
  • blue value is 134.
RGB:
(135,136,134)
(53%,53%,53%)

RGB channels and saturation

R 135 of 255 = 53%
G 136 of 255 = 53%
B 134 of 255 = 53%

135
136
134

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

Portions of RGB colors in percentages

R + G + B =
135 + 136 + 134 = 405 (100%)
R 135 of 405 ~ 33.33%
G 136 of 405 ~ 33.58%
B 134 of 405 ~ 33.09%

%33.33
%33.58
%33.09

CMYK color model

#878886 color CMYK value is (1,0,1,47).

  • cyan value is 0.74%
  • magenta value is 0.00%
  • yellow value is 1.47%
  • key color value is 46.67%
CMYK:
(1,0,1,47)
C1M0Y1K47 
(1%,0%,1%,47%)
(0.01/0.00/0.01/0.47)	

CMYK percentages

%0.74
%0
%1.47
%46.67

Codes

Color #878886 in popluar color models

878886
RGB135136134
HSL90°0.83%52.94%
HSB/HSV90°1.47%53.33%
CMYK0.74%0.00%1.47%
46.67%

Color #878886 in popluar number systems.

HEX878886
Decimal135136134
Binary100001111000100010000110
Octal207210206

Shades and tints

Shades of #878886

#878886
(135,136,134)
#7B7C7A
(123,124,122)
#6F706E
(111,112,110)
#636462
(99,100,98)
#575856
(87,88,86)
#4B4C4A
(75,76,74)
#3F403E
(63,64,62)
#333432
(51,52,50)
#272826
(39,40,38)
#1B1C1A
(27,28,26)
#0F100E
(15,16,14)
#000000
(0,0,0)

Tints of #878886

#878886
(135,136,134)
#919291
(145,146,145)
#9B9C9C
(155,156,156)
#A5A6A7
(165,166,167)
#AFB0B2
(175,176,178)
#B9BABD
(185,186,189)
#C3C4C8
(195,196,200)
#CDCED3
(205,206,211)
#D7D8DE
(215,216,222)
#E1E2E9
(225,226,233)
#EBECF4
(235,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #878886; }

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

This text font color is #878886.


Background Color

.myBgColor { background-color: #878886; }

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

This div background color is #878886.


Border color

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

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

This div border color is #878886.


Opacity

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

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

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

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

This text has shadow with #878886 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878886 on black background.


Color preview on white background

This text has color #878886 on white background.



Black color preview on #878886 background

This text has black color on #878886 background.


White color preview on #878886 background

This text has white color on #878886 background.