COLOR #E2DBE7

HEX: #E2DBE7
RGB: (226,219,231)

Color info

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

RGB color model

#E2DBE7 color RGB value is (226,219,231).

  • red value is 226;
  • green value is 219;
  • blue value is 231.
RGB:
(226,219,231)
(89%,86%,91%)

RGB channels and saturation

R 226 of 255 = 89%
G 219 of 255 = 86%
B 231 of 255 = 91%

226
219
231

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

Portions of RGB colors in percentages

R + G + B =
226 + 219 + 231 = 676 (100%)
R 226 of 676 ~ 33.43%
G 219 of 676 ~ 32.4%
B 231 of 676 ~ 34.17%

%33.43
%32.4
%34.17

CMYK color model

#E2DBE7 color CMYK value is (2,5,0,9).

  • cyan value is 2.16%
  • magenta value is 5.19%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(2,5,0,9)
C2M5Y0K9 
(2%,5%,0%,9%)
(0.02/0.05/0.00/0.09)	

CMYK percentages

%2.16
%5.19
%0
%9.41

Codes

Color #E2DBE7 in popluar color models

E2DBE7
RGB226219231
HSL275°20.00%88.24%
HSB/HSV275°5.19%90.59%
CMYK2.16%5.19%0.00%
9.41%

Color #E2DBE7 in popluar number systems.

HEXE2DBE7
Decimal226219231
Binary111000101101101111100111
Octal342333347

Shades and tints

Shades of #E2DBE7

#E2DBE7
(226,219,231)
#CEC8D2
(206,200,210)
#BAB5BD
(186,181,189)
#A6A2A8
(166,162,168)
#928F93
(146,143,147)
#7E7C7E
(126,124,126)
#6A6969
(106,105,105)
#565654
(86,86,84)
#42433F
(66,67,63)
#2E302A
(46,48,42)
#1A1D15
(26,29,21)
#000000
(0,0,0)

Tints of #E2DBE7

#E2DBE7
(226,219,231)
#E4DEE9
(228,222,233)
#E6E1EB
(230,225,235)
#E8E4ED
(232,228,237)
#EAE7EF
(234,231,239)
#ECEAF1
(236,234,241)
#EEEDF3
(238,237,243)
#F0F0F5
(240,240,245)
#F2F3F7
(242,243,247)
#F4F6F9
(244,246,249)
#F6F9FB
(246,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2DBE7; }

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

This text font color is #E2DBE7.


Background Color

.myBgColor { background-color: #E2DBE7; }

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

This div background color is #E2DBE7.


Border color

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

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

This div border color is #E2DBE7.


Opacity

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

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

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

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

This text has shadow with #E2DBE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2DBE7 on black background.


Color preview on white background

This text has color #E2DBE7 on white background.



Black color preview on #E2DBE7 background

This text has black color on #E2DBE7 background.


White color preview on #E2DBE7 background

This text has white color on #E2DBE7 background.