COLOR #887989

HEX: #887989
RGB: (136,121,137)

Color info

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

RGB color model

#887989 color RGB value is (136,121,137).

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

RGB channels and saturation

R 136 of 255 = 53%
G 121 of 255 = 47%
B 137 of 255 = 54%

136
121
137

R + G + B ~ 51%. #887989 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 121 + 137 = 394 (100%)
R 136 of 394 ~ 34.52%
G 121 of 394 ~ 30.71%
B 137 of 394 ~ 34.77%

%34.52
%30.71
%34.77

CMYK color model

#887989 color CMYK value is (1,12,0,46).

  • cyan value is 0.73%
  • magenta value is 11.68%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(1,12,0,46)
C1M12Y0K46 
(1%,12%,0%,46%)
(0.01/0.12/0.00/0.46)	

CMYK percentages

%0.73
%11.68
%0
%46.27

Codes

Color #887989 in popluar color models

887989
RGB136121137
HSL296°6.35%50.59%
HSB/HSV296°11.68%53.73%
CMYK0.73%11.68%0.00%
46.27%

Color #887989 in popluar number systems.

HEX887989
Decimal136121137
Binary10001000111100110001001
Octal210171211

Shades and tints

Shades of #887989

#887989
(136,121,137)
#7C6E7D
(124,110,125)
#706371
(112,99,113)
#645865
(100,88,101)
#584D59
(88,77,89)
#4C424D
(76,66,77)
#403741
(64,55,65)
#342C35
(52,44,53)
#282129
(40,33,41)
#1C161D
(28,22,29)
#100B11
(16,11,17)
#000000
(0,0,0)

Tints of #887989

#887989
(136,121,137)
#928593
(146,133,147)
#9C919D
(156,145,157)
#A69DA7
(166,157,167)
#B0A9B1
(176,169,177)
#BAB5BB
(186,181,187)
#C4C1C5
(196,193,197)
#CECDCF
(206,205,207)
#D8D9D9
(216,217,217)
#E2E5E3
(226,229,227)
#ECF1ED
(236,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887989; }

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

This text font color is #887989.


Background Color

.myBgColor { background-color: #887989; }

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

This div background color is #887989.


Border color

.myBorderColor { border: 1px solid #887989; }

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

This div border color is #887989.


Opacity

.myOpacity80 { color: #887989; opacity: 0.8; }

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

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

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

This text has shadow with #887989 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887989 on black background.


Color preview on white background

This text has color #887989 on white background.



Black color preview on #887989 background

This text has black color on #887989 background.


White color preview on #887989 background

This text has white color on #887989 background.