COLOR #E5D3E0

HEX: #E5D3E0
RGB: (229,211,224)

Color info

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

RGB color model

#E5D3E0 color RGB value is (229,211,224).

  • red value is 229;
  • green value is 211;
  • blue value is 224.
RGB: (229,211,224) (90%,83%,88%)

RGB channels and saturation

R 229 of 255 = 90%
G 211 of 255 = 83%
B 224 of 255 = 88%

229
211
224

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

Portions of RGB colors in percentages

R + G + B =
229 + 211 + 224 = 664 (100%)
R 229 of 664 ~ 34.49%
G 211 of 664 ~ 31.78%
B 224 of 664 ~ 33.73%

%34.49
%31.78
%33.73

CMYK color model

#E5D3E0 color CMYK value is (0,8,2,10).

  • cyan value is 0.00%
  • magenta value is 7.86%
  • yellow value is 2.18%
  • key color value is 10.20%
CMYK: (0,8,2,10) C0M8Y2K10 (0%,8%,2%,10%) (0.00/0.08/0.02/0.10)

CMYK percentages

%0
%7.86
%2.18
%10.2

Codes

Color #E5D3E0 in popluar color models

E5D3E0
RGB229211224
HSL317°25.71%86.27%
HSB/HSV317°7.86%89.80%
CMYK0.00%7.86%2.18%
10.20%

Color #E5D3E0 in popluar number systems.

HEXE5D3E0
Decimal229211224
Binary111001011101001111100000
Octal345323340

Shades and tints

Shades of #E5D3E0

#E5D3E0
(229,211,224)
#D1C0CC
(209,192,204)
#BDADB8
(189,173,184)
#A99AA4
(169,154,164)
#958790
(149,135,144)
#81747C
(129,116,124)
#6D6168
(109,97,104)
#594E54
(89,78,84)
#453B40
(69,59,64)
#31282C
(49,40,44)
#1D1518
(29,21,24)
#000000
(0,0,0)

Tints of #E5D3E0

#E5D3E0
(229,211,224)
#E7D7E2
(231,215,226)
#E9DBE4
(233,219,228)
#EBDFE6
(235,223,230)
#EDE3E8
(237,227,232)
#EFE7EA
(239,231,234)
#F1EBEC
(241,235,236)
#F3EFEE
(243,239,238)
#F5F3F0
(245,243,240)
#F7F7F2
(247,247,242)
#F9FBF4
(249,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5D3E0 color. Also use rgb(229,211,224) instead hex code.

Text Font Color

.myTextColor { color: #E5D3E0; }

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

This text font color is #E5D3E0.


Background Color

.myBgColor { background-color: #E5D3E0; }

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

This div background color is #E5D3E0.


Border color

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

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

This div border color is #E5D3E0.


Opacity

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

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

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

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

This text has shadow with #E5D3E0 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #E5D3E0 on black background.


Color preview on white background

This text has color #E5D3E0 on white background.



Black color preview on #E5D3E0 background

This text has black color on #E5D3E0 background.


White color preview on #E5D3E0 background

This text has white color on #E5D3E0 background.