COLOR #E3DFD5

HEX: #E3DFD5
RGB: (227,223,213)

Color info

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

RGB color model

#E3DFD5 color RGB value is (227,223,213).

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

RGB channels and saturation

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

227
223
213

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

Portions of RGB colors in percentages

R + G + B =
227 + 223 + 213 = 663 (100%)
R 227 of 663 ~ 34.24%
G 223 of 663 ~ 33.63%
B 213 of 663 ~ 32.13%

%34.24
%33.63
%32.13

CMYK color model

#E3DFD5 color CMYK value is (0,2,6,11).

  • cyan value is 0.00%
  • magenta value is 1.76%
  • yellow value is 6.17%
  • key color value is 10.98%
CMYK:
(0,2,6,11)
C0M2Y6K11 
(0%,2%,6%,11%)
(0.00/0.02/0.06/0.11)	

CMYK percentages

%0
%1.76
%6.17
%10.98

Codes

Color #E3DFD5 in popluar color models

E3DFD5
RGB227223213
HSL43°20.00%86.27%
HSB/HSV43°6.17%89.02%
CMYK0.00%1.76%6.17%
10.98%

Color #E3DFD5 in popluar number systems.

HEXE3DFD5
Decimal227223213
Binary111000111101111111010101
Octal343337325

Shades and tints

Shades of #E3DFD5

#E3DFD5
(227,223,213)
#CFCBC2
(207,203,194)
#BBB7AF
(187,183,175)
#A7A39C
(167,163,156)
#938F89
(147,143,137)
#7F7B76
(127,123,118)
#6B6763
(107,103,99)
#575350
(87,83,80)
#433F3D
(67,63,61)
#2F2B2A
(47,43,42)
#1B1717
(27,23,23)
#000000
(0,0,0)

Tints of #E3DFD5

#E3DFD5
(227,223,213)
#E5E1D8
(229,225,216)
#E7E3DB
(231,227,219)
#E9E5DE
(233,229,222)
#EBE7E1
(235,231,225)
#EDE9E4
(237,233,228)
#EFEBE7
(239,235,231)
#F1EDEA
(241,237,234)
#F3EFED
(243,239,237)
#F5F1F0
(245,241,240)
#F7F3F3
(247,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3DFD5; }

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

This text font color is #E3DFD5.


Background Color

.myBgColor { background-color: #E3DFD5; }

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

This div background color is #E3DFD5.


Border color

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

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

This div border color is #E3DFD5.


Opacity

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

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

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

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

This text has shadow with #E3DFD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3DFD5 on black background.


Color preview on white background

This text has color #E3DFD5 on white background.



Black color preview on #E3DFD5 background

This text has black color on #E3DFD5 background.


White color preview on #E3DFD5 background

This text has white color on #E3DFD5 background.