COLOR #E3DFDE

HEX: #E3DFDE RGB: (227,223,222)

Color info

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

RGB color model

#E3DFDE color RGB value is (227,223,222).

RGB: (227,223,222) (89%, 87%, 87%)

RGB channels and saturation

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

227
223
222

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

Portions of RGB colors in percentages

R + G + B = 227 + 223 + 222 = 672 (100%)
R 227 of 672 ~ 33.78%
G 223 of 672 ~ 33.18%
B 222 of 672 ~ 33.04'%

%33.78
%33.18
%33.04

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.76%
  • yellow value is 2.20%
  • key color value is 10.98%

CMYK: (0,2,2,11)
C0M2Y2K11 (0%, 2%, 2%, 11%)
(0.00 / 0.02 / 0.02 / 0.11)

CMYK percentages

%0
%1.76
%2.2
%10.98

Codes

Color #E3DFDE in popluar color models

E3 DF DE
RGB 227 223 222
HSL 12° 8.20% 88.04%
HSB/HSV 12° 2.20% 89.02%
CMYK 0.00% 1.76% 2.20%
10.98%

Color #E3DFDE in popluar number systems.

HEX E3 DF DE
Decimal 227 223 222
Binary 11100011 11011111 11011110
Octal 343 337 336

Shades and tints

Shades of #E3DFDE

#E3DFDE
(227,223,222)
#CFCBCA
(207,203,202)
#BBB7B6
(187,183,182)
#A7A3A2
(167,163,162)
#938F8E
(147,143,142)
#7F7B7A
(127,123,122)
#6B6766
(107,103,102)
#575352
(87,83,82)
#433F3E
(67,63,62)
#2F2B2A
(47,43,42)
#1B1716
(27,23,22)
#000000
(0,0,0)

Tints of #E3DFDE

#E3DFDE
(227,223,222)
#E5E1E1
(229,225,225)
#E7E3E4
(231,227,228)
#E9E5E7
(233,229,231)
#EBE7EA
(235,231,234)
#EDE9ED
(237,233,237)
#EFEBF0
(239,235,240)
#F1EDF3
(241,237,243)
#F3EFF6
(243,239,246)
#F5F1F9
(245,241,249)
#F7F3FC
(247,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3DFDE; }

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

This text font color is #E3DFDE.

Background Color

.myBgColor { background-color: #E3DFDE; }

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

This div background color is #E3DFDE.

Border color

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

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

This div border color is #E3DFDE.

Opacity

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

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

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

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

This text has shadow with #E3DFDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3DFDE.

Preview

Color preview on black background

This text has color #E3DFDE on black background.


Color preview on white background

This text has color #E3DFDE on white background.


Black color preview on #E3DFDE background

This text has black color on #E3DFDE background.


White color preview on #E3DFDE background

This text has white color on #E3DFDE background.


Related colors

Complementary color

Complementary color for #hex is #1C2021.


I love getcolorcode.com

Triadic colors

1 #DEE3DF and #DFDEE3 with #E3DFDE are triadic colors.

2 #DEDFE3 and #DFE3DE with #E3DFDE are triadic colors.