COLOR #887C8B

HEX: #887C8B
RGB: (136,124,139)

Color info

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

RGB color model

#887C8B color RGB value is (136,124,139).

  • red value is 136;
  • green value is 124;
  • blue value is 139.
RGB:
(136,124,139)
(53%,49%,55%)

RGB channels and saturation

R 136 of 255 = 53%
G 124 of 255 = 49%
B 139 of 255 = 55%

136
124
139

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

Portions of RGB colors in percentages

R + G + B =
136 + 124 + 139 = 399 (100%)
R 136 of 399 ~ 34.09%
G 124 of 399 ~ 31.08%
B 139 of 399 ~ 34.84%

%34.09
%31.08
%34.84

CMYK color model

#887C8B color CMYK value is (2,11,0,45).

  • cyan value is 2.16%
  • magenta value is 10.79%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(2,11,0,45)
C2M11Y0K45 
(2%,11%,0%,45%)
(0.02/0.11/0.00/0.45)	

CMYK percentages

%2.16
%10.79
%0
%45.49

Codes

Color #887C8B in popluar color models

887C8B
RGB136124139
HSL288°6.07%51.57%
HSB/HSV288°10.79%54.51%
CMYK2.16%10.79%0.00%
45.49%

Color #887C8B in popluar number systems.

HEX887C8B
Decimal136124139
Binary10001000111110010001011
Octal210174213

Shades and tints

Shades of #887C8B

#887C8B
(136,124,139)
#7C717F
(124,113,127)
#706673
(112,102,115)
#645B67
(100,91,103)
#58505B
(88,80,91)
#4C454F
(76,69,79)
#403A43
(64,58,67)
#342F37
(52,47,55)
#28242B
(40,36,43)
#1C191F
(28,25,31)
#100E13
(16,14,19)
#000000
(0,0,0)

Tints of #887C8B

#887C8B
(136,124,139)
#928795
(146,135,149)
#9C929F
(156,146,159)
#A69DA9
(166,157,169)
#B0A8B3
(176,168,179)
#BAB3BD
(186,179,189)
#C4BEC7
(196,190,199)
#CEC9D1
(206,201,209)
#D8D4DB
(216,212,219)
#E2DFE5
(226,223,229)
#ECEAEF
(236,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #887C8B color. Also use rgb(136,124,139) instead hex code.

Text Font Color

.myTextColor { color: #887C8B; }

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

This text font color is #887C8B.


Background Color

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

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

This div background color is #887C8B.


Border color

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

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

This div border color is #887C8B.


Opacity

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

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

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

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

This text has shadow with #887C8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887C8B on black background.


Color preview on white background

This text has color #887C8B on white background.



Black color preview on #887C8B background

This text has black color on #887C8B background.


White color preview on #887C8B background

This text has white color on #887C8B background.