COLOR #8886C2

HEX: #8886C2
RGB: (136,134,194)

Color info

#8886C2 contains mainly red and blue colors. Web safe color of #8886C2 is #9999CC (or #99C).

RGB color model

#8886C2 color RGB value is (136,134,194).

  • red value is 136;
  • green value is 134;
  • blue value is 194.
RGB:
(136,134,194)
(53%,53%,76%)

RGB channels and saturation

R 136 of 255 = 53%
G 134 of 255 = 53%
B 194 of 255 = 76%

136
134
194

R + G + B ~ 61%. #8886C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 134 + 194 = 464 (100%)
R 136 of 464 ~ 29.31%
G 134 of 464 ~ 28.88%
B 194 of 464 ~ 41.81%

%29.31
%28.88
%41.81

CMYK color model

#8886C2 color CMYK value is (30,31,0,24).

  • cyan value is 29.90%
  • magenta value is 30.93%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(30,31,0,24)
C30M31Y0K24 
(30%,31%,0%,24%)
(0.30/0.31/0.00/0.24)	

CMYK percentages

%29.9
%30.93
%0
%23.92

Codes

Color #8886C2 in popluar color models

8886C2
RGB136134194
HSL242°32.97%64.31%
HSB/HSV242°30.93%76.08%
CMYK29.90%30.93%0.00%
23.92%

Color #8886C2 in popluar number systems.

HEX8886C2
Decimal136134194
Binary100010001000011011000010
Octal210206302

Shades and tints

Shades of #8886C2

#8886C2
(136,134,194)
#7C7AB1
(124,122,177)
#706EA0
(112,110,160)
#64628F
(100,98,143)
#58567E
(88,86,126)
#4C4A6D
(76,74,109)
#403E5C
(64,62,92)
#34324B
(52,50,75)
#28263A
(40,38,58)
#1C1A29
(28,26,41)
#100E18
(16,14,24)
#000000
(0,0,0)

Tints of #8886C2

#8886C2
(136,134,194)
#9291C7
(146,145,199)
#9C9CCC
(156,156,204)
#A6A7D1
(166,167,209)
#B0B2D6
(176,178,214)
#BABDDB
(186,189,219)
#C4C8E0
(196,200,224)
#CED3E5
(206,211,229)
#D8DEEA
(216,222,234)
#E2E9EF
(226,233,239)
#ECF4F4
(236,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8886C2 color. Also use rgb(136,134,194) instead hex code.

Text Font Color

.myTextColor { color: #8886C2; }

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

This text font color is #8886C2.


Background Color

.myBgColor { background-color: #8886C2; }

<div style="background-color:#8886C2">Inner text</div>

This div background color is #8886C2.


Border color

.myBorderColor { border: 1px solid #8886C2; }

<div style="border:3px solid #8886C2">Div</div>

This div border color is #8886C2.


Opacity

.myOpacity80 { color: #8886C2; opacity: 0.8; }

<p style="color:#8886C2;opacity:0.8;">80%</p>

Text with #8886C2 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 #8886C2;}

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

This text has shadow with #8886C2 color.

.textShadow {text-shadow: 3px 3px 1px #8886C2, 3px 3px 1px red;}

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

This text has shadow with #8886C2 primary color and red secondary color.


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

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

This text has shadow with #8886C2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8886C2 on black background.


Color preview on white background

This text has color #8886C2 on white background.



Black color preview on #8886C2 background

This text has black color on #8886C2 background.


White color preview on #8886C2 background

This text has white color on #8886C2 background.