COLOR #E3DFD7

HEX: #E3DFD7
RGB: (227,223,215)

Color info

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

RGB color model

#E3DFD7 color RGB value is (227,223,215).

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

RGB channels and saturation

R 227 of 255 = 89%
G 223 of 255 = 87%
B 215 of 255 = 84%

227
223
215

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

Portions of RGB colors in percentages

R + G + B =
227 + 223 + 215 = 665 (100%)
R 227 of 665 ~ 34.14%
G 223 of 665 ~ 33.53%
B 215 of 665 ~ 32.33%

%34.14
%33.53
%32.33

CMYK color model

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

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

CMYK percentages

%0
%1.76
%5.29
%10.98

Codes

Color #E3DFD7 in popluar color models

E3DFD7
RGB227223215
HSL40°17.65%86.67%
HSB/HSV40°5.29%89.02%
CMYK0.00%1.76%5.29%
10.98%

Color #E3DFD7 in popluar number systems.

HEXE3DFD7
Decimal227223215
Binary111000111101111111010111
Octal343337327

Shades and tints

Shades of #E3DFD7

#E3DFD7
(227,223,215)
#CFCBC4
(207,203,196)
#BBB7B1
(187,183,177)
#A7A39E
(167,163,158)
#938F8B
(147,143,139)
#7F7B78
(127,123,120)
#6B6765
(107,103,101)
#575352
(87,83,82)
#433F3F
(67,63,63)
#2F2B2C
(47,43,44)
#1B1719
(27,23,25)
#000000
(0,0,0)

Tints of #E3DFD7

#E3DFD7
(227,223,215)
#E5E1DA
(229,225,218)
#E7E3DD
(231,227,221)
#E9E5E0
(233,229,224)
#EBE7E3
(235,231,227)
#EDE9E6
(237,233,230)
#EFEBE9
(239,235,233)
#F1EDEC
(241,237,236)
#F3EFEF
(243,239,239)
#F5F1F2
(245,241,242)
#F7F3F5
(247,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3DFD7 color. Also use rgb(227,223,215) instead hex code.

Text Font Color

.myTextColor { color: #E3DFD7; }

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

This text font color is #E3DFD7.


Background Color

.myBgColor { background-color: #E3DFD7; }

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

This div background color is #E3DFD7.


Border color

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

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

This div border color is #E3DFD7.


Opacity

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

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

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

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

This text has shadow with #E3DFD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3DFD7 on black background.


Color preview on white background

This text has color #E3DFD7 on white background.



Black color preview on #E3DFD7 background

This text has black color on #E3DFD7 background.


White color preview on #E3DFD7 background

This text has white color on #E3DFD7 background.