COLOR #8884C2

HEX: #8884C2
RGB: (136,132,194)

Color info

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

RGB color model

#8884C2 color RGB value is (136,132,194).

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

RGB channels and saturation

R 136 of 255 = 53%
G 132 of 255 = 52%
B 194 of 255 = 76%

136
132
194

R + G + B ~ 60%. #8884C2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 132 + 194 = 462 (100%)
R 136 of 462 ~ 29.44%
G 132 of 462 ~ 28.57%
B 194 of 462 ~ 41.99%

%29.44
%28.57
%41.99

CMYK color model

#8884C2 color CMYK value is (30,32,0,24).

  • cyan value is 29.90%
  • magenta value is 31.96%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(30,32,0,24)
C30M32Y0K24 
(30%,32%,0%,24%)
(0.30/0.32/0.00/0.24)	

CMYK percentages

%29.9
%31.96
%0
%23.92

Codes

Color #8884C2 in popluar color models

8884C2
RGB136132194
HSL244°33.70%63.92%
HSB/HSV244°31.96%76.08%
CMYK29.90%31.96%0.00%
23.92%

Color #8884C2 in popluar number systems.

HEX8884C2
Decimal136132194
Binary100010001000010011000010
Octal210204302

Shades and tints

Shades of #8884C2

#8884C2
(136,132,194)
#7C78B1
(124,120,177)
#706CA0
(112,108,160)
#64608F
(100,96,143)
#58547E
(88,84,126)
#4C486D
(76,72,109)
#403C5C
(64,60,92)
#34304B
(52,48,75)
#28243A
(40,36,58)
#1C1829
(28,24,41)
#100C18
(16,12,24)
#000000
(0,0,0)

Tints of #8884C2

#8884C2
(136,132,194)
#928FC7
(146,143,199)
#9C9ACC
(156,154,204)
#A6A5D1
(166,165,209)
#B0B0D6
(176,176,214)
#BABBDB
(186,187,219)
#C4C6E0
(196,198,224)
#CED1E5
(206,209,229)
#D8DCEA
(216,220,234)
#E2E7EF
(226,231,239)
#ECF2F4
(236,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8884C2; }

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

This text font color is #8884C2.


Background Color

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

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

This div background color is #8884C2.


Border color

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

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

This div border color is #8884C2.


Opacity

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

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

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

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

This text has shadow with #8884C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8884C2 on black background.


Color preview on white background

This text has color #8884C2 on white background.



Black color preview on #8884C2 background

This text has black color on #8884C2 background.


White color preview on #8884C2 background

This text has white color on #8884C2 background.