COLOR #E6C0FA

HEX: #E6C0FA
RGB: (230,192,250)

Color info

#E6C0FA contains red, green and blue colors in about the same proportion. Web safe color of #E6C0FA is #CCCCFF (or #CCF).

RGB color model

#E6C0FA color RGB value is (230,192,250).

  • red value is 230;
  • green value is 192;
  • blue value is 250.
RGB:
(230,192,250)
(90%,75%,98%)

RGB channels and saturation

R 230 of 255 = 90%
G 192 of 255 = 75%
B 250 of 255 = 98%

230
192
250

R + G + B ~ 88%. #E6C0FA is light color.

Portions of RGB colors in percentages

R + G + B =
230 + 192 + 250 = 672 (100%)
R 230 of 672 ~ 34.23%
G 192 of 672 ~ 28.57%
B 250 of 672 ~ 37.2%

%34.23
%28.57
%37.2

CMYK color model

#E6C0FA color CMYK value is (8,23,0,2).

  • cyan value is 8.00%
  • magenta value is 23.20%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(8,23,0,2)
C8M23Y0K2 
(8%,23%,0%,2%)
(0.08/0.23/0.00/0.02)	

CMYK percentages

%8
%23.2
%0
%1.96

Codes

Color #E6C0FA in popluar color models

E6C0FA
RGB230192250
HSL279°85.29%86.67%
HSB/HSV279°23.20%98.04%
CMYK8.00%23.20%0.00%
1.96%

Color #E6C0FA in popluar number systems.

HEXE6C0FA
Decimal230192250
Binary111001101100000011111010
Octal346300372

Shades and tints

Shades of #E6C0FA

#E6C0FA
(230,192,250)
#D2AFE4
(210,175,228)
#BE9ECE
(190,158,206)
#AA8DB8
(170,141,184)
#967CA2
(150,124,162)
#826B8C
(130,107,140)
#6E5A76
(110,90,118)
#5A4960
(90,73,96)
#46384A
(70,56,74)
#322734
(50,39,52)
#1E161E
(30,22,30)
#000000
(0,0,0)

Tints of #E6C0FA

#E6C0FA
(230,192,250)
#E8C5FA
(232,197,250)
#EACAFA
(234,202,250)
#ECCFFA
(236,207,250)
#EED4FA
(238,212,250)
#F0D9FA
(240,217,250)
#F2DEFA
(242,222,250)
#F4E3FA
(244,227,250)
#F6E8FA
(246,232,250)
#F8EDFA
(248,237,250)
#FAF2FA
(250,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6C0FA color. Also use rgb(230,192,250) instead hex code.

Text Font Color

.myTextColor { color: #E6C0FA; }

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

This text font color is #E6C0FA.


Background Color

.myBgColor { background-color: #E6C0FA; }

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

This div background color is #E6C0FA.


Border color

.myBorderColor { border: 1px solid #E6C0FA; }

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

This div border color is #E6C0FA.


Opacity

.myOpacity80 { color: #E6C0FA; opacity: 0.8; }

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

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

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

This text has shadow with #E6C0FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6C0FA on black background.


Color preview on white background

This text has color #E6C0FA on white background.



Black color preview on #E6C0FA background

This text has black color on #E6C0FA background.


White color preview on #E6C0FA background

This text has white color on #E6C0FA background.