COLOR #E2DFD6

HEX: #E2DFD6
RGB: (226,223,214)

Color info

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

RGB color model

#E2DFD6 color RGB value is (226,223,214).

  • red value is 226;
  • green value is 223;
  • blue value is 214.
RGB:
(226,223,214)
(89%,87%,84%)

RGB channels and saturation

R 226 of 255 = 89%
G 223 of 255 = 87%
B 214 of 255 = 84%

226
223
214

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

Portions of RGB colors in percentages

R + G + B =
226 + 223 + 214 = 663 (100%)
R 226 of 663 ~ 34.09%
G 223 of 663 ~ 33.63%
B 214 of 663 ~ 32.28%

%34.09
%33.63
%32.28

CMYK color model

#E2DFD6 color CMYK value is (0,1,5,11).

  • cyan value is 0.00%
  • magenta value is 1.33%
  • yellow value is 5.31%
  • key color value is 11.37%
CMYK:
(0,1,5,11)
C0M1Y5K11 
(0%,1%,5%,11%)
(0.00/0.01/0.05/0.11)	

CMYK percentages

%0
%1.33
%5.31
%11.37

Codes

Color #E2DFD6 in popluar color models

E2DFD6
RGB226223214
HSL45°17.14%86.27%
HSB/HSV45°5.31%88.63%
CMYK0.00%1.33%5.31%
11.37%

Color #E2DFD6 in popluar number systems.

HEXE2DFD6
Decimal226223214
Binary111000101101111111010110
Octal342337326

Shades and tints

Shades of #E2DFD6

#E2DFD6
(226,223,214)
#CECBC3
(206,203,195)
#BAB7B0
(186,183,176)
#A6A39D
(166,163,157)
#928F8A
(146,143,138)
#7E7B77
(126,123,119)
#6A6764
(106,103,100)
#565351
(86,83,81)
#423F3E
(66,63,62)
#2E2B2B
(46,43,43)
#1A1718
(26,23,24)
#000000
(0,0,0)

Tints of #E2DFD6

#E2DFD6
(226,223,214)
#E4E1D9
(228,225,217)
#E6E3DC
(230,227,220)
#E8E5DF
(232,229,223)
#EAE7E2
(234,231,226)
#ECE9E5
(236,233,229)
#EEEBE8
(238,235,232)
#F0EDEB
(240,237,235)
#F2EFEE
(242,239,238)
#F4F1F1
(244,241,241)
#F6F3F4
(246,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2DFD6 color. Also use rgb(226,223,214) instead hex code.

Text Font Color

.myTextColor { color: #E2DFD6; }

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

This text font color is #E2DFD6.


Background Color

.myBgColor { background-color: #E2DFD6; }

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

This div background color is #E2DFD6.


Border color

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

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

This div border color is #E2DFD6.


Opacity

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

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

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

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

This text has shadow with #E2DFD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2DFD6 on black background.


Color preview on white background

This text has color #E2DFD6 on white background.



Black color preview on #E2DFD6 background

This text has black color on #E2DFD6 background.


White color preview on #E2DFD6 background

This text has white color on #E2DFD6 background.