COLOR #E6E0FA

HEX: #E6E0FA
RGB: (230,224,250)

Color info

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

RGB color model

#E6E0FA color RGB value is (230,224,250).

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

RGB channels and saturation

R 230 of 255 = 90%
G 224 of 255 = 88%
B 250 of 255 = 98%

230
224
250

R + G + B ~ 92%. #E6E0FA is light color.

Portions of RGB colors in percentages

R + G + B =
230 + 224 + 250 = 704 (100%)
R 230 of 704 ~ 32.67%
G 224 of 704 ~ 31.82%
B 250 of 704 ~ 35.51%

%32.67
%31.82
%35.51

CMYK color model

#E6E0FA color CMYK value is (8,10,0,2).

  • cyan value is 8.00%
  • magenta value is 10.40%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(8,10,0,2)
C8M10Y0K2 
(8%,10%,0%,2%)
(0.08/0.10/0.00/0.02)	

CMYK percentages

%8
%10.4
%0
%1.96

Codes

Color #E6E0FA in popluar color models

E6E0FA
RGB230224250
HSL254°72.22%92.94%
HSB/HSV254°10.40%98.04%
CMYK8.00%10.40%0.00%
1.96%

Color #E6E0FA in popluar number systems.

HEXE6E0FA
Decimal230224250
Binary111001101110000011111010
Octal346340372

Shades and tints

Shades of #E6E0FA

#E6E0FA
(230,224,250)
#D2CCE4
(210,204,228)
#BEB8CE
(190,184,206)
#AAA4B8
(170,164,184)
#9690A2
(150,144,162)
#827C8C
(130,124,140)
#6E6876
(110,104,118)
#5A5460
(90,84,96)
#46404A
(70,64,74)
#322C34
(50,44,52)
#1E181E
(30,24,30)
#000000
(0,0,0)

Tints of #E6E0FA

#E6E0FA
(230,224,250)
#E8E2FA
(232,226,250)
#EAE4FA
(234,228,250)
#ECE6FA
(236,230,250)
#EEE8FA
(238,232,250)
#F0EAFA
(240,234,250)
#F2ECFA
(242,236,250)
#F4EEFA
(244,238,250)
#F6F0FA
(246,240,250)
#F8F2FA
(248,242,250)
#FAF4FA
(250,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6E0FA; }

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

This text font color is #E6E0FA.


Background Color

.myBgColor { background-color: #E6E0FA; }

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

This div background color is #E6E0FA.


Border color

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

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

This div border color is #E6E0FA.


Opacity

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

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

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

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

This text has shadow with #E6E0FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6E0FA on black background.


Color preview on white background

This text has color #E6E0FA on white background.



Black color preview on #E6E0FA background

This text has black color on #E6E0FA background.


White color preview on #E6E0FA background

This text has white color on #E6E0FA background.