COLOR #E1C6EF

HEX: #E1C6EF
RGB: (225,198,239)

Color info

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

RGB color model

#E1C6EF color RGB value is (225,198,239).

  • red value is 225;
  • green value is 198;
  • blue value is 239.
RGB:
(225,198,239)
(88%,78%,94%)

RGB channels and saturation

R 225 of 255 = 88%
G 198 of 255 = 78%
B 239 of 255 = 94%

225
198
239

R + G + B ~ 87%. #E1C6EF is light color.

Portions of RGB colors in percentages

R + G + B =
225 + 198 + 239 = 662 (100%)
R 225 of 662 ~ 33.99%
G 198 of 662 ~ 29.91%
B 239 of 662 ~ 36.1%

%33.99
%29.91
%36.1

CMYK color model

#E1C6EF color CMYK value is (6,17,0,6).

  • cyan value is 5.86%
  • magenta value is 17.15%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(6,17,0,6)
C6M17Y0K6 
(6%,17%,0%,6%)
(0.06/0.17/0.00/0.06)	

CMYK percentages

%5.86
%17.15
%0
%6.27

Codes

Color #E1C6EF in popluar color models

E1C6EF
RGB225198239
HSL280°56.16%85.69%
HSB/HSV280°17.15%93.73%
CMYK5.86%17.15%0.00%
6.27%

Color #E1C6EF in popluar number systems.

HEXE1C6EF
Decimal225198239
Binary111000011100011011101111
Octal341306357

Shades and tints

Shades of #E1C6EF

#E1C6EF
(225,198,239)
#CDB4DA
(205,180,218)
#B9A2C5
(185,162,197)
#A590B0
(165,144,176)
#917E9B
(145,126,155)
#7D6C86
(125,108,134)
#695A71
(105,90,113)
#55485C
(85,72,92)
#413647
(65,54,71)
#2D2432
(45,36,50)
#19121D
(25,18,29)
#000000
(0,0,0)

Tints of #E1C6EF

#E1C6EF
(225,198,239)
#E3CBF0
(227,203,240)
#E5D0F1
(229,208,241)
#E7D5F2
(231,213,242)
#E9DAF3
(233,218,243)
#EBDFF4
(235,223,244)
#EDE4F5
(237,228,245)
#EFE9F6
(239,233,246)
#F1EEF7
(241,238,247)
#F3F3F8
(243,243,248)
#F5F8F9
(245,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1C6EF color. Also use rgb(225,198,239) instead hex code.

Text Font Color

.myTextColor { color: #E1C6EF; }

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

This text font color is #E1C6EF.


Background Color

.myBgColor { background-color: #E1C6EF; }

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

This div background color is #E1C6EF.


Border color

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

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

This div border color is #E1C6EF.


Opacity

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

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

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

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

This text has shadow with #E1C6EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1C6EF on black background.


Color preview on white background

This text has color #E1C6EF on white background.



Black color preview on #E1C6EF background

This text has black color on #E1C6EF background.


White color preview on #E1C6EF background

This text has white color on #E1C6EF background.