COLOR #886EA2

HEX: #886EA2
RGB: (136,110,162)

Color info

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

RGB color model

#886EA2 color RGB value is (136,110,162).

  • red value is 136;
  • green value is 110;
  • blue value is 162.
RGB:
(136,110,162)
(53%,43%,64%)

RGB channels and saturation

R 136 of 255 = 53%
G 110 of 255 = 43%
B 162 of 255 = 64%

136
110
162

R + G + B ~ 53%. #886EA2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 110 + 162 = 408 (100%)
R 136 of 408 ~ 33.33%
G 110 of 408 ~ 26.96%
B 162 of 408 ~ 39.71%

%33.33
%26.96
%39.71

CMYK color model

#886EA2 color CMYK value is (16,32,0,36).

  • cyan value is 16.05%
  • magenta value is 32.10%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(16,32,0,36)
C16M32Y0K36 
(16%,32%,0%,36%)
(0.16/0.32/0.00/0.36)	

CMYK percentages

%16.05
%32.1
%0
%36.47

Codes

Color #886EA2 in popluar color models

886EA2
RGB136110162
HSL270°21.85%53.33%
HSB/HSV270°32.10%63.53%
CMYK16.05%32.10%0.00%
36.47%

Color #886EA2 in popluar number systems.

HEX886EA2
Decimal136110162
Binary10001000110111010100010
Octal210156242

Shades and tints

Shades of #886EA2

#886EA2
(136,110,162)
#7C6494
(124,100,148)
#705A86
(112,90,134)
#645078
(100,80,120)
#58466A
(88,70,106)
#4C3C5C
(76,60,92)
#40324E
(64,50,78)
#342840
(52,40,64)
#281E32
(40,30,50)
#1C1424
(28,20,36)
#100A16
(16,10,22)
#000000
(0,0,0)

Tints of #886EA2

#886EA2
(136,110,162)
#927BAA
(146,123,170)
#9C88B2
(156,136,178)
#A695BA
(166,149,186)
#B0A2C2
(176,162,194)
#BAAFCA
(186,175,202)
#C4BCD2
(196,188,210)
#CEC9DA
(206,201,218)
#D8D6E2
(216,214,226)
#E2E3EA
(226,227,234)
#ECF0F2
(236,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #886EA2 color. Also use rgb(136,110,162) instead hex code.

Text Font Color

.myTextColor { color: #886EA2; }

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

This text font color is #886EA2.


Background Color

.myBgColor { background-color: #886EA2; }

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

This div background color is #886EA2.


Border color

.myBorderColor { border: 1px solid #886EA2; }

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

This div border color is #886EA2.


Opacity

.myOpacity80 { color: #886EA2; opacity: 0.8; }

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

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

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

This text has shadow with #886EA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886EA2 on black background.


Color preview on white background

This text has color #886EA2 on white background.



Black color preview on #886EA2 background

This text has black color on #886EA2 background.


White color preview on #886EA2 background

This text has white color on #886EA2 background.