COLOR #E3DFDD

HEX: #E3DFDD
RGB: (227,223,221)

Color info

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

RGB color model

#E3DFDD color RGB value is (227,223,221).

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

RGB channels and saturation

R 227 of 255 = 89%
G 223 of 255 = 87%
B 221 of 255 = 87%

227
223
221

R + G + B ~ 88%. #E3DFDD is light color.

Portions of RGB colors in percentages

R + G + B =
227 + 223 + 221 = 671 (100%)
R 227 of 671 ~ 33.83%
G 223 of 671 ~ 33.23%
B 221 of 671 ~ 32.94%

%33.83
%33.23
%32.94

CMYK color model

#E3DFDD color CMYK value is (0,2,3,11).

  • cyan value is 0.00%
  • magenta value is 1.76%
  • yellow value is 2.64%
  • key color value is 10.98%
CMYK:
(0,2,3,11)
C0M2Y3K11 
(0%,2%,3%,11%)
(0.00/0.02/0.03/0.11)	

CMYK percentages

%0
%1.76
%2.64
%10.98

Codes

Color #E3DFDD in popluar color models

E3DFDD
RGB227223221
HSL20°9.68%87.84%
HSB/HSV20°2.64%89.02%
CMYK0.00%1.76%2.64%
10.98%

Color #E3DFDD in popluar number systems.

HEXE3DFDD
Decimal227223221
Binary111000111101111111011101
Octal343337335

Shades and tints

Shades of #E3DFDD

#E3DFDD
(227,223,221)
#CFCBC9
(207,203,201)
#BBB7B5
(187,183,181)
#A7A3A1
(167,163,161)
#938F8D
(147,143,141)
#7F7B79
(127,123,121)
#6B6765
(107,103,101)
#575351
(87,83,81)
#433F3D
(67,63,61)
#2F2B29
(47,43,41)
#1B1715
(27,23,21)
#000000
(0,0,0)

Tints of #E3DFDD

#E3DFDD
(227,223,221)
#E5E1E0
(229,225,224)
#E7E3E3
(231,227,227)
#E9E5E6
(233,229,230)
#EBE7E9
(235,231,233)
#EDE9EC
(237,233,236)
#EFEBEF
(239,235,239)
#F1EDF2
(241,237,242)
#F3EFF5
(243,239,245)
#F5F1F8
(245,241,248)
#F7F3FB
(247,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3DFDD; }

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

This text font color is #E3DFDD.


Background Color

.myBgColor { background-color: #E3DFDD; }

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

This div background color is #E3DFDD.


Border color

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

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

This div border color is #E3DFDD.


Opacity

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

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

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

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

This text has shadow with #E3DFDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3DFDD on black background.


Color preview on white background

This text has color #E3DFDD on white background.



Black color preview on #E3DFDD background

This text has black color on #E3DFDD background.


White color preview on #E3DFDD background

This text has white color on #E3DFDD background.