COLOR #E5DBEB

HEX: #E5DBEB
RGB: (229,219,235)

Color info

#E5DBEB contains red, green and blue colors in about the same proportion. Web safe color of #E5DBEB is #CCCCFF (or #CCF).

RGB color model

#E5DBEB color RGB value is (229,219,235).

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

RGB channels and saturation

R 229 of 255 = 90%
G 219 of 255 = 86%
B 235 of 255 = 92%

229
219
235

R + G + B ~ 89%. #E5DBEB is light color.

Portions of RGB colors in percentages

R + G + B =
229 + 219 + 235 = 683 (100%)
R 229 of 683 ~ 33.53%
G 219 of 683 ~ 32.06%
B 235 of 683 ~ 34.41%

%33.53
%32.06
%34.41

CMYK color model

#E5DBEB color CMYK value is (3,7,0,8).

  • cyan value is 2.55%
  • magenta value is 6.81%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(3,7,0,8)
C3M7Y0K8 
(3%,7%,0%,8%)
(0.03/0.07/0.00/0.08)	

CMYK percentages

%2.55
%6.81
%0
%7.84

Codes

Color #E5DBEB in popluar color models

E5DBEB
RGB229219235
HSL278°28.57%89.02%
HSB/HSV278°6.81%92.16%
CMYK2.55%6.81%0.00%
7.84%

Color #E5DBEB in popluar number systems.

HEXE5DBEB
Decimal229219235
Binary111001011101101111101011
Octal345333353

Shades and tints

Shades of #E5DBEB

#E5DBEB
(229,219,235)
#D1C8D6
(209,200,214)
#BDB5C1
(189,181,193)
#A9A2AC
(169,162,172)
#958F97
(149,143,151)
#817C82
(129,124,130)
#6D696D
(109,105,109)
#595658
(89,86,88)
#454343
(69,67,67)
#31302E
(49,48,46)
#1D1D19
(29,29,25)
#000000
(0,0,0)

Tints of #E5DBEB

#E5DBEB
(229,219,235)
#E7DEEC
(231,222,236)
#E9E1ED
(233,225,237)
#EBE4EE
(235,228,238)
#EDE7EF
(237,231,239)
#EFEAF0
(239,234,240)
#F1EDF1
(241,237,241)
#F3F0F2
(243,240,242)
#F5F3F3
(245,243,243)
#F7F6F4
(247,246,244)
#F9F9F5
(249,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5DBEB; }

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

This text font color is #E5DBEB.


Background Color

.myBgColor { background-color: #E5DBEB; }

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

This div background color is #E5DBEB.


Border color

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

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

This div border color is #E5DBEB.


Opacity

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

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

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

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

This text has shadow with #E5DBEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5DBEB on black background.


Color preview on white background

This text has color #E5DBEB on white background.



Black color preview on #E5DBEB background

This text has black color on #E5DBEB background.


White color preview on #E5DBEB background

This text has white color on #E5DBEB background.