COLOR #887193

HEX: #887193
RGB: (136,113,147)

Color info

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

RGB color model

#887193 color RGB value is (136,113,147).

  • red value is 136;
  • green value is 113;
  • blue value is 147.
RGB:
(136,113,147)
(53%,44%,58%)

RGB channels and saturation

R 136 of 255 = 53%
G 113 of 255 = 44%
B 147 of 255 = 58%

136
113
147

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

Portions of RGB colors in percentages

R + G + B =
136 + 113 + 147 = 396 (100%)
R 136 of 396 ~ 34.34%
G 113 of 396 ~ 28.54%
B 147 of 396 ~ 37.12%

%34.34
%28.54
%37.12

CMYK color model

#887193 color CMYK value is (7,23,0,42).

  • cyan value is 7.48%
  • magenta value is 23.13%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(7,23,0,42)
C7M23Y0K42 
(7%,23%,0%,42%)
(0.07/0.23/0.00/0.42)	

CMYK percentages

%7.48
%23.13
%0
%42.35

Codes

Color #887193 in popluar color models

887193
RGB136113147
HSL281°13.60%50.98%
HSB/HSV281°23.13%57.65%
CMYK7.48%23.13%0.00%
42.35%

Color #887193 in popluar number systems.

HEX887193
Decimal136113147
Binary10001000111000110010011
Octal210161223

Shades and tints

Shades of #887193

#887193
(136,113,147)
#7C6786
(124,103,134)
#705D79
(112,93,121)
#64536C
(100,83,108)
#58495F
(88,73,95)
#4C3F52
(76,63,82)
#403545
(64,53,69)
#342B38
(52,43,56)
#28212B
(40,33,43)
#1C171E
(28,23,30)
#100D11
(16,13,17)
#000000
(0,0,0)

Tints of #887193

#887193
(136,113,147)
#927D9C
(146,125,156)
#9C89A5
(156,137,165)
#A695AE
(166,149,174)
#B0A1B7
(176,161,183)
#BAADC0
(186,173,192)
#C4B9C9
(196,185,201)
#CEC5D2
(206,197,210)
#D8D1DB
(216,209,219)
#E2DDE4
(226,221,228)
#ECE9ED
(236,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #887193 color. Also use rgb(136,113,147) instead hex code.

Text Font Color

.myTextColor { color: #887193; }

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

This text font color is #887193.


Background Color

.myBgColor { background-color: #887193; }

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

This div background color is #887193.


Border color

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

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

This div border color is #887193.


Opacity

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

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

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

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

This text has shadow with #887193 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887193 on black background.


Color preview on white background

This text has color #887193 on white background.



Black color preview on #887193 background

This text has black color on #887193 background.


White color preview on #887193 background

This text has white color on #887193 background.