COLOR #E3D8DE

HEX: #E3D8DE
RGB: (227,216,222)

Color info

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

RGB color model

#E3D8DE color RGB value is (227,216,222).

  • red value is 227;
  • green value is 216;
  • blue value is 222.
RGB:
(227,216,222)
(89%,85%,87%)

RGB channels and saturation

R 227 of 255 = 89%
G 216 of 255 = 85%
B 222 of 255 = 87%

227
216
222

R + G + B ~ 87%. #E3D8DE is light color.

Portions of RGB colors in percentages

R + G + B =
227 + 216 + 222 = 665 (100%)
R 227 of 665 ~ 34.14%
G 216 of 665 ~ 32.48%
B 222 of 665 ~ 33.38%

%34.14
%32.48
%33.38

CMYK color model

#E3D8DE color CMYK value is (0,5,2,11).

  • cyan value is 0.00%
  • magenta value is 4.85%
  • yellow value is 2.20%
  • key color value is 10.98%
CMYK:
(0,5,2,11)
C0M5Y2K11 
(0%,5%,2%,11%)
(0.00/0.05/0.02/0.11)	

CMYK percentages

%0
%4.85
%2.2
%10.98

Codes

Color #E3D8DE in popluar color models

E3D8DE
RGB227216222
HSL327°16.42%86.86%
HSB/HSV327°4.85%89.02%
CMYK0.00%4.85%2.20%
10.98%

Color #E3D8DE in popluar number systems.

HEXE3D8DE
Decimal227216222
Binary111000111101100011011110
Octal343330336

Shades and tints

Shades of #E3D8DE

#E3D8DE
(227,216,222)
#CFC5CA
(207,197,202)
#BBB2B6
(187,178,182)
#A79FA2
(167,159,162)
#938C8E
(147,140,142)
#7F797A
(127,121,122)
#6B6666
(107,102,102)
#575352
(87,83,82)
#43403E
(67,64,62)
#2F2D2A
(47,45,42)
#1B1A16
(27,26,22)
#000000
(0,0,0)

Tints of #E3D8DE

#E3D8DE
(227,216,222)
#E5DBE1
(229,219,225)
#E7DEE4
(231,222,228)
#E9E1E7
(233,225,231)
#EBE4EA
(235,228,234)
#EDE7ED
(237,231,237)
#EFEAF0
(239,234,240)
#F1EDF3
(241,237,243)
#F3F0F6
(243,240,246)
#F5F3F9
(245,243,249)
#F7F6FC
(247,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3D8DE color. Also use rgb(227,216,222) instead hex code.

Text Font Color

.myTextColor { color: #E3D8DE; }

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

This text font color is #E3D8DE.


Background Color

.myBgColor { background-color: #E3D8DE; }

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

This div background color is #E3D8DE.


Border color

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

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

This div border color is #E3D8DE.


Opacity

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

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

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

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

This text has shadow with #E3D8DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3D8DE on black background.


Color preview on white background

This text has color #E3D8DE on white background.



Black color preview on #E3D8DE background

This text has black color on #E3D8DE background.


White color preview on #E3D8DE background

This text has white color on #E3D8DE background.