COLOR #E1C8F7

HEX: #E1C8F7
RGB: (225,200,247)

Color info

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

RGB color model

#E1C8F7 color RGB value is (225,200,247).

  • red value is 225;
  • green value is 200;
  • blue value is 247.
RGB:
(225,200,247)
(88%,78%,97%)

RGB channels and saturation

R 225 of 255 = 88%
G 200 of 255 = 78%
B 247 of 255 = 97%

225
200
247

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

Portions of RGB colors in percentages

R + G + B =
225 + 200 + 247 = 672 (100%)
R 225 of 672 ~ 33.48%
G 200 of 672 ~ 29.76%
B 247 of 672 ~ 36.76%

%33.48
%29.76
%36.76

CMYK color model

#E1C8F7 color CMYK value is (9,19,0,3).

  • cyan value is 8.91%
  • magenta value is 19.03%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(9,19,0,3)
C9M19Y0K3 
(9%,19%,0%,3%)
(0.09/0.19/0.00/0.03)	

CMYK percentages

%8.91
%19.03
%0
%3.14

Codes

Color #E1C8F7 in popluar color models

E1C8F7
RGB225200247
HSL272°74.60%87.65%
HSB/HSV272°19.03%96.86%
CMYK8.91%19.03%0.00%
3.14%

Color #E1C8F7 in popluar number systems.

HEXE1C8F7
Decimal225200247
Binary111000011100100011110111
Octal341310367

Shades and tints

Shades of #E1C8F7

#E1C8F7
(225,200,247)
#CDB6E1
(205,182,225)
#B9A4CB
(185,164,203)
#A592B5
(165,146,181)
#91809F
(145,128,159)
#7D6E89
(125,110,137)
#695C73
(105,92,115)
#554A5D
(85,74,93)
#413847
(65,56,71)
#2D2631
(45,38,49)
#19141B
(25,20,27)
#000000
(0,0,0)

Tints of #E1C8F7

#E1C8F7
(225,200,247)
#E3CDF7
(227,205,247)
#E5D2F7
(229,210,247)
#E7D7F7
(231,215,247)
#E9DCF7
(233,220,247)
#EBE1F7
(235,225,247)
#EDE6F7
(237,230,247)
#EFEBF7
(239,235,247)
#F1F0F7
(241,240,247)
#F3F5F7
(243,245,247)
#F5FAF7
(245,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1C8F7 color. Also use rgb(225,200,247) instead hex code.

Text Font Color

.myTextColor { color: #E1C8F7; }

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

This text font color is #E1C8F7.


Background Color

.myBgColor { background-color: #E1C8F7; }

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

This div background color is #E1C8F7.


Border color

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

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

This div border color is #E1C8F7.


Opacity

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

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

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

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

This text has shadow with #E1C8F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1C8F7 on black background.


Color preview on white background

This text has color #E1C8F7 on white background.



Black color preview on #E1C8F7 background

This text has black color on #E1C8F7 background.


White color preview on #E1C8F7 background

This text has white color on #E1C8F7 background.