COLOR #887F8D

HEX: #887F8D
RGB: (136,127,141)

Color info

#887F8D contains red, green and blue colors in about the same proportion. Web safe color of #887F8D is #996699 (or #969).

RGB color model

#887F8D color RGB value is (136,127,141).

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

RGB channels and saturation

R 136 of 255 = 53%
G 127 of 255 = 50%
B 141 of 255 = 55%

136
127
141

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

Portions of RGB colors in percentages

R + G + B =
136 + 127 + 141 = 404 (100%)
R 136 of 404 ~ 33.66%
G 127 of 404 ~ 31.44%
B 141 of 404 ~ 34.9%

%33.66
%31.44
%34.9

CMYK color model

#887F8D color CMYK value is (4,10,0,45).

  • cyan value is 3.55%
  • magenta value is 9.93%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(4,10,0,45)
C4M10Y0K45 
(4%,10%,0%,45%)
(0.04/0.10/0.00/0.45)	

CMYK percentages

%3.55
%9.93
%0
%44.71

Codes

Color #887F8D in popluar color models

887F8D
RGB136127141
HSL279°5.79%52.55%
HSB/HSV279°9.93%55.29%
CMYK3.55%9.93%0.00%
44.71%

Color #887F8D in popluar number systems.

HEX887F8D
Decimal136127141
Binary10001000111111110001101
Octal210177215

Shades and tints

Shades of #887F8D

#887F8D
(136,127,141)
#7C7481
(124,116,129)
#706975
(112,105,117)
#645E69
(100,94,105)
#58535D
(88,83,93)
#4C4851
(76,72,81)
#403D45
(64,61,69)
#343239
(52,50,57)
#28272D
(40,39,45)
#1C1C21
(28,28,33)
#101115
(16,17,21)
#000000
(0,0,0)

Tints of #887F8D

#887F8D
(136,127,141)
#928A97
(146,138,151)
#9C95A1
(156,149,161)
#A6A0AB
(166,160,171)
#B0ABB5
(176,171,181)
#BAB6BF
(186,182,191)
#C4C1C9
(196,193,201)
#CECCD3
(206,204,211)
#D8D7DD
(216,215,221)
#E2E2E7
(226,226,231)
#ECEDF1
(236,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #887F8D color. Also use rgb(136,127,141) instead hex code.

Text Font Color

.myTextColor { color: #887F8D; }

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

This text font color is #887F8D.


Background Color

.myBgColor { background-color: #887F8D; }

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

This div background color is #887F8D.


Border color

.myBorderColor { border: 1px solid #887F8D; }

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

This div border color is #887F8D.


Opacity

.myOpacity80 { color: #887F8D; opacity: 0.8; }

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

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

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

This text has shadow with #887F8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887F8D on black background.


Color preview on white background

This text has color #887F8D on white background.



Black color preview on #887F8D background

This text has black color on #887F8D background.


White color preview on #887F8D background

This text has white color on #887F8D background.