COLOR #887C9E

HEX: #887C9E
RGB: (136,124,158)

Color info

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

RGB color model

#887C9E color RGB value is (136,124,158).

  • red value is 136;
  • green value is 124;
  • blue value is 158.
RGB:
(136,124,158)
(53%,49%,62%)

RGB channels and saturation

R 136 of 255 = 53%
G 124 of 255 = 49%
B 158 of 255 = 62%

136
124
158

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

Portions of RGB colors in percentages

R + G + B =
136 + 124 + 158 = 418 (100%)
R 136 of 418 ~ 32.54%
G 124 of 418 ~ 29.67%
B 158 of 418 ~ 37.8%

%32.54
%29.67
%37.8

CMYK color model

#887C9E color CMYK value is (14,22,0,38).

  • cyan value is 13.92%
  • magenta value is 21.52%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(14,22,0,38)
C14M22Y0K38 
(14%,22%,0%,38%)
(0.14/0.22/0.00/0.38)	

CMYK percentages

%13.92
%21.52
%0
%38.04

Codes

Color #887C9E in popluar color models

887C9E
RGB136124158
HSL261°14.91%55.29%
HSB/HSV261°21.52%61.96%
CMYK13.92%21.52%0.00%
38.04%

Color #887C9E in popluar number systems.

HEX887C9E
Decimal136124158
Binary10001000111110010011110
Octal210174236

Shades and tints

Shades of #887C9E

#887C9E
(136,124,158)
#7C7190
(124,113,144)
#706682
(112,102,130)
#645B74
(100,91,116)
#585066
(88,80,102)
#4C4558
(76,69,88)
#403A4A
(64,58,74)
#342F3C
(52,47,60)
#28242E
(40,36,46)
#1C1920
(28,25,32)
#100E12
(16,14,18)
#000000
(0,0,0)

Tints of #887C9E

#887C9E
(136,124,158)
#9287A6
(146,135,166)
#9C92AE
(156,146,174)
#A69DB6
(166,157,182)
#B0A8BE
(176,168,190)
#BAB3C6
(186,179,198)
#C4BECE
(196,190,206)
#CEC9D6
(206,201,214)
#D8D4DE
(216,212,222)
#E2DFE6
(226,223,230)
#ECEAEE
(236,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #887C9E color. Also use rgb(136,124,158) instead hex code.

Text Font Color

.myTextColor { color: #887C9E; }

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

This text font color is #887C9E.


Background Color

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

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

This div background color is #887C9E.


Border color

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

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

This div border color is #887C9E.


Opacity

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

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

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

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

This text has shadow with #887C9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887C9E on black background.


Color preview on white background

This text has color #887C9E on white background.



Black color preview on #887C9E background

This text has black color on #887C9E background.


White color preview on #887C9E background

This text has white color on #887C9E background.