COLOR #886CAE

HEX: #886CAE
RGB: (136,108,174)

Color info

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

RGB color model

#886CAE color RGB value is (136,108,174).

  • red value is 136;
  • green value is 108;
  • blue value is 174.
RGB:
(136,108,174)
(53%,42%,68%)

RGB channels and saturation

R 136 of 255 = 53%
G 108 of 255 = 42%
B 174 of 255 = 68%

136
108
174

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

Portions of RGB colors in percentages

R + G + B =
136 + 108 + 174 = 418 (100%)
R 136 of 418 ~ 32.54%
G 108 of 418 ~ 25.84%
B 174 of 418 ~ 41.63%

%32.54
%25.84
%41.63

CMYK color model

#886CAE color CMYK value is (22,38,0,32).

  • cyan value is 21.84%
  • magenta value is 37.93%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(22,38,0,32)
C22M38Y0K32 
(22%,38%,0%,32%)
(0.22/0.38/0.00/0.32)	

CMYK percentages

%21.84
%37.93
%0
%31.76

Codes

Color #886CAE in popluar color models

886CAE
RGB136108174
HSL265°28.95%55.29%
HSB/HSV265°37.93%68.24%
CMYK21.84%37.93%0.00%
31.76%

Color #886CAE in popluar number systems.

HEX886CAE
Decimal136108174
Binary10001000110110010101110
Octal210154256

Shades and tints

Shades of #886CAE

#886CAE
(136,108,174)
#7C639F
(124,99,159)
#705A90
(112,90,144)
#645181
(100,81,129)
#584872
(88,72,114)
#4C3F63
(76,63,99)
#403654
(64,54,84)
#342D45
(52,45,69)
#282436
(40,36,54)
#1C1B27
(28,27,39)
#101218
(16,18,24)
#000000
(0,0,0)

Tints of #886CAE

#886CAE
(136,108,174)
#9279B5
(146,121,181)
#9C86BC
(156,134,188)
#A693C3
(166,147,195)
#B0A0CA
(176,160,202)
#BAADD1
(186,173,209)
#C4BAD8
(196,186,216)
#CEC7DF
(206,199,223)
#D8D4E6
(216,212,230)
#E2E1ED
(226,225,237)
#ECEEF4
(236,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #886CAE; }

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

This text font color is #886CAE.


Background Color

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

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

This div background color is #886CAE.


Border color

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

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

This div border color is #886CAE.


Opacity

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

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

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

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

This text has shadow with #886CAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886CAE on black background.


Color preview on white background

This text has color #886CAE on white background.



Black color preview on #886CAE background

This text has black color on #886CAE background.


White color preview on #886CAE background

This text has white color on #886CAE background.