COLOR #E2DCD6

HEX: #E2DCD6
RGB: (226,220,214)

Color info

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

RGB color model

#E2DCD6 color RGB value is (226,220,214).

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

RGB channels and saturation

R 226 of 255 = 89%
G 220 of 255 = 86%
B 214 of 255 = 84%

226
220
214

R + G + B ~ 86%. #E2DCD6 is light color.

Portions of RGB colors in percentages

R + G + B =
226 + 220 + 214 = 660 (100%)
R 226 of 660 ~ 34.24%
G 220 of 660 ~ 33.33%
B 214 of 660 ~ 32.42%

%34.24
%33.33
%32.42

CMYK color model

#E2DCD6 color CMYK value is (0,3,5,11).

  • cyan value is 0.00%
  • magenta value is 2.65%
  • yellow value is 5.31%
  • key color value is 11.37%
CMYK:
(0,3,5,11)
C0M3Y5K11 
(0%,3%,5%,11%)
(0.00/0.03/0.05/0.11)	

CMYK percentages

%0
%2.65
%5.31
%11.37

Codes

Color #E2DCD6 in popluar color models

E2DCD6
RGB226220214
HSL30°17.14%86.27%
HSB/HSV30°5.31%88.63%
CMYK0.00%2.65%5.31%
11.37%

Color #E2DCD6 in popluar number systems.

HEXE2DCD6
Decimal226220214
Binary111000101101110011010110
Octal342334326

Shades and tints

Shades of #E2DCD6

#E2DCD6
(226,220,214)
#CEC8C3
(206,200,195)
#BAB4B0
(186,180,176)
#A6A09D
(166,160,157)
#928C8A
(146,140,138)
#7E7877
(126,120,119)
#6A6464
(106,100,100)
#565051
(86,80,81)
#423C3E
(66,60,62)
#2E282B
(46,40,43)
#1A1418
(26,20,24)
#000000
(0,0,0)

Tints of #E2DCD6

#E2DCD6
(226,220,214)
#E4DFD9
(228,223,217)
#E6E2DC
(230,226,220)
#E8E5DF
(232,229,223)
#EAE8E2
(234,232,226)
#ECEBE5
(236,235,229)
#EEEEE8
(238,238,232)
#F0F1EB
(240,241,235)
#F2F4EE
(242,244,238)
#F4F7F1
(244,247,241)
#F6FAF4
(246,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2DCD6; }

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

This text font color is #E2DCD6.


Background Color

.myBgColor { background-color: #E2DCD6; }

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

This div background color is #E2DCD6.


Border color

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

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

This div border color is #E2DCD6.


Opacity

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

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

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

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

This text has shadow with #E2DCD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2DCD6 on black background.


Color preview on white background

This text has color #E2DCD6 on white background.



Black color preview on #E2DCD6 background

This text has black color on #E2DCD6 background.


White color preview on #E2DCD6 background

This text has white color on #E2DCD6 background.