COLOR #E9DDCE

HEX: #E9DDCE RGB: (233,221,206)

Color info

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

RGB color model

#E9DDCE color RGB value is (233,221,206).

RGB: (233,221,206) (91%, 87%, 81%)

RGB channels and saturation

R 233 of 255 = 91%
G 221 of 255 = 87%
B 206 of 255 = 81%

233
221
206

R + G + B ~ 86%. #E9DDCE is light color.

Portions of RGB colors in percentages

R + G + B = 233 + 221 + 206 = 660 (100%)
R 233 of 660 ~ 35.3%
G 221 of 660 ~ 33.48%
B 206 of 660 ~ 31.21'%

%35.3
%33.48
%31.21

CMYK color model

#E9DDCE color CMYK value is (0,5,12,9).

  • cyan value is 0.00%
  • magenta value is 5.15%
  • yellow value is 11.59%
  • key color value is 8.63%
CMYK: (0,5,12,9) C0M5Y12K9 (0%,5%,12%,9%) (0.00/0.05/0.12/0.09) 

CMYK percentages

%0
%5.15
%11.59
%8.63

Codes

Color #E9DDCE in popluar color models

E9 DD CE
RGB 233 221 206
HSL 33° 38.03% 86.08%
HSB/HSV 33° 11.59% 91.37%
CMYK 0.00% 5.15% 11.59%
8.63%

Color #E9DDCE in popluar number systems.

HEX E9 DD CE
Decimal 233 221 206
Binary 11101001 11011101 11001110
Octal 351 335 316

Shades and tints

Shades of #E9DDCE

#E9DDCE
(233,221,206)
#D4C9BC
(212,201,188)
#BFB5AA
(191,181,170)
#AAA198
(170,161,152)
#958D86
(149,141,134)
#807974
(128,121,116)
#6B6562
(107,101,98)
#565150
(86,81,80)
#413D3E
(65,61,62)
#2C292C
(44,41,44)
#17151A
(23,21,26)
#000000
(0,0,0)

Tints of #E9DDCE

#E9DDCE
(233,221,206)
#EBE0D2
(235,224,210)
#EDE3D6
(237,227,214)
#EFE6DA
(239,230,218)
#F1E9DE
(241,233,222)
#F3ECE2
(243,236,226)
#F5EFE6
(245,239,230)
#F7F2EA
(247,242,234)
#F9F5EE
(249,245,238)
#FBF8F2
(251,248,242)
#FDFBF6
(253,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9DDCE color. Also use rgb(233,221,206) instead hex code.

Text Font Color

.myTextColor { color: #E9DDCE; }

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

This text font color is #E9DDCE.

Background Color

.myBgColor { background-color: #E9DDCE; }

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

This div background color is #E9DDCE.

Border color

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

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

This div border color is #E9DDCE.

Opacity

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

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

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

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

This text has shadow with #E9DDCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9DDCE.

Preview

Color preview on black background

This text has color #E9DDCE on black background.


Color preview on white background

This text has color #E9DDCE on white background.


Black color preview on #E9DDCE background

This text has black color on #E9DDCE background.


White color preview on #E9DDCE background

This text has white color on #E9DDCE background.


Related colors

Complementary color

Complementary color for #hex is #162231.


I love getcolorcode.com

Triadic colors

1 #CEE9DD and #DDCEE9 with #E9DDCE are triadic colors.

2 #CEDDE9 and #DDE9CE with #E9DDCE are triadic colors.