COLOR #E2DFC9

HEX: #E2DFC9
RGB: (226,223,201)

Color info

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

RGB color model

#E2DFC9 color RGB value is (226,223,201).

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

RGB channels and saturation

R 226 of 255 = 89%
G 223 of 255 = 87%
B 201 of 255 = 79%

226
223
201

R + G + B ~ 85%. #E2DFC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 223 + 201 = 650 (100%)
R 226 of 650 ~ 34.77%
G 223 of 650 ~ 34.31%
B 201 of 650 ~ 30.92%

%34.77
%34.31
%30.92

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.33%
  • yellow value is 11.06%
  • key color value is 11.37%
CMYK:
(0,1,11,11)
C0M1Y11K11 
(0%,1%,11%,11%)
(0.00/0.01/0.11/0.11)	

CMYK percentages

%0
%1.33
%11.06
%11.37

Codes

Color #E2DFC9 in popluar color models

E2DFC9
RGB226223201
HSL53°30.12%83.73%
HSB/HSV53°11.06%88.63%
CMYK0.00%1.33%11.06%
11.37%

Color #E2DFC9 in popluar number systems.

HEXE2DFC9
Decimal226223201
Binary111000101101111111001001
Octal342337311

Shades and tints

Shades of #E2DFC9

#E2DFC9
(226,223,201)
#CECBB7
(206,203,183)
#BAB7A5
(186,183,165)
#A6A393
(166,163,147)
#928F81
(146,143,129)
#7E7B6F
(126,123,111)
#6A675D
(106,103,93)
#56534B
(86,83,75)
#423F39
(66,63,57)
#2E2B27
(46,43,39)
#1A1715
(26,23,21)
#000000
(0,0,0)

Tints of #E2DFC9

#E2DFC9
(226,223,201)
#E4E1CD
(228,225,205)
#E6E3D1
(230,227,209)
#E8E5D5
(232,229,213)
#EAE7D9
(234,231,217)
#ECE9DD
(236,233,221)
#EEEBE1
(238,235,225)
#F0EDE5
(240,237,229)
#F2EFE9
(242,239,233)
#F4F1ED
(244,241,237)
#F6F3F1
(246,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2DFC9; }

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

This text font color is #E2DFC9.


Background Color

.myBgColor { background-color: #E2DFC9; }

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

This div background color is #E2DFC9.


Border color

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

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

This div border color is #E2DFC9.


Opacity

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

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

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

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

This text has shadow with #E2DFC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2DFC9 on black background.


Color preview on white background

This text has color #E2DFC9 on white background.



Black color preview on #E2DFC9 background

This text has black color on #E2DFC9 background.


White color preview on #E2DFC9 background

This text has white color on #E2DFC9 background.