COLOR #886AAB

HEX: #886AAB RGB: (136,106,171)

Color info

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

RGB color model

#886AAB color RGB value is (136,106,171).

RGB: (136,106,171) (53%, 42%, 67%)

RGB channels and saturation

R 136 of 255 = 53%
G 106 of 255 = 42%
B 171 of 255 = 67%

136
106
171

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

Portions of RGB colors in percentages

R + G + B = 136 + 106 + 171 = 413 (100%)
R 136 of 413 ~ 32.93%
G 106 of 413 ~ 25.67%
B 171 of 413 ~ 41.4'%

%32.93
%25.67
%41.4

CMYK color model

#886AAB color CMYK value is (20,38,0,33).

  • cyan value is 20.47%
  • magenta value is 38.01%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (20,38,0,33)
C20M38Y0K33 (20%, 38%, 0%, 33%)
(0.20 / 0.38 / 0.00 / 0.33)

CMYK percentages

%20.47
%38.01
%0
%32.94

Codes

Color #886AAB in popluar color models

88 6A AB
RGB 136 106 171
HSL 268° 27.90% 54.31%
HSB/HSV 268° 38.01% 67.06%
CMYK 20.47% 38.01% 0.00%
32.94%

Color #886AAB in popluar number systems.

HEX 88 6A AB
Decimal 136 106 171
Binary 10001000 1101010 10101011
Octal 210 152 253

Shades and tints

Shades of #886AAB

#886AAB
(136,106,171)
#7C619C
(124,97,156)
#70588D
(112,88,141)
#644F7E
(100,79,126)
#58466F
(88,70,111)
#4C3D60
(76,61,96)
#403451
(64,52,81)
#342B42
(52,43,66)
#282233
(40,34,51)
#1C1924
(28,25,36)
#101015
(16,16,21)
#000000
(0,0,0)

Tints of #886AAB

#886AAB
(136,106,171)
#9277B2
(146,119,178)
#9C84B9
(156,132,185)
#A691C0
(166,145,192)
#B09EC7
(176,158,199)
#BAABCE
(186,171,206)
#C4B8D5
(196,184,213)
#CEC5DC
(206,197,220)
#D8D2E3
(216,210,227)
#E2DFEA
(226,223,234)
#ECECF1
(236,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #886AAB color. Also use rgb(136,106,171) instead hex code.

Text Font Color

.myTextColor { color: #886AAB; }

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

This text font color is #886AAB.

Background Color

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

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

This div background color is #886AAB.

Border color

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

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

This div border color is #886AAB.

Opacity

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

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

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

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

This text has shadow with #886AAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #886AAB.

Preview

Color preview on black background

This text has color #886AAB on black background.


Color preview on white background

This text has color #886AAB on white background.


Black color preview on #886AAB background

This text has black color on #886AAB background.


White color preview on #886AAB background

This text has white color on #886AAB background.


Related colors

Complementary color

Complementary color for #hex is #779554.


I love getcolorcode.com

Triadic colors

1 #AB886A and #6AAB88 with #886AAB are triadic colors.

2 #AB6A88 and #6A88AB with #886AAB are triadic colors.