COLOR #E1C8ED

HEX: #E1C8ED
RGB: (225,200,237)

Color info

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

RGB color model

#E1C8ED color RGB value is (225,200,237).

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

RGB channels and saturation

R 225 of 255 = 88%
G 200 of 255 = 78%
B 237 of 255 = 93%

225
200
237

R + G + B ~ 86%. #E1C8ED is light color.

Portions of RGB colors in percentages

R + G + B =
225 + 200 + 237 = 662 (100%)
R 225 of 662 ~ 33.99%
G 200 of 662 ~ 30.21%
B 237 of 662 ~ 35.8%

%33.99
%30.21
%35.8

CMYK color model

#E1C8ED color CMYK value is (5,16,0,7).

  • cyan value is 5.06%
  • magenta value is 15.61%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(5,16,0,7)
C5M16Y0K7 
(5%,16%,0%,7%)
(0.05/0.16/0.00/0.07)	

CMYK percentages

%5.06
%15.61
%0
%7.06

Codes

Color #E1C8ED in popluar color models

E1C8ED
RGB225200237
HSL281°50.68%85.69%
HSB/HSV281°15.61%92.94%
CMYK5.06%15.61%0.00%
7.06%

Color #E1C8ED in popluar number systems.

HEXE1C8ED
Decimal225200237
Binary111000011100100011101101
Octal341310355

Shades and tints

Shades of #E1C8ED

#E1C8ED
(225,200,237)
#CDB6D8
(205,182,216)
#B9A4C3
(185,164,195)
#A592AE
(165,146,174)
#918099
(145,128,153)
#7D6E84
(125,110,132)
#695C6F
(105,92,111)
#554A5A
(85,74,90)
#413845
(65,56,69)
#2D2630
(45,38,48)
#19141B
(25,20,27)
#000000
(0,0,0)

Tints of #E1C8ED

#E1C8ED
(225,200,237)
#E3CDEE
(227,205,238)
#E5D2EF
(229,210,239)
#E7D7F0
(231,215,240)
#E9DCF1
(233,220,241)
#EBE1F2
(235,225,242)
#EDE6F3
(237,230,243)
#EFEBF4
(239,235,244)
#F1F0F5
(241,240,245)
#F3F5F6
(243,245,246)
#F5FAF7
(245,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1C8ED; }

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

This text font color is #E1C8ED.


Background Color

.myBgColor { background-color: #E1C8ED; }

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

This div background color is #E1C8ED.


Border color

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

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

This div border color is #E1C8ED.


Opacity

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

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

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

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

This text has shadow with #E1C8ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1C8ED on black background.


Color preview on white background

This text has color #E1C8ED on white background.



Black color preview on #E1C8ED background

This text has black color on #E1C8ED background.


White color preview on #E1C8ED background

This text has white color on #E1C8ED background.