COLOR #E1C3EB

HEX: #E1C3EB
RGB: (225,195,235)

Color info

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

RGB color model

#E1C3EB color RGB value is (225,195,235).

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

RGB channels and saturation

R 225 of 255 = 88%
G 195 of 255 = 76%
B 235 of 255 = 92%

225
195
235

R + G + B ~ 85%. #E1C3EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 195 + 235 = 655 (100%)
R 225 of 655 ~ 34.35%
G 195 of 655 ~ 29.77%
B 235 of 655 ~ 35.88%

%34.35
%29.77
%35.88

CMYK color model

#E1C3EB color CMYK value is (4,17,0,8).

  • cyan value is 4.26%
  • magenta value is 17.02%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(4,17,0,8)
C4M17Y0K8 
(4%,17%,0%,8%)
(0.04/0.17/0.00/0.08)	

CMYK percentages

%4.26
%17.02
%0
%7.84

Codes

Color #E1C3EB in popluar color models

E1C3EB
RGB225195235
HSL285°50.00%84.31%
HSB/HSV285°17.02%92.16%
CMYK4.26%17.02%0.00%
7.84%

Color #E1C3EB in popluar number systems.

HEXE1C3EB
Decimal225195235
Binary111000011100001111101011
Octal341303353

Shades and tints

Shades of #E1C3EB

#E1C3EB
(225,195,235)
#CDB2D6
(205,178,214)
#B9A1C1
(185,161,193)
#A590AC
(165,144,172)
#917F97
(145,127,151)
#7D6E82
(125,110,130)
#695D6D
(105,93,109)
#554C58
(85,76,88)
#413B43
(65,59,67)
#2D2A2E
(45,42,46)
#191919
(25,25,25)
#000000
(0,0,0)

Tints of #E1C3EB

#E1C3EB
(225,195,235)
#E3C8EC
(227,200,236)
#E5CDED
(229,205,237)
#E7D2EE
(231,210,238)
#E9D7EF
(233,215,239)
#EBDCF0
(235,220,240)
#EDE1F1
(237,225,241)
#EFE6F2
(239,230,242)
#F1EBF3
(241,235,243)
#F3F0F4
(243,240,244)
#F5F5F5
(245,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1C3EB; }

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

This text font color is #E1C3EB.


Background Color

.myBgColor { background-color: #E1C3EB; }

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

This div background color is #E1C3EB.


Border color

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

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

This div border color is #E1C3EB.


Opacity

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

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

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

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

This text has shadow with #E1C3EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1C3EB on black background.


Color preview on white background

This text has color #E1C3EB on white background.



Black color preview on #E1C3EB background

This text has black color on #E1C3EB background.


White color preview on #E1C3EB background

This text has white color on #E1C3EB background.