COLOR #E1C4DB

HEX: #E1C4DB
RGB: (225,196,219)

Color info

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

RGB color model

#E1C4DB color RGB value is (225,196,219).

  • red value is 225;
  • green value is 196;
  • blue value is 219.
RGB:
(225,196,219)
(88%,77%,86%)

RGB channels and saturation

R 225 of 255 = 88%
G 196 of 255 = 77%
B 219 of 255 = 86%

225
196
219

R + G + B ~ 84%. #E1C4DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 196 + 219 = 640 (100%)
R 225 of 640 ~ 35.16%
G 196 of 640 ~ 30.63%
B 219 of 640 ~ 34.22%

%35.16
%30.63
%34.22

CMYK color model

#E1C4DB color CMYK value is (0,13,3,12).

  • cyan value is 0.00%
  • magenta value is 12.89%
  • yellow value is 2.67%
  • key color value is 11.76%
CMYK:
(0,13,3,12)
C0M13Y3K12 
(0%,13%,3%,12%)
(0.00/0.13/0.03/0.12)	

CMYK percentages

%0
%12.89
%2.67
%11.76

Codes

Color #E1C4DB in popluar color models

E1C4DB
RGB225196219
HSL312°32.58%82.55%
HSB/HSV312°12.89%88.24%
CMYK0.00%12.89%2.67%
11.76%

Color #E1C4DB in popluar number systems.

HEXE1C4DB
Decimal225196219
Binary111000011100010011011011
Octal341304333

Shades and tints

Shades of #E1C4DB

#E1C4DB
(225,196,219)
#CDB3C8
(205,179,200)
#B9A2B5
(185,162,181)
#A591A2
(165,145,162)
#91808F
(145,128,143)
#7D6F7C
(125,111,124)
#695E69
(105,94,105)
#554D56
(85,77,86)
#413C43
(65,60,67)
#2D2B30
(45,43,48)
#191A1D
(25,26,29)
#000000
(0,0,0)

Tints of #E1C4DB

#E1C4DB
(225,196,219)
#E3C9DE
(227,201,222)
#E5CEE1
(229,206,225)
#E7D3E4
(231,211,228)
#E9D8E7
(233,216,231)
#EBDDEA
(235,221,234)
#EDE2ED
(237,226,237)
#EFE7F0
(239,231,240)
#F1ECF3
(241,236,243)
#F3F1F6
(243,241,246)
#F5F6F9
(245,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1C4DB color. Also use rgb(225,196,219) instead hex code.

Text Font Color

.myTextColor { color: #E1C4DB; }

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

This text font color is #E1C4DB.


Background Color

.myBgColor { background-color: #E1C4DB; }

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

This div background color is #E1C4DB.


Border color

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

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

This div border color is #E1C4DB.


Opacity

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

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

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

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

This text has shadow with #E1C4DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1C4DB on black background.


Color preview on white background

This text has color #E1C4DB on white background.



Black color preview on #E1C4DB background

This text has black color on #E1C4DB background.


White color preview on #E1C4DB background

This text has white color on #E1C4DB background.