COLOR #E1C3EC

HEX: #E1C3EC
RGB: (225,195,236)

Color info

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

RGB color model

#E1C3EC color RGB value is (225,195,236).

  • red value is 225;
  • green value is 195;
  • blue value is 236.
RGB:
(225,195,236)
(88%,76%,93%)

RGB channels and saturation

R 225 of 255 = 88%
G 195 of 255 = 76%
B 236 of 255 = 93%

225
195
236

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

Portions of RGB colors in percentages

R + G + B =
225 + 195 + 236 = 656 (100%)
R 225 of 656 ~ 34.3%
G 195 of 656 ~ 29.73%
B 236 of 656 ~ 35.98%

%34.3
%29.73
%35.98

CMYK color model

#E1C3EC color CMYK value is (5,17,0,7).

  • cyan value is 4.66%
  • magenta value is 17.37%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(5,17,0,7)
C5M17Y0K7 
(5%,17%,0%,7%)
(0.05/0.17/0.00/0.07)	

CMYK percentages

%4.66
%17.37
%0
%7.45

Codes

Color #E1C3EC in popluar color models

E1C3EC
RGB225195236
HSL284°51.90%84.51%
HSB/HSV284°17.37%92.55%
CMYK4.66%17.37%0.00%
7.45%

Color #E1C3EC in popluar number systems.

HEXE1C3EC
Decimal225195236
Binary111000011100001111101100
Octal341303354

Shades and tints

Shades of #E1C3EC

#E1C3EC
(225,195,236)
#CDB2D7
(205,178,215)
#B9A1C2
(185,161,194)
#A590AD
(165,144,173)
#917F98
(145,127,152)
#7D6E83
(125,110,131)
#695D6E
(105,93,110)
#554C59
(85,76,89)
#413B44
(65,59,68)
#2D2A2F
(45,42,47)
#19191A
(25,25,26)
#000000
(0,0,0)

Tints of #E1C3EC

#E1C3EC
(225,195,236)
#E3C8ED
(227,200,237)
#E5CDEE
(229,205,238)
#E7D2EF
(231,210,239)
#E9D7F0
(233,215,240)
#EBDCF1
(235,220,241)
#EDE1F2
(237,225,242)
#EFE6F3
(239,230,243)
#F1EBF4
(241,235,244)
#F3F0F5
(243,240,245)
#F5F5F6
(245,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1C3EC color. Also use rgb(225,195,236) instead hex code.

Text Font Color

.myTextColor { color: #E1C3EC; }

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

This text font color is #E1C3EC.


Background Color

.myBgColor { background-color: #E1C3EC; }

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

This div background color is #E1C3EC.


Border color

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

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

This div border color is #E1C3EC.


Opacity

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

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

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

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

This text has shadow with #E1C3EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1C3EC on black background.


Color preview on white background

This text has color #E1C3EC on white background.



Black color preview on #E1C3EC background

This text has black color on #E1C3EC background.


White color preview on #E1C3EC background

This text has white color on #E1C3EC background.