COLOR #E5D2DB

HEX: #E5D2DB
RGB: (229,210,219)

Color info

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

RGB color model

#E5D2DB color RGB value is (229,210,219).

  • red value is 229;
  • green value is 210;
  • blue value is 219.
RGB:
(229,210,219)
(90%,82%,86%)

RGB channels and saturation

R 229 of 255 = 90%
G 210 of 255 = 82%
B 219 of 255 = 86%

229
210
219

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

Portions of RGB colors in percentages

R + G + B =
229 + 210 + 219 = 658 (100%)
R 229 of 658 ~ 34.8%
G 210 of 658 ~ 31.91%
B 219 of 658 ~ 33.28%

%34.8
%31.91
%33.28

CMYK color model

#E5D2DB color CMYK value is (0,8,4,10).

  • cyan value is 0.00%
  • magenta value is 8.30%
  • yellow value is 4.37%
  • key color value is 10.20%
CMYK:
(0,8,4,10)
C0M8Y4K10 
(0%,8%,4%,10%)
(0.00/0.08/0.04/0.10)	

CMYK percentages

%0
%8.3
%4.37
%10.2

Codes

Color #E5D2DB in popluar color models

E5D2DB
RGB229210219
HSL332°26.76%86.08%
HSB/HSV332°8.30%89.80%
CMYK0.00%8.30%4.37%
10.20%

Color #E5D2DB in popluar number systems.

HEXE5D2DB
Decimal229210219
Binary111001011101001011011011
Octal345322333

Shades and tints

Shades of #E5D2DB

#E5D2DB
(229,210,219)
#D1BFC8
(209,191,200)
#BDACB5
(189,172,181)
#A999A2
(169,153,162)
#95868F
(149,134,143)
#81737C
(129,115,124)
#6D6069
(109,96,105)
#594D56
(89,77,86)
#453A43
(69,58,67)
#312730
(49,39,48)
#1D141D
(29,20,29)
#000000
(0,0,0)

Tints of #E5D2DB

#E5D2DB
(229,210,219)
#E7D6DE
(231,214,222)
#E9DAE1
(233,218,225)
#EBDEE4
(235,222,228)
#EDE2E7
(237,226,231)
#EFE6EA
(239,230,234)
#F1EAED
(241,234,237)
#F3EEF0
(243,238,240)
#F5F2F3
(245,242,243)
#F7F6F6
(247,246,246)
#F9FAF9
(249,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5D2DB color. Also use rgb(229,210,219) instead hex code.

Text Font Color

.myTextColor { color: #E5D2DB; }

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

This text font color is #E5D2DB.


Background Color

.myBgColor { background-color: #E5D2DB; }

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

This div background color is #E5D2DB.


Border color

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

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

This div border color is #E5D2DB.


Opacity

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

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

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

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

This text has shadow with #E5D2DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5D2DB on black background.


Color preview on white background

This text has color #E5D2DB on white background.



Black color preview on #E5D2DB background

This text has black color on #E5D2DB background.


White color preview on #E5D2DB background

This text has white color on #E5D2DB background.