COLOR #887C89

HEX: #887C89
RGB: (136,124,137)

Color info

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

RGB color model

#887C89 color RGB value is (136,124,137).

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

RGB channels and saturation

R 136 of 255 = 53%
G 124 of 255 = 49%
B 137 of 255 = 54%

136
124
137

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

Portions of RGB colors in percentages

R + G + B =
136 + 124 + 137 = 397 (100%)
R 136 of 397 ~ 34.26%
G 124 of 397 ~ 31.23%
B 137 of 397 ~ 34.51%

%34.26
%31.23
%34.51

CMYK color model

#887C89 color CMYK value is (1,9,0,46).

  • cyan value is 0.73%
  • magenta value is 9.49%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(1,9,0,46)
C1M9Y0K46 
(1%,9%,0%,46%)
(0.01/0.09/0.00/0.46)	

CMYK percentages

%0.73
%9.49
%0
%46.27

Codes

Color #887C89 in popluar color models

887C89
RGB136124137
HSL295°5.22%51.18%
HSB/HSV295°9.49%53.73%
CMYK0.73%9.49%0.00%
46.27%

Color #887C89 in popluar number systems.

HEX887C89
Decimal136124137
Binary10001000111110010001001
Octal210174211

Shades and tints

Shades of #887C89

#887C89
(136,124,137)
#7C717D
(124,113,125)
#706671
(112,102,113)
#645B65
(100,91,101)
#585059
(88,80,89)
#4C454D
(76,69,77)
#403A41
(64,58,65)
#342F35
(52,47,53)
#282429
(40,36,41)
#1C191D
(28,25,29)
#100E11
(16,14,17)
#000000
(0,0,0)

Tints of #887C89

#887C89
(136,124,137)
#928793
(146,135,147)
#9C929D
(156,146,157)
#A69DA7
(166,157,167)
#B0A8B1
(176,168,177)
#BAB3BB
(186,179,187)
#C4BEC5
(196,190,197)
#CEC9CF
(206,201,207)
#D8D4D9
(216,212,217)
#E2DFE3
(226,223,227)
#ECEAED
(236,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887C89; }

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

This text font color is #887C89.


Background Color

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

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

This div background color is #887C89.


Border color

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

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

This div border color is #887C89.


Opacity

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

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

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

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

This text has shadow with #887C89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887C89 on black background.


Color preview on white background

This text has color #887C89 on white background.



Black color preview on #887C89 background

This text has black color on #887C89 background.


White color preview on #887C89 background

This text has white color on #887C89 background.