COLOR #887486

HEX: #887486
RGB: (136,116,134)

Color info

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

RGB color model

#887486 color RGB value is (136,116,134).

  • red value is 136;
  • green value is 116;
  • blue value is 134.
RGB:
(136,116,134)
(53%,45%,53%)

RGB channels and saturation

R 136 of 255 = 53%
G 116 of 255 = 45%
B 134 of 255 = 53%

136
116
134

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

Portions of RGB colors in percentages

R + G + B =
136 + 116 + 134 = 386 (100%)
R 136 of 386 ~ 35.23%
G 116 of 386 ~ 30.05%
B 134 of 386 ~ 34.72%

%35.23
%30.05
%34.72

CMYK color model

#887486 color CMYK value is (0,15,1,47).

  • cyan value is 0.00%
  • magenta value is 14.71%
  • yellow value is 1.47%
  • key color value is 46.67%
CMYK:
(0,15,1,47)
C0M15Y1K47 
(0%,15%,1%,47%)
(0.00/0.15/0.01/0.47)	

CMYK percentages

%0
%14.71
%1.47
%46.67

Codes

Color #887486 in popluar color models

887486
RGB136116134
HSL306°7.94%49.41%
HSB/HSV306°14.71%53.33%
CMYK0.00%14.71%1.47%
46.67%

Color #887486 in popluar number systems.

HEX887486
Decimal136116134
Binary10001000111010010000110
Octal210164206

Shades and tints

Shades of #887486

#887486
(136,116,134)
#7C6A7A
(124,106,122)
#70606E
(112,96,110)
#645662
(100,86,98)
#584C56
(88,76,86)
#4C424A
(76,66,74)
#40383E
(64,56,62)
#342E32
(52,46,50)
#282426
(40,36,38)
#1C1A1A
(28,26,26)
#10100E
(16,16,14)
#000000
(0,0,0)

Tints of #887486

#887486
(136,116,134)
#928091
(146,128,145)
#9C8C9C
(156,140,156)
#A698A7
(166,152,167)
#B0A4B2
(176,164,178)
#BAB0BD
(186,176,189)
#C4BCC8
(196,188,200)
#CEC8D3
(206,200,211)
#D8D4DE
(216,212,222)
#E2E0E9
(226,224,233)
#ECECF4
(236,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #887486 color. Also use rgb(136,116,134) instead hex code.

Text Font Color

.myTextColor { color: #887486; }

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

This text font color is #887486.


Background Color

.myBgColor { background-color: #887486; }

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

This div background color is #887486.


Border color

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

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

This div border color is #887486.


Opacity

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

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

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

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

This text has shadow with #887486 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887486 on black background.


Color preview on white background

This text has color #887486 on white background.



Black color preview on #887486 background

This text has black color on #887486 background.


White color preview on #887486 background

This text has white color on #887486 background.