COLOR #E1C0DB

HEX: #E1C0DB
RGB: (225,192,219)

Color info

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

RGB color model

#E1C0DB color RGB value is (225,192,219).

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

RGB channels and saturation

R 225 of 255 = 88%
G 192 of 255 = 75%
B 219 of 255 = 86%

225
192
219

R + G + B ~ 83%. #E1C0DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 192 + 219 = 636 (100%)
R 225 of 636 ~ 35.38%
G 192 of 636 ~ 30.19%
B 219 of 636 ~ 34.43%

%35.38
%30.19
%34.43

CMYK color model

#E1C0DB color CMYK value is (0,15,3,12).

  • cyan value is 0.00%
  • magenta value is 14.67%
  • yellow value is 2.67%
  • key color value is 11.76%
CMYK:
(0,15,3,12)
C0M15Y3K12 
(0%,15%,3%,12%)
(0.00/0.15/0.03/0.12)	

CMYK percentages

%0
%14.67
%2.67
%11.76

Codes

Color #E1C0DB in popluar color models

E1C0DB
RGB225192219
HSL311°35.48%81.76%
HSB/HSV311°14.67%88.24%
CMYK0.00%14.67%2.67%
11.76%

Color #E1C0DB in popluar number systems.

HEXE1C0DB
Decimal225192219
Binary111000011100000011011011
Octal341300333

Shades and tints

Shades of #E1C0DB

#E1C0DB
(225,192,219)
#CDAFC8
(205,175,200)
#B99EB5
(185,158,181)
#A58DA2
(165,141,162)
#917C8F
(145,124,143)
#7D6B7C
(125,107,124)
#695A69
(105,90,105)
#554956
(85,73,86)
#413843
(65,56,67)
#2D2730
(45,39,48)
#19161D
(25,22,29)
#000000
(0,0,0)

Tints of #E1C0DB

#E1C0DB
(225,192,219)
#E3C5DE
(227,197,222)
#E5CAE1
(229,202,225)
#E7CFE4
(231,207,228)
#E9D4E7
(233,212,231)
#EBD9EA
(235,217,234)
#EDDEED
(237,222,237)
#EFE3F0
(239,227,240)
#F1E8F3
(241,232,243)
#F3EDF6
(243,237,246)
#F5F2F9
(245,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1C0DB; }

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

This text font color is #E1C0DB.


Background Color

.myBgColor { background-color: #E1C0DB; }

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

This div background color is #E1C0DB.


Border color

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

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

This div border color is #E1C0DB.


Opacity

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

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

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

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

This text has shadow with #E1C0DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1C0DB on black background.


Color preview on white background

This text has color #E1C0DB on white background.



Black color preview on #E1C0DB background

This text has black color on #E1C0DB background.


White color preview on #E1C0DB background

This text has white color on #E1C0DB background.