COLOR #E0DEF7

HEX: #E0DEF7
RGB: (224,222,247)

Color info

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

RGB color model

#E0DEF7 color RGB value is (224,222,247).

  • red value is 224;
  • green value is 222;
  • blue value is 247.
RGB:
(224,222,247)
(88%,87%,97%)

RGB channels and saturation

R 224 of 255 = 88%
G 222 of 255 = 87%
B 247 of 255 = 97%

224
222
247

R + G + B ~ 91%. #E0DEF7 is light color.

Portions of RGB colors in percentages

R + G + B =
224 + 222 + 247 = 693 (100%)
R 224 of 693 ~ 32.32%
G 222 of 693 ~ 32.03%
B 247 of 693 ~ 35.64%

%32.32
%32.03
%35.64

CMYK color model

#E0DEF7 color CMYK value is (9,10,0,3).

  • cyan value is 9.31%
  • magenta value is 10.12%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(9,10,0,3)
C9M10Y0K3 
(9%,10%,0%,3%)
(0.09/0.10/0.00/0.03)	

CMYK percentages

%9.31
%10.12
%0
%3.14

Codes

Color #E0DEF7 in popluar color models

E0DEF7
RGB224222247
HSL245°60.98%91.96%
HSB/HSV245°10.12%96.86%
CMYK9.31%10.12%0.00%
3.14%

Color #E0DEF7 in popluar number systems.

HEXE0DEF7
Decimal224222247
Binary111000001101111011110111
Octal340336367

Shades and tints

Shades of #E0DEF7

#E0DEF7
(224,222,247)
#CCCAE1
(204,202,225)
#B8B6CB
(184,182,203)
#A4A2B5
(164,162,181)
#908E9F
(144,142,159)
#7C7A89
(124,122,137)
#686673
(104,102,115)
#54525D
(84,82,93)
#403E47
(64,62,71)
#2C2A31
(44,42,49)
#18161B
(24,22,27)
#000000
(0,0,0)

Tints of #E0DEF7

#E0DEF7
(224,222,247)
#E2E1F7
(226,225,247)
#E4E4F7
(228,228,247)
#E6E7F7
(230,231,247)
#E8EAF7
(232,234,247)
#EAEDF7
(234,237,247)
#ECF0F7
(236,240,247)
#EEF3F7
(238,243,247)
#F0F6F7
(240,246,247)
#F2F9F7
(242,249,247)
#F4FCF7
(244,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0DEF7 color. Also use rgb(224,222,247) instead hex code.

Text Font Color

.myTextColor { color: #E0DEF7; }

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

This text font color is #E0DEF7.


Background Color

.myBgColor { background-color: #E0DEF7; }

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

This div background color is #E0DEF7.


Border color

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

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

This div border color is #E0DEF7.


Opacity

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

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

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

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

This text has shadow with #E0DEF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0DEF7 on black background.


Color preview on white background

This text has color #E0DEF7 on white background.



Black color preview on #E0DEF7 background

This text has black color on #E0DEF7 background.


White color preview on #E0DEF7 background

This text has white color on #E0DEF7 background.