COLOR #E1DADC

HEX: #E1DADC
RGB: (225,218,220)

Color info

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

RGB color model

#E1DADC color RGB value is (225,218,220).

  • red value is 225;
  • green value is 218;
  • blue value is 220.
RGB:
(225,218,220)
(88%,85%,86%)

RGB channels and saturation

R 225 of 255 = 88%
G 218 of 255 = 85%
B 220 of 255 = 86%

225
218
220

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

Portions of RGB colors in percentages

R + G + B =
225 + 218 + 220 = 663 (100%)
R 225 of 663 ~ 33.94%
G 218 of 663 ~ 32.88%
B 220 of 663 ~ 33.18%

%33.94
%32.88
%33.18

CMYK color model

#E1DADC color CMYK value is (0,3,2,12).

  • cyan value is 0.00%
  • magenta value is 3.11%
  • yellow value is 2.22%
  • key color value is 11.76%
CMYK:
(0,3,2,12)
C0M3Y2K12 
(0%,3%,2%,12%)
(0.00/0.03/0.02/0.12)	

CMYK percentages

%0
%3.11
%2.22
%11.76

Codes

Color #E1DADC in popluar color models

E1DADC
RGB225218220
HSL343°10.45%86.86%
HSB/HSV343°3.11%88.24%
CMYK0.00%3.11%2.22%
11.76%

Color #E1DADC in popluar number systems.

HEXE1DADC
Decimal225218220
Binary111000011101101011011100
Octal341332334

Shades and tints

Shades of #E1DADC

#E1DADC
(225,218,220)
#CDC7C8
(205,199,200)
#B9B4B4
(185,180,180)
#A5A1A0
(165,161,160)
#918E8C
(145,142,140)
#7D7B78
(125,123,120)
#696864
(105,104,100)
#555550
(85,85,80)
#41423C
(65,66,60)
#2D2F28
(45,47,40)
#191C14
(25,28,20)
#000000
(0,0,0)

Tints of #E1DADC

#E1DADC
(225,218,220)
#E3DDDF
(227,221,223)
#E5E0E2
(229,224,226)
#E7E3E5
(231,227,229)
#E9E6E8
(233,230,232)
#EBE9EB
(235,233,235)
#EDECEE
(237,236,238)
#EFEFF1
(239,239,241)
#F1F2F4
(241,242,244)
#F3F5F7
(243,245,247)
#F5F8FA
(245,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1DADC color. Also use rgb(225,218,220) instead hex code.

Text Font Color

.myTextColor { color: #E1DADC; }

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

This text font color is #E1DADC.


Background Color

.myBgColor { background-color: #E1DADC; }

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

This div background color is #E1DADC.


Border color

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

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

This div border color is #E1DADC.


Opacity

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

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

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

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

This text has shadow with #E1DADC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1DADC on black background.


Color preview on white background

This text has color #E1DADC on white background.



Black color preview on #E1DADC background

This text has black color on #E1DADC background.


White color preview on #E1DADC background

This text has white color on #E1DADC background.