COLOR #8D8887

HEX: #8D8887
RGB: (141,136,135)

Color info

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

RGB color model

#8D8887 color RGB value is (141,136,135).

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

RGB channels and saturation

R 141 of 255 = 55%
G 136 of 255 = 53%
B 135 of 255 = 53%

141
136
135

R + G + B ~ 54%. #8D8887 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
141 + 136 + 135 = 412 (100%)
R 141 of 412 ~ 34.22%
G 136 of 412 ~ 33.01%
B 135 of 412 ~ 32.77%

%34.22
%33.01
%32.77

CMYK color model

#8D8887 color CMYK value is (0,4,4,45).

  • cyan value is 0.00%
  • magenta value is 3.55%
  • yellow value is 4.26%
  • key color value is 44.71%
CMYK:
(0,4,4,45)
C0M4Y4K45 
(0%,4%,4%,45%)
(0.00/0.04/0.04/0.45)	

CMYK percentages

%0
%3.55
%4.26
%44.71

Codes

Color #8D8887 in popluar color models

8D8887
RGB141136135
HSL10°2.56%54.12%
HSB/HSV10°4.26%55.29%
CMYK0.00%3.55%4.26%
44.71%

Color #8D8887 in popluar number systems.

HEX8D8887
Decimal141136135
Binary100011011000100010000111
Octal215210207

Shades and tints

Shades of #8D8887

#8D8887
(141,136,135)
#817C7B
(129,124,123)
#75706F
(117,112,111)
#696463
(105,100,99)
#5D5857
(93,88,87)
#514C4B
(81,76,75)
#45403F
(69,64,63)
#393433
(57,52,51)
#2D2827
(45,40,39)
#211C1B
(33,28,27)
#15100F
(21,16,15)
#000000
(0,0,0)

Tints of #8D8887

#8D8887
(141,136,135)
#979291
(151,146,145)
#A19C9B
(161,156,155)
#ABA6A5
(171,166,165)
#B5B0AF
(181,176,175)
#BFBAB9
(191,186,185)
#C9C4C3
(201,196,195)
#D3CECD
(211,206,205)
#DDD8D7
(221,216,215)
#E7E2E1
(231,226,225)
#F1ECEB
(241,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D8887; }

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

This text font color is #8D8887.


Background Color

.myBgColor { background-color: #8D8887; }

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

This div background color is #8D8887.


Border color

.myBorderColor { border: 1px solid #8D8887; }

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

This div border color is #8D8887.


Opacity

.myOpacity80 { color: #8D8887; opacity: 0.8; }

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

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

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

This text has shadow with #8D8887 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D8887 on black background.


Color preview on white background

This text has color #8D8887 on white background.



Black color preview on #8D8887 background

This text has black color on #8D8887 background.


White color preview on #8D8887 background

This text has white color on #8D8887 background.