COLOR #E5DADC

HEX: #E5DADC
RGB: (229,218,220)

Color info

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

RGB color model

#E5DADC color RGB value is (229,218,220).

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

RGB channels and saturation

R 229 of 255 = 90%
G 218 of 255 = 85%
B 220 of 255 = 86%

229
218
220

R + G + B ~ 87%. #E5DADC is light color.

Portions of RGB colors in percentages

R + G + B =
229 + 218 + 220 = 667 (100%)
R 229 of 667 ~ 34.33%
G 218 of 667 ~ 32.68%
B 220 of 667 ~ 32.98%

%34.33
%32.68
%32.98

CMYK color model

#E5DADC color CMYK value is (0,5,4,10).

  • cyan value is 0.00%
  • magenta value is 4.80%
  • yellow value is 3.93%
  • key color value is 10.20%
CMYK:
(0,5,4,10)
C0M5Y4K10 
(0%,5%,4%,10%)
(0.00/0.05/0.04/0.10)	

CMYK percentages

%0
%4.8
%3.93
%10.2

Codes

Color #E5DADC in popluar color models

E5DADC
RGB229218220
HSL349°17.46%87.65%
HSB/HSV349°4.80%89.80%
CMYK0.00%4.80%3.93%
10.20%

Color #E5DADC in popluar number systems.

HEXE5DADC
Decimal229218220
Binary111001011101101011011100
Octal345332334

Shades and tints

Shades of #E5DADC

#E5DADC
(229,218,220)
#D1C7C8
(209,199,200)
#BDB4B4
(189,180,180)
#A9A1A0
(169,161,160)
#958E8C
(149,142,140)
#817B78
(129,123,120)
#6D6864
(109,104,100)
#595550
(89,85,80)
#45423C
(69,66,60)
#312F28
(49,47,40)
#1D1C14
(29,28,20)
#000000
(0,0,0)

Tints of #E5DADC

#E5DADC
(229,218,220)
#E7DDDF
(231,221,223)
#E9E0E2
(233,224,226)
#EBE3E5
(235,227,229)
#EDE6E8
(237,230,232)
#EFE9EB
(239,233,235)
#F1ECEE
(241,236,238)
#F3EFF1
(243,239,241)
#F5F2F4
(245,242,244)
#F7F5F7
(247,245,247)
#F9F8FA
(249,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5DADC; }

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

This text font color is #E5DADC.


Background Color

.myBgColor { background-color: #E5DADC; }

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

This div background color is #E5DADC.


Border color

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

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

This div border color is #E5DADC.


Opacity

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

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

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

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

This text has shadow with #E5DADC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5DADC on black background.


Color preview on white background

This text has color #E5DADC on white background.



Black color preview on #E5DADC background

This text has black color on #E5DADC background.


White color preview on #E5DADC background

This text has white color on #E5DADC background.