COLOR #887397

HEX: #887397
RGB: (136,115,151)

Color info

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

RGB color model

#887397 color RGB value is (136,115,151).

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

RGB channels and saturation

R 136 of 255 = 53%
G 115 of 255 = 45%
B 151 of 255 = 59%

136
115
151

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

Portions of RGB colors in percentages

R + G + B =
136 + 115 + 151 = 402 (100%)
R 136 of 402 ~ 33.83%
G 115 of 402 ~ 28.61%
B 151 of 402 ~ 37.56%

%33.83
%28.61
%37.56

CMYK color model

#887397 color CMYK value is (10,24,0,41).

  • cyan value is 9.93%
  • magenta value is 23.84%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(10,24,0,41)
C10M24Y0K41 
(10%,24%,0%,41%)
(0.10/0.24/0.00/0.41)	

CMYK percentages

%9.93
%23.84
%0
%40.78

Codes

Color #887397 in popluar color models

887397
RGB136115151
HSL275°14.75%52.16%
HSB/HSV275°23.84%59.22%
CMYK9.93%23.84%0.00%
40.78%

Color #887397 in popluar number systems.

HEX887397
Decimal136115151
Binary10001000111001110010111
Octal210163227

Shades and tints

Shades of #887397

#887397
(136,115,151)
#7C698A
(124,105,138)
#705F7D
(112,95,125)
#645570
(100,85,112)
#584B63
(88,75,99)
#4C4156
(76,65,86)
#403749
(64,55,73)
#342D3C
(52,45,60)
#28232F
(40,35,47)
#1C1922
(28,25,34)
#100F15
(16,15,21)
#000000
(0,0,0)

Tints of #887397

#887397
(136,115,151)
#927FA0
(146,127,160)
#9C8BA9
(156,139,169)
#A697B2
(166,151,178)
#B0A3BB
(176,163,187)
#BAAFC4
(186,175,196)
#C4BBCD
(196,187,205)
#CEC7D6
(206,199,214)
#D8D3DF
(216,211,223)
#E2DFE8
(226,223,232)
#ECEBF1
(236,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887397; }

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

This text font color is #887397.


Background Color

.myBgColor { background-color: #887397; }

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

This div background color is #887397.


Border color

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

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

This div border color is #887397.


Opacity

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

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

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

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

This text has shadow with #887397 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887397 on black background.


Color preview on white background

This text has color #887397 on white background.



Black color preview on #887397 background

This text has black color on #887397 background.


White color preview on #887397 background

This text has white color on #887397 background.