COLOR #886EAD

HEX: #886EAD RGB: (136,110,173)

Color info

#886EAD contains mainly red and blue colors. Web safe color of #886EAD is #996699 (or #969).

RGB color model

#886EAD color RGB value is (136,110,173).

RGB: (136,110,173) (53%, 43%, 68%)

RGB channels and saturation

R 136 of 255 = 53%
G 110 of 255 = 43%
B 173 of 255 = 68%

136
110
173

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

Portions of RGB colors in percentages

R + G + B = 136 + 110 + 173 = 419 (100%)
R 136 of 419 ~ 32.46%
G 110 of 419 ~ 26.25%
B 173 of 419 ~ 41.29'%

%32.46
%26.25
%41.29

CMYK color model

#886EAD color CMYK value is (21,36,0,32).

  • cyan value is 21.39%
  • magenta value is 36.42%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (21,36,0,32)
C21M36Y0K32 (21%, 36%, 0%, 32%)
(0.21 / 0.36 / 0.00 / 0.32)

CMYK percentages

%21.39
%36.42
%0
%32.16

Codes

Color #886EAD in popluar color models

88 6E AD
RGB 136 110 173
HSL 265° 27.75% 55.49%
HSB/HSV 265° 36.42% 67.84%
CMYK 21.39% 36.42% 0.00%
32.16%

Color #886EAD in popluar number systems.

HEX 88 6E AD
Decimal 136 110 173
Binary 10001000 1101110 10101101
Octal 210 156 255

Shades and tints

Shades of #886EAD

#886EAD
(136,110,173)
#7C649E
(124,100,158)
#705A8F
(112,90,143)
#645080
(100,80,128)
#584671
(88,70,113)
#4C3C62
(76,60,98)
#403253
(64,50,83)
#342844
(52,40,68)
#281E35
(40,30,53)
#1C1426
(28,20,38)
#100A17
(16,10,23)
#000000
(0,0,0)

Tints of #886EAD

#886EAD
(136,110,173)
#927BB4
(146,123,180)
#9C88BB
(156,136,187)
#A695C2
(166,149,194)
#B0A2C9
(176,162,201)
#BAAFD0
(186,175,208)
#C4BCD7
(196,188,215)
#CEC9DE
(206,201,222)
#D8D6E5
(216,214,229)
#E2E3EC
(226,227,236)
#ECF0F3
(236,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #886EAD; }

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

This text font color is #886EAD.

Background Color

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

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

This div background color is #886EAD.

Border color

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

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

This div border color is #886EAD.

Opacity

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

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

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

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

This text has shadow with #886EAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #886EAD.

Preview

Color preview on black background

This text has color #886EAD on black background.


Color preview on white background

This text has color #886EAD on white background.


Black color preview on #886EAD background

This text has black color on #886EAD background.


White color preview on #886EAD background

This text has white color on #886EAD background.


Related colors

Complementary color

Complementary color for #hex is #779152.


I love getcolorcode.com

Triadic colors

1 #AD886E and #6EAD88 with #886EAD are triadic colors.

2 #AD6E88 and #6E88AD with #886EAD are triadic colors.