COLOR #E3DDE0

HEX: #E3DDE0
RGB: (227,221,224)

Color info

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

RGB color model

#E3DDE0 color RGB value is (227,221,224).

  • red value is 227;
  • green value is 221;
  • blue value is 224.
RGB:
(227,221,224)
(89%,87%,88%)

RGB channels and saturation

R 227 of 255 = 89%
G 221 of 255 = 87%
B 224 of 255 = 88%

227
221
224

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

Portions of RGB colors in percentages

R + G + B =
227 + 221 + 224 = 672 (100%)
R 227 of 672 ~ 33.78%
G 221 of 672 ~ 32.89%
B 224 of 672 ~ 33.33%

%33.78
%32.89
%33.33

CMYK color model

#E3DDE0 color CMYK value is (0,3,1,11).

  • cyan value is 0.00%
  • magenta value is 2.64%
  • yellow value is 1.32%
  • key color value is 10.98%
CMYK:
(0,3,1,11)
C0M3Y1K11 
(0%,3%,1%,11%)
(0.00/0.03/0.01/0.11)	

CMYK percentages

%0
%2.64
%1.32
%10.98

Codes

Color #E3DDE0 in popluar color models

E3DDE0
RGB227221224
HSL330°9.68%87.84%
HSB/HSV330°2.64%89.02%
CMYK0.00%2.64%1.32%
10.98%

Color #E3DDE0 in popluar number systems.

HEXE3DDE0
Decimal227221224
Binary111000111101110111100000
Octal343335340

Shades and tints

Shades of #E3DDE0

#E3DDE0
(227,221,224)
#CFC9CC
(207,201,204)
#BBB5B8
(187,181,184)
#A7A1A4
(167,161,164)
#938D90
(147,141,144)
#7F797C
(127,121,124)
#6B6568
(107,101,104)
#575154
(87,81,84)
#433D40
(67,61,64)
#2F292C
(47,41,44)
#1B1518
(27,21,24)
#000000
(0,0,0)

Tints of #E3DDE0

#E3DDE0
(227,221,224)
#E5E0E2
(229,224,226)
#E7E3E4
(231,227,228)
#E9E6E6
(233,230,230)
#EBE9E8
(235,233,232)
#EDECEA
(237,236,234)
#EFEFEC
(239,239,236)
#F1F2EE
(241,242,238)
#F3F5F0
(243,245,240)
#F5F8F2
(245,248,242)
#F7FBF4
(247,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3DDE0 color. Also use rgb(227,221,224) instead hex code.

Text Font Color

.myTextColor { color: #E3DDE0; }

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

This text font color is #E3DDE0.


Background Color

.myBgColor { background-color: #E3DDE0; }

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

This div background color is #E3DDE0.


Border color

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

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

This div border color is #E3DDE0.


Opacity

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

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

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

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

This text has shadow with #E3DDE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3DDE0 on black background.


Color preview on white background

This text has color #E3DDE0 on white background.



Black color preview on #E3DDE0 background

This text has black color on #E3DDE0 background.


White color preview on #E3DDE0 background

This text has white color on #E3DDE0 background.