COLOR #E0C6FA

HEX: #E0C6FA
RGB: (224,198,250)

Color info

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

RGB color model

#E0C6FA color RGB value is (224,198,250).

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

RGB channels and saturation

R 224 of 255 = 88%
G 198 of 255 = 78%
B 250 of 255 = 98%

224
198
250

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

Portions of RGB colors in percentages

R + G + B =
224 + 198 + 250 = 672 (100%)
R 224 of 672 ~ 33.33%
G 198 of 672 ~ 29.46%
B 250 of 672 ~ 37.2%

%33.33
%29.46
%37.2

CMYK color model

#E0C6FA color CMYK value is (10,21,0,2).

  • cyan value is 10.40%
  • magenta value is 20.80%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(10,21,0,2)
C10M21Y0K2 
(10%,21%,0%,2%)
(0.10/0.21/0.00/0.02)	

CMYK percentages

%10.4
%20.8
%0
%1.96

Codes

Color #E0C6FA in popluar color models

E0C6FA
RGB224198250
HSL270°83.87%87.84%
HSB/HSV270°20.80%98.04%
CMYK10.40%20.80%0.00%
1.96%

Color #E0C6FA in popluar number systems.

HEXE0C6FA
Decimal224198250
Binary111000001100011011111010
Octal340306372

Shades and tints

Shades of #E0C6FA

#E0C6FA
(224,198,250)
#CCB4E4
(204,180,228)
#B8A2CE
(184,162,206)
#A490B8
(164,144,184)
#907EA2
(144,126,162)
#7C6C8C
(124,108,140)
#685A76
(104,90,118)
#544860
(84,72,96)
#40364A
(64,54,74)
#2C2434
(44,36,52)
#18121E
(24,18,30)
#000000
(0,0,0)

Tints of #E0C6FA

#E0C6FA
(224,198,250)
#E2CBFA
(226,203,250)
#E4D0FA
(228,208,250)
#E6D5FA
(230,213,250)
#E8DAFA
(232,218,250)
#EADFFA
(234,223,250)
#ECE4FA
(236,228,250)
#EEE9FA
(238,233,250)
#F0EEFA
(240,238,250)
#F2F3FA
(242,243,250)
#F4F8FA
(244,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0C6FA; }

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

This text font color is #E0C6FA.


Background Color

.myBgColor { background-color: #E0C6FA; }

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

This div background color is #E0C6FA.


Border color

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

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

This div border color is #E0C6FA.


Opacity

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

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

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

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

This text has shadow with #E0C6FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0C6FA on black background.


Color preview on white background

This text has color #E0C6FA on white background.



Black color preview on #E0C6FA background

This text has black color on #E0C6FA background.


White color preview on #E0C6FA background

This text has white color on #E0C6FA background.