COLOR #886EA4

HEX: #886EA4
RGB: (136,110,164)

Color info

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

RGB color model

#886EA4 color RGB value is (136,110,164).

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

RGB channels and saturation

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

136
110
164

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

Portions of RGB colors in percentages

R + G + B =
136 + 110 + 164 = 410 (100%)
R 136 of 410 ~ 33.17%
G 110 of 410 ~ 26.83%
B 164 of 410 ~ 40%

%33.17
%26.83
%40

CMYK color model

#886EA4 color CMYK value is (17,33,0,36).

  • cyan value is 17.07%
  • magenta value is 32.93%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(17,33,0,36)
C17M33Y0K36 
(17%,33%,0%,36%)
(0.17/0.33/0.00/0.36)	

CMYK percentages

%17.07
%32.93
%0
%35.69

Codes

Color #886EA4 in popluar color models

886EA4
RGB136110164
HSL269°22.88%53.73%
HSB/HSV269°32.93%64.31%
CMYK17.07%32.93%0.00%
35.69%

Color #886EA4 in popluar number systems.

HEX886EA4
Decimal136110164
Binary10001000110111010100100
Octal210156244

Shades and tints

Shades of #886EA4

#886EA4
(136,110,164)
#7C6496
(124,100,150)
#705A88
(112,90,136)
#64507A
(100,80,122)
#58466C
(88,70,108)
#4C3C5E
(76,60,94)
#403250
(64,50,80)
#342842
(52,40,66)
#281E34
(40,30,52)
#1C1426
(28,20,38)
#100A18
(16,10,24)
#000000
(0,0,0)

Tints of #886EA4

#886EA4
(136,110,164)
#927BAC
(146,123,172)
#9C88B4
(156,136,180)
#A695BC
(166,149,188)
#B0A2C4
(176,162,196)
#BAAFCC
(186,175,204)
#C4BCD4
(196,188,212)
#CEC9DC
(206,201,220)
#D8D6E4
(216,214,228)
#E2E3EC
(226,227,236)
#ECF0F4
(236,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #886EA4; }

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

This text font color is #886EA4.


Background Color

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

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

This div background color is #886EA4.


Border color

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

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

This div border color is #886EA4.


Opacity

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

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

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

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

This text has shadow with #886EA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886EA4 on black background.


Color preview on white background

This text has color #886EA4 on white background.



Black color preview on #886EA4 background

This text has black color on #886EA4 background.


White color preview on #886EA4 background

This text has white color on #886EA4 background.