COLOR #E1C0EB

HEX: #E1C0EB
RGB: (225,192,235)

Color info

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

RGB color model

#E1C0EB color RGB value is (225,192,235).

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

RGB channels and saturation

R 225 of 255 = 88%
G 192 of 255 = 75%
B 235 of 255 = 92%

225
192
235

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

Portions of RGB colors in percentages

R + G + B =
225 + 192 + 235 = 652 (100%)
R 225 of 652 ~ 34.51%
G 192 of 652 ~ 29.45%
B 235 of 652 ~ 36.04%

%34.51
%29.45
%36.04

CMYK color model

#E1C0EB color CMYK value is (4,18,0,8).

  • cyan value is 4.26%
  • magenta value is 18.30%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(4,18,0,8)
C4M18Y0K8 
(4%,18%,0%,8%)
(0.04/0.18/0.00/0.08)	

CMYK percentages

%4.26
%18.3
%0
%7.84

Codes

Color #E1C0EB in popluar color models

E1C0EB
RGB225192235
HSL286°51.81%83.73%
HSB/HSV286°18.30%92.16%
CMYK4.26%18.30%0.00%
7.84%

Color #E1C0EB in popluar number systems.

HEXE1C0EB
Decimal225192235
Binary111000011100000011101011
Octal341300353

Shades and tints

Shades of #E1C0EB

#E1C0EB
(225,192,235)
#CDAFD6
(205,175,214)
#B99EC1
(185,158,193)
#A58DAC
(165,141,172)
#917C97
(145,124,151)
#7D6B82
(125,107,130)
#695A6D
(105,90,109)
#554958
(85,73,88)
#413843
(65,56,67)
#2D272E
(45,39,46)
#191619
(25,22,25)
#000000
(0,0,0)

Tints of #E1C0EB

#E1C0EB
(225,192,235)
#E3C5EC
(227,197,236)
#E5CAED
(229,202,237)
#E7CFEE
(231,207,238)
#E9D4EF
(233,212,239)
#EBD9F0
(235,217,240)
#EDDEF1
(237,222,241)
#EFE3F2
(239,227,242)
#F1E8F3
(241,232,243)
#F3EDF4
(243,237,244)
#F5F2F5
(245,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1C0EB; }

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

This text font color is #E1C0EB.


Background Color

.myBgColor { background-color: #E1C0EB; }

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

This div background color is #E1C0EB.


Border color

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

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

This div border color is #E1C0EB.


Opacity

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

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

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

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

This text has shadow with #E1C0EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1C0EB on black background.


Color preview on white background

This text has color #E1C0EB on white background.



Black color preview on #E1C0EB background

This text has black color on #E1C0EB background.


White color preview on #E1C0EB background

This text has white color on #E1C0EB background.