COLOR #E1CBE4

HEX: #E1CBE4
RGB: (225,203,228)

Color info

#E1CBE4 contains red, green and blue colors in about the same proportion. Web safe color of #E1CBE4 is #CCCCCC (or #CCC).

RGB color model

#E1CBE4 color RGB value is (225,203,228).

  • red value is 225;
  • green value is 203;
  • blue value is 228.
RGB:
(225,203,228)
(88%,80%,89%)

RGB channels and saturation

R 225 of 255 = 88%
G 203 of 255 = 80%
B 228 of 255 = 89%

225
203
228

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

Portions of RGB colors in percentages

R + G + B =
225 + 203 + 228 = 656 (100%)
R 225 of 656 ~ 34.3%
G 203 of 656 ~ 30.95%
B 228 of 656 ~ 34.76%

%34.3
%30.95
%34.76

CMYK color model

#E1CBE4 color CMYK value is (1,11,0,11).

  • cyan value is 1.32%
  • magenta value is 10.96%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(1,11,0,11)
C1M11Y0K11 
(1%,11%,0%,11%)
(0.01/0.11/0.00/0.11)	

CMYK percentages

%1.32
%10.96
%0
%10.59

Codes

Color #E1CBE4 in popluar color models

E1CBE4
RGB225203228
HSL293°31.65%84.51%
HSB/HSV293°10.96%89.41%
CMYK1.32%10.96%0.00%
10.59%

Color #E1CBE4 in popluar number systems.

HEXE1CBE4
Decimal225203228
Binary111000011100101111100100
Octal341313344

Shades and tints

Shades of #E1CBE4

#E1CBE4
(225,203,228)
#CDB9D0
(205,185,208)
#B9A7BC
(185,167,188)
#A595A8
(165,149,168)
#918394
(145,131,148)
#7D7180
(125,113,128)
#695F6C
(105,95,108)
#554D58
(85,77,88)
#413B44
(65,59,68)
#2D2930
(45,41,48)
#19171C
(25,23,28)
#000000
(0,0,0)

Tints of #E1CBE4

#E1CBE4
(225,203,228)
#E3CFE6
(227,207,230)
#E5D3E8
(229,211,232)
#E7D7EA
(231,215,234)
#E9DBEC
(233,219,236)
#EBDFEE
(235,223,238)
#EDE3F0
(237,227,240)
#EFE7F2
(239,231,242)
#F1EBF4
(241,235,244)
#F3EFF6
(243,239,246)
#F5F3F8
(245,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1CBE4 color. Also use rgb(225,203,228) instead hex code.

Text Font Color

.myTextColor { color: #E1CBE4; }

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

This text font color is #E1CBE4.


Background Color

.myBgColor { background-color: #E1CBE4; }

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

This div background color is #E1CBE4.


Border color

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

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

This div border color is #E1CBE4.


Opacity

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

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

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

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

This text has shadow with #E1CBE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1CBE4 on black background.


Color preview on white background

This text has color #E1CBE4 on white background.



Black color preview on #E1CBE4 background

This text has black color on #E1CBE4 background.


White color preview on #E1CBE4 background

This text has white color on #E1CBE4 background.