COLOR #887389

HEX: #887389
RGB: (136,115,137)

Color info

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

RGB color model

#887389 color RGB value is (136,115,137).

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

RGB channels and saturation

R 136 of 255 = 53%
G 115 of 255 = 45%
B 137 of 255 = 54%

136
115
137

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

Portions of RGB colors in percentages

R + G + B =
136 + 115 + 137 = 388 (100%)
R 136 of 388 ~ 35.05%
G 115 of 388 ~ 29.64%
B 137 of 388 ~ 35.31%

%35.05
%29.64
%35.31

CMYK color model

#887389 color CMYK value is (1,16,0,46).

  • cyan value is 0.73%
  • magenta value is 16.06%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(1,16,0,46)
C1M16Y0K46 
(1%,16%,0%,46%)
(0.01/0.16/0.00/0.46)	

CMYK percentages

%0.73
%16.06
%0
%46.27

Codes

Color #887389 in popluar color models

887389
RGB136115137
HSL297°8.73%49.41%
HSB/HSV297°16.06%53.73%
CMYK0.73%16.06%0.00%
46.27%

Color #887389 in popluar number systems.

HEX887389
Decimal136115137
Binary10001000111001110001001
Octal210163211

Shades and tints

Shades of #887389

#887389
(136,115,137)
#7C697D
(124,105,125)
#705F71
(112,95,113)
#645565
(100,85,101)
#584B59
(88,75,89)
#4C414D
(76,65,77)
#403741
(64,55,65)
#342D35
(52,45,53)
#282329
(40,35,41)
#1C191D
(28,25,29)
#100F11
(16,15,17)
#000000
(0,0,0)

Tints of #887389

#887389
(136,115,137)
#927F93
(146,127,147)
#9C8B9D
(156,139,157)
#A697A7
(166,151,167)
#B0A3B1
(176,163,177)
#BAAFBB
(186,175,187)
#C4BBC5
(196,187,197)
#CEC7CF
(206,199,207)
#D8D3D9
(216,211,217)
#E2DFE3
(226,223,227)
#ECEBED
(236,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887389; }

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

This text font color is #887389.


Background Color

.myBgColor { background-color: #887389; }

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

This div background color is #887389.


Border color

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

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

This div border color is #887389.


Opacity

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

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

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

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

This text has shadow with #887389 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887389 on black background.


Color preview on white background

This text has color #887389 on white background.



Black color preview on #887389 background

This text has black color on #887389 background.


White color preview on #887389 background

This text has white color on #887389 background.