COLOR #E3DFDC

HEX: #E3DFDC RGB: (227,223,220)

Color info

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

RGB color model

#E3DFDC color RGB value is (227,223,220).

RGB: (227,223,220) (89%, 87%, 86%)

RGB channels and saturation

R 227 of 255 = 89%
G 223 of 255 = 87%
B 220 of 255 = 86%

227
223
220

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

Portions of RGB colors in percentages

R + G + B = 227 + 223 + 220 = 670 (100%)
R 227 of 670 ~ 33.88%
G 223 of 670 ~ 33.28%
B 220 of 670 ~ 32.84'%

%33.88
%33.28
%32.84

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.76%
  • yellow value is 3.08%
  • 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
%3.08
%10.98

Codes

Color #E3DFDC in popluar color models

E3 DF DC
RGB 227 223 220
HSL 26° 11.11% 87.65%
HSB/HSV 26° 3.08% 89.02%
CMYK 0.00% 1.76% 3.08%
10.98%

Color #E3DFDC in popluar number systems.

HEX E3 DF DC
Decimal 227 223 220
Binary 11100011 11011111 11011100
Octal 343 337 334

Shades and tints

Shades of #E3DFDC

#E3DFDC
(227,223,220)
#CFCBC8
(207,203,200)
#BBB7B4
(187,183,180)
#A7A3A0
(167,163,160)
#938F8C
(147,143,140)
#7F7B78
(127,123,120)
#6B6764
(107,103,100)
#575350
(87,83,80)
#433F3C
(67,63,60)
#2F2B28
(47,43,40)
#1B1714
(27,23,20)
#000000
(0,0,0)

Tints of #E3DFDC

#E3DFDC
(227,223,220)
#E5E1DF
(229,225,223)
#E7E3E2
(231,227,226)
#E9E5E5
(233,229,229)
#EBE7E8
(235,231,232)
#EDE9EB
(237,233,235)
#EFEBEE
(239,235,238)
#F1EDF1
(241,237,241)
#F3EFF4
(243,239,244)
#F5F1F7
(245,241,247)
#F7F3FA
(247,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3DFDC; }

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

This text font color is #E3DFDC.

Background Color

.myBgColor { background-color: #E3DFDC; }

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

This div background color is #E3DFDC.

Border color

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

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

This div border color is #E3DFDC.

Opacity

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

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

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

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

This text has shadow with #E3DFDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3DFDC.

Preview

Color preview on black background

This text has color #E3DFDC on black background.


Color preview on white background

This text has color #E3DFDC on white background.


Black color preview on #E3DFDC background

This text has black color on #E3DFDC background.


White color preview on #E3DFDC background

This text has white color on #E3DFDC background.


Related colors

Complementary color

Complementary color for #hex is #1C2023.


I love getcolorcode.com

Triadic colors

1 #DCE3DF and #DFDCE3 with #E3DFDC are triadic colors.

2 #DCDFE3 and #DFE3DC with #E3DFDC are triadic colors.