COLOR #E3DED9

HEX: #E3DED9
RGB: (227,222,217)

Color info

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

RGB color model

#E3DED9 color RGB value is (227,222,217).

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

RGB channels and saturation

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

227
222
217

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

Portions of RGB colors in percentages

R + G + B =
227 + 222 + 217 = 666 (100%)
R 227 of 666 ~ 34.08%
G 222 of 666 ~ 33.33%
B 217 of 666 ~ 32.58%

%34.08
%33.33
%32.58

CMYK color model

#E3DED9 color CMYK value is (0,2,4,11).

  • cyan value is 0.00%
  • magenta value is 2.20%
  • yellow value is 4.41%
  • key color value is 10.98%
CMYK:
(0,2,4,11)
C0M2Y4K11 
(0%,2%,4%,11%)
(0.00/0.02/0.04/0.11)	

CMYK percentages

%0
%2.2
%4.41
%10.98

Codes

Color #E3DED9 in popluar color models

E3DED9
RGB227222217
HSL30°15.15%87.06%
HSB/HSV30°4.41%89.02%
CMYK0.00%2.20%4.41%
10.98%

Color #E3DED9 in popluar number systems.

HEXE3DED9
Decimal227222217
Binary111000111101111011011001
Octal343336331

Shades and tints

Shades of #E3DED9

#E3DED9
(227,222,217)
#CFCAC6
(207,202,198)
#BBB6B3
(187,182,179)
#A7A2A0
(167,162,160)
#938E8D
(147,142,141)
#7F7A7A
(127,122,122)
#6B6667
(107,102,103)
#575254
(87,82,84)
#433E41
(67,62,65)
#2F2A2E
(47,42,46)
#1B161B
(27,22,27)
#000000
(0,0,0)

Tints of #E3DED9

#E3DED9
(227,222,217)
#E5E1DC
(229,225,220)
#E7E4DF
(231,228,223)
#E9E7E2
(233,231,226)
#EBEAE5
(235,234,229)
#EDEDE8
(237,237,232)
#EFF0EB
(239,240,235)
#F1F3EE
(241,243,238)
#F3F6F1
(243,246,241)
#F5F9F4
(245,249,244)
#F7FCF7
(247,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3DED9; }

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

This text font color is #E3DED9.


Background Color

.myBgColor { background-color: #E3DED9; }

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

This div background color is #E3DED9.


Border color

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

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

This div border color is #E3DED9.


Opacity

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

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

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

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

This text has shadow with #E3DED9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3DED9 on black background.


Color preview on white background

This text has color #E3DED9 on white background.



Black color preview on #E3DED9 background

This text has black color on #E3DED9 background.


White color preview on #E3DED9 background

This text has white color on #E3DED9 background.