COLOR #E0DBE7

HEX: #E0DBE7 RGB: (224,219,231)

Color info

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

RGB color model

#E0DBE7 color RGB value is (224,219,231).

RGB: (224,219,231) (88%, 86%, 91%)

RGB channels and saturation

R 224 of 255 = 88%
G 219 of 255 = 86%
B 231 of 255 = 91%

224
219
231

R + G + B ~ 88%. #E0DBE7 is light color.

Portions of RGB colors in percentages

R + G + B = 224 + 219 + 231 = 674 (100%)
R 224 of 674 ~ 33.23%
G 219 of 674 ~ 32.49%
B 231 of 674 ~ 34.27'%

%33.23
%32.49
%34.27

CMYK color model

#E0DBE7 color CMYK value is (3,5,0,9).

  • cyan value is 3.03%
  • magenta value is 5.19%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (3,5,0,9)
C3M5Y0K9 (3%, 5%, 0%, 9%)
(0.03 / 0.05 / 0.00 / 0.09)

CMYK percentages

%3.03
%5.19
%0
%9.41

Codes

Color #E0DBE7 in popluar color models

E0 DB E7
RGB 224 219 231
HSL 265° 20.00% 88.24%
HSB/HSV 265° 5.19% 90.59%
CMYK 3.03% 5.19% 0.00%
9.41%

Color #E0DBE7 in popluar number systems.

HEX E0 DB E7
Decimal 224 219 231
Binary 11100000 11011011 11100111
Octal 340 333 347

Shades and tints

Shades of #E0DBE7

#E0DBE7
(224,219,231)
#CCC8D2
(204,200,210)
#B8B5BD
(184,181,189)
#A4A2A8
(164,162,168)
#908F93
(144,143,147)
#7C7C7E
(124,124,126)
#686969
(104,105,105)
#545654
(84,86,84)
#40433F
(64,67,63)
#2C302A
(44,48,42)
#181D15
(24,29,21)
#000000
(0,0,0)

Tints of #E0DBE7

#E0DBE7
(224,219,231)
#E2DEE9
(226,222,233)
#E4E1EB
(228,225,235)
#E6E4ED
(230,228,237)
#E8E7EF
(232,231,239)
#EAEAF1
(234,234,241)
#ECEDF3
(236,237,243)
#EEF0F5
(238,240,245)
#F0F3F7
(240,243,247)
#F2F6F9
(242,246,249)
#F4F9FB
(244,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0DBE7 color. Also use rgb(224,219,231) instead hex code.

Text Font Color

.myTextColor { color: #E0DBE7; }

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

This text font color is #E0DBE7.

Background Color

.myBgColor { background-color: #E0DBE7; }

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

This div background color is #E0DBE7.

Border color

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

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

This div border color is #E0DBE7.

Opacity

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

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

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

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

This text has shadow with #E0DBE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0DBE7.

Preview

Color preview on black background

This text has color #E0DBE7 on black background.


Color preview on white background

This text has color #E0DBE7 on white background.


Black color preview on #E0DBE7 background

This text has black color on #E0DBE7 background.


White color preview on #E0DBE7 background

This text has white color on #E0DBE7 background.


Related colors

Complementary color

Complementary color for #hex is #1F2418.


I love getcolorcode.com

Triadic colors

1 #E7E0DB and #DBE7E0 with #E0DBE7 are triadic colors.

2 #E7DBE0 and #DBE0E7 with #E0DBE7 are triadic colors.