COLOR #886AB2

HEX: #886AB2 RGB: (136,106,178)

Color info

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

RGB color model

#886AB2 color RGB value is (136,106,178).

RGB: (136,106,178) (53%, 42%, 70%)

RGB channels and saturation

R 136 of 255 = 53%
G 106 of 255 = 42%
B 178 of 255 = 70%

136
106
178

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

Portions of RGB colors in percentages

R + G + B = 136 + 106 + 178 = 420 (100%)
R 136 of 420 ~ 32.38%
G 106 of 420 ~ 25.24%
B 178 of 420 ~ 42.38'%

%32.38
%25.24
%42.38

CMYK color model

#886AB2 color CMYK value is (24,40,0,30).

  • cyan value is 23.60%
  • magenta value is 40.45%
  • yellow value is 0.00%
  • key color value is 30.20%

CMYK: (24,40,0,30)
C24M40Y0K30 (24%, 40%, 0%, 30%)
(0.24 / 0.40 / 0.00 / 0.30)

CMYK percentages

%23.6
%40.45
%0
%30.2

Codes

Color #886AB2 in popluar color models

88 6A B2
RGB 136 106 178
HSL 265° 31.86% 55.69%
HSB/HSV 265° 40.45% 69.80%
CMYK 23.60% 40.45% 0.00%
30.20%

Color #886AB2 in popluar number systems.

HEX 88 6A B2
Decimal 136 106 178
Binary 10001000 1101010 10110010
Octal 210 152 262

Shades and tints

Shades of #886AB2

#886AB2
(136,106,178)
#7C61A2
(124,97,162)
#705892
(112,88,146)
#644F82
(100,79,130)
#584672
(88,70,114)
#4C3D62
(76,61,98)
#403452
(64,52,82)
#342B42
(52,43,66)
#282232
(40,34,50)
#1C1922
(28,25,34)
#101012
(16,16,18)
#000000
(0,0,0)

Tints of #886AB2

#886AB2
(136,106,178)
#9277B9
(146,119,185)
#9C84C0
(156,132,192)
#A691C7
(166,145,199)
#B09ECE
(176,158,206)
#BAABD5
(186,171,213)
#C4B8DC
(196,184,220)
#CEC5E3
(206,197,227)
#D8D2EA
(216,210,234)
#E2DFF1
(226,223,241)
#ECECF8
(236,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #886AB2; }

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

This text font color is #886AB2.

Background Color

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

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

This div background color is #886AB2.

Border color

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

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

This div border color is #886AB2.

Opacity

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

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

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

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

This text has shadow with #886AB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #886AB2.

Preview

Color preview on black background

This text has color #886AB2 on black background.


Color preview on white background

This text has color #886AB2 on white background.


Black color preview on #886AB2 background

This text has black color on #886AB2 background.


White color preview on #886AB2 background

This text has white color on #886AB2 background.


Related colors

Complementary color

Complementary color for #hex is #77954D.


I love getcolorcode.com

Triadic colors

1 #B2886A and #6AB288 with #886AB2 are triadic colors.

2 #B26A88 and #6A88B2 with #886AB2 are triadic colors.