COLOR #887D89

HEX: #887D89
RGB: (136,125,137)

Color info

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

RGB color model

#887D89 color RGB value is (136,125,137).

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

RGB channels and saturation

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

136
125
137

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

Portions of RGB colors in percentages

R + G + B =
136 + 125 + 137 = 398 (100%)
R 136 of 398 ~ 34.17%
G 125 of 398 ~ 31.41%
B 137 of 398 ~ 34.42%

%34.17
%31.41
%34.42

CMYK color model

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

  • cyan value is 0.73%
  • magenta value is 8.76%
  • 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
%8.76
%0
%46.27

Codes

Color #887D89 in popluar color models

887D89
RGB136125137
HSL295°4.84%51.37%
HSB/HSV295°8.76%53.73%
CMYK0.73%8.76%0.00%
46.27%

Color #887D89 in popluar number systems.

HEX887D89
Decimal136125137
Binary10001000111110110001001
Octal210175211

Shades and tints

Shades of #887D89

#887D89
(136,125,137)
#7C727D
(124,114,125)
#706771
(112,103,113)
#645C65
(100,92,101)
#585159
(88,81,89)
#4C464D
(76,70,77)
#403B41
(64,59,65)
#343035
(52,48,53)
#282529
(40,37,41)
#1C1A1D
(28,26,29)
#100F11
(16,15,17)
#000000
(0,0,0)

Tints of #887D89

#887D89
(136,125,137)
#928893
(146,136,147)
#9C939D
(156,147,157)
#A69EA7
(166,158,167)
#B0A9B1
(176,169,177)
#BAB4BB
(186,180,187)
#C4BFC5
(196,191,197)
#CECACF
(206,202,207)
#D8D5D9
(216,213,217)
#E2E0E3
(226,224,227)
#ECEBED
(236,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887D89; }

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

This text font color is #887D89.


Background Color

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

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

This div background color is #887D89.


Border color

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

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

This div border color is #887D89.


Opacity

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

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

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

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

This text has shadow with #887D89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887D89 on black background.


Color preview on white background

This text has color #887D89 on white background.



Black color preview on #887D89 background

This text has black color on #887D89 background.


White color preview on #887D89 background

This text has white color on #887D89 background.