COLOR #E9DFDC

HEX: #E9DFDC RGB: (233,223,220)

Color info

#E9DFDC contains red, green and blue colors in about the same proportion. Web safe color of #E9DFDC is #FFCCCC (or #FCC).

RGB color model

#E9DFDC color RGB value is (233,223,220).

RGB: (233,223,220) (91%, 87%, 86%)

RGB channels and saturation

R 233 of 255 = 91%
G 223 of 255 = 87%
B 220 of 255 = 86%

233
223
220

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

Portions of RGB colors in percentages

R + G + B = 233 + 223 + 220 = 676 (100%)
R 233 of 676 ~ 34.47%
G 223 of 676 ~ 32.99%
B 220 of 676 ~ 32.54'%

%34.47
%32.99
%32.54

CMYK color model

#E9DFDC color CMYK value is (0,4,6,9).

  • cyan value is 0.00%
  • magenta value is 4.29%
  • yellow value is 5.58%
  • key color value is 8.63%

CMYK: (0,4,6,9)
C0M4Y6K9 (0%, 4%, 6%, 9%)
(0.00 / 0.04 / 0.06 / 0.09)

CMYK percentages

%0
%4.29
%5.58
%8.63

Codes

Color #E9DFDC in popluar color models

E9 DF DC
RGB 233 223 220
HSL 14° 22.81% 88.82%
HSB/HSV 14° 5.58% 91.37%
CMYK 0.00% 4.29% 5.58%
8.63%

Color #E9DFDC in popluar number systems.

HEX E9 DF DC
Decimal 233 223 220
Binary 11101001 11011111 11011100
Octal 351 337 334

Shades and tints

Shades of #E9DFDC

#E9DFDC
(233,223,220)
#D4CBC8
(212,203,200)
#BFB7B4
(191,183,180)
#AAA3A0
(170,163,160)
#958F8C
(149,143,140)
#807B78
(128,123,120)
#6B6764
(107,103,100)
#565350
(86,83,80)
#413F3C
(65,63,60)
#2C2B28
(44,43,40)
#171714
(23,23,20)
#000000
(0,0,0)

Tints of #E9DFDC

#E9DFDC
(233,223,220)
#EBE1DF
(235,225,223)
#EDE3E2
(237,227,226)
#EFE5E5
(239,229,229)
#F1E7E8
(241,231,232)
#F3E9EB
(243,233,235)
#F5EBEE
(245,235,238)
#F7EDF1
(247,237,241)
#F9EFF4
(249,239,244)
#FBF1F7
(251,241,247)
#FDF3FA
(253,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9DFDC; }

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

This text font color is #E9DFDC.

Background Color

.myBgColor { background-color: #E9DFDC; }

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

This div background color is #E9DFDC.

Border color

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

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

This div border color is #E9DFDC.

Opacity

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

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

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

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

This text has shadow with #E9DFDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9DFDC.

Preview

Color preview on black background

This text has color #E9DFDC on black background.


Color preview on white background

This text has color #E9DFDC on white background.


Black color preview on #E9DFDC background

This text has black color on #E9DFDC background.


White color preview on #E9DFDC background

This text has white color on #E9DFDC background.


Related colors

Complementary color

Complementary color for #hex is #162023.


I love getcolorcode.com

Triadic colors

1 #DCE9DF and #DFDCE9 with #E9DFDC are triadic colors.

2 #DCDFE9 and #DFE9DC with #E9DFDC are triadic colors.