COLOR #886384

HEX: #886384
RGB: (136,99,132)

Color info

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

RGB color model

#886384 color RGB value is (136,99,132).

  • red value is 136;
  • green value is 99;
  • blue value is 132.
RGB:
(136,99,132)
(53%,39%,52%)

RGB channels and saturation

R 136 of 255 = 53%
G 99 of 255 = 39%
B 132 of 255 = 52%

136
99
132

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

Portions of RGB colors in percentages

R + G + B =
136 + 99 + 132 = 367 (100%)
R 136 of 367 ~ 37.06%
G 99 of 367 ~ 26.98%
B 132 of 367 ~ 35.97%

%37.06
%26.98
%35.97

CMYK color model

#886384 color CMYK value is (0,27,3,47).

  • cyan value is 0.00%
  • magenta value is 27.21%
  • yellow value is 2.94%
  • key color value is 46.67%
CMYK:
(0,27,3,47)
C0M27Y3K47 
(0%,27%,3%,47%)
(0.00/0.27/0.03/0.47)	

CMYK percentages

%0
%27.21
%2.94
%46.67

Codes

Color #886384 in popluar color models

886384
RGB13699132
HSL306°15.74%46.08%
HSB/HSV306°27.21%53.33%
CMYK0.00%27.21%2.94%
46.67%

Color #886384 in popluar number systems.

HEX886384
Decimal13699132
Binary10001000110001110000100
Octal210143204

Shades and tints

Shades of #886384

#886384
(136,99,132)
#7C5A78
(124,90,120)
#70516C
(112,81,108)
#644860
(100,72,96)
#583F54
(88,63,84)
#4C3648
(76,54,72)
#402D3C
(64,45,60)
#342430
(52,36,48)
#281B24
(40,27,36)
#1C1218
(28,18,24)
#10090C
(16,9,12)
#000000
(0,0,0)

Tints of #886384

#886384
(136,99,132)
#92718F
(146,113,143)
#9C7F9A
(156,127,154)
#A68DA5
(166,141,165)
#B09BB0
(176,155,176)
#BAA9BB
(186,169,187)
#C4B7C6
(196,183,198)
#CEC5D1
(206,197,209)
#D8D3DC
(216,211,220)
#E2E1E7
(226,225,231)
#ECEFF2
(236,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #886384 color. Also use rgb(136,99,132) instead hex code.

Text Font Color

.myTextColor { color: #886384; }

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

This text font color is #886384.


Background Color

.myBgColor { background-color: #886384; }

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

This div background color is #886384.


Border color

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

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

This div border color is #886384.


Opacity

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

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

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

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

This text has shadow with #886384 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886384 on black background.


Color preview on white background

This text has color #886384 on white background.



Black color preview on #886384 background

This text has black color on #886384 background.


White color preview on #886384 background

This text has white color on #886384 background.