COLOR #886DAE

HEX: #886DAE RGB: (136,109,174)

Color info

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

RGB color model

#886DAE color RGB value is (136,109,174).

RGB: (136,109,174) (53%, 43%, 68%)

RGB channels and saturation

R 136 of 255 = 53%
G 109 of 255 = 43%
B 174 of 255 = 68%

136
109
174

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

Portions of RGB colors in percentages

R + G + B = 136 + 109 + 174 = 419 (100%)
R 136 of 419 ~ 32.46%
G 109 of 419 ~ 26.01%
B 174 of 419 ~ 41.53'%

%32.46
%26.01
%41.53

CMYK color model

#886DAE color CMYK value is (22,37,0,32).

  • cyan value is 21.84%
  • magenta value is 37.36%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (22,37,0,32)
C22M37Y0K32 (22%, 37%, 0%, 32%)
(0.22 / 0.37 / 0.00 / 0.32)

CMYK percentages

%21.84
%37.36
%0
%31.76

Codes

Color #886DAE in popluar color models

88 6D AE
RGB 136 109 174
HSL 265° 28.63% 55.49%
HSB/HSV 265° 37.36% 68.24%
CMYK 21.84% 37.36% 0.00%
31.76%

Color #886DAE in popluar number systems.

HEX 88 6D AE
Decimal 136 109 174
Binary 10001000 1101101 10101110
Octal 210 155 256

Shades and tints

Shades of #886DAE

#886DAE
(136,109,174)
#7C649F
(124,100,159)
#705B90
(112,91,144)
#645281
(100,82,129)
#584972
(88,73,114)
#4C4063
(76,64,99)
#403754
(64,55,84)
#342E45
(52,46,69)
#282536
(40,37,54)
#1C1C27
(28,28,39)
#101318
(16,19,24)
#000000
(0,0,0)

Tints of #886DAE

#886DAE
(136,109,174)
#927AB5
(146,122,181)
#9C87BC
(156,135,188)
#A694C3
(166,148,195)
#B0A1CA
(176,161,202)
#BAAED1
(186,174,209)
#C4BBD8
(196,187,216)
#CEC8DF
(206,200,223)
#D8D5E6
(216,213,230)
#E2E2ED
(226,226,237)
#ECEFF4
(236,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #886DAE color. Also use rgb(136,109,174) instead hex code.

Text Font Color

.myTextColor { color: #886DAE; }

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

This text font color is #886DAE.

Background Color

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

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

This div background color is #886DAE.

Border color

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

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

This div border color is #886DAE.

Opacity

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

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

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

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

This text has shadow with #886DAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #886DAE.

Preview

Color preview on black background

This text has color #886DAE on black background.


Color preview on white background

This text has color #886DAE on white background.


Black color preview on #886DAE background

This text has black color on #886DAE background.


White color preview on #886DAE background

This text has white color on #886DAE background.


Related colors

Complementary color

Complementary color for #hex is #779251.


I love getcolorcode.com

Triadic colors

1 #AE886D and #6DAE88 with #886DAE are triadic colors.

2 #AE6D88 and #6D88AE with #886DAE are triadic colors.