COLOR #886487

HEX: #886487
RGB: (136,100,135)

Color info

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

RGB color model

#886487 color RGB value is (136,100,135).

  • red value is 136;
  • green value is 100;
  • blue value is 135.
RGB:
(136,100,135)
(53%,39%,53%)

RGB channels and saturation

R 136 of 255 = 53%
G 100 of 255 = 39%
B 135 of 255 = 53%

136
100
135

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

Portions of RGB colors in percentages

R + G + B =
136 + 100 + 135 = 371 (100%)
R 136 of 371 ~ 36.66%
G 100 of 371 ~ 26.95%
B 135 of 371 ~ 36.39%

%36.66
%26.95
%36.39

CMYK color model

#886487 color CMYK value is (0,26,1,47).

  • cyan value is 0.00%
  • magenta value is 26.47%
  • yellow value is 0.74%
  • key color value is 46.67%
CMYK:
(0,26,1,47)
C0M26Y1K47 
(0%,26%,1%,47%)
(0.00/0.26/0.01/0.47)	

CMYK percentages

%0
%26.47
%0.74
%46.67

Codes

Color #886487 in popluar color models

886487
RGB136100135
HSL302°15.25%46.27%
HSB/HSV302°26.47%53.33%
CMYK0.00%26.47%0.74%
46.67%

Color #886487 in popluar number systems.

HEX886487
Decimal136100135
Binary10001000110010010000111
Octal210144207

Shades and tints

Shades of #886487

#886487
(136,100,135)
#7C5B7B
(124,91,123)
#70526F
(112,82,111)
#644963
(100,73,99)
#584057
(88,64,87)
#4C374B
(76,55,75)
#402E3F
(64,46,63)
#342533
(52,37,51)
#281C27
(40,28,39)
#1C131B
(28,19,27)
#100A0F
(16,10,15)
#000000
(0,0,0)

Tints of #886487

#886487
(136,100,135)
#927291
(146,114,145)
#9C809B
(156,128,155)
#A68EA5
(166,142,165)
#B09CAF
(176,156,175)
#BAAAB9
(186,170,185)
#C4B8C3
(196,184,195)
#CEC6CD
(206,198,205)
#D8D4D7
(216,212,215)
#E2E2E1
(226,226,225)
#ECF0EB
(236,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #886487 color. Also use rgb(136,100,135) instead hex code.

Text Font Color

.myTextColor { color: #886487; }

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

This text font color is #886487.


Background Color

.myBgColor { background-color: #886487; }

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

This div background color is #886487.


Border color

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

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

This div border color is #886487.


Opacity

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

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

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

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

This text has shadow with #886487 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886487 on black background.


Color preview on white background

This text has color #886487 on white background.



Black color preview on #886487 background

This text has black color on #886487 background.


White color preview on #886487 background

This text has white color on #886487 background.