COLOR #E9E1DC

HEX: #E9E1DC
RGB: (233,225,220)

Color info

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

RGB color model

#E9E1DC color RGB value is (233,225,220).

  • red value is 233;
  • green value is 225;
  • blue value is 220.
RGB:
(233,225,220)
(91%,88%,86%)

RGB channels and saturation

R 233 of 255 = 91%
G 225 of 255 = 88%
B 220 of 255 = 86%

233
225
220

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

Portions of RGB colors in percentages

R + G + B =
233 + 225 + 220 = 678 (100%)
R 233 of 678 ~ 34.37%
G 225 of 678 ~ 33.19%
B 220 of 678 ~ 32.45%

%34.37
%33.19
%32.45

CMYK color model

#E9E1DC color CMYK value is (0,3,6,9).

  • cyan value is 0.00%
  • magenta value is 3.43%
  • yellow value is 5.58%
  • key color value is 8.63%
CMYK:
(0,3,6,9)
C0M3Y6K9 
(0%,3%,6%,9%)
(0.00/0.03/0.06/0.09)	

CMYK percentages

%0
%3.43
%5.58
%8.63

Codes

Color #E9E1DC in popluar color models

E9E1DC
RGB233225220
HSL23°22.81%88.82%
HSB/HSV23°5.58%91.37%
CMYK0.00%3.43%5.58%
8.63%

Color #E9E1DC in popluar number systems.

HEXE9E1DC
Decimal233225220
Binary111010011110000111011100
Octal351341334

Shades and tints

Shades of #E9E1DC

#E9E1DC
(233,225,220)
#D4CDC8
(212,205,200)
#BFB9B4
(191,185,180)
#AAA5A0
(170,165,160)
#95918C
(149,145,140)
#807D78
(128,125,120)
#6B6964
(107,105,100)
#565550
(86,85,80)
#41413C
(65,65,60)
#2C2D28
(44,45,40)
#171914
(23,25,20)
#000000
(0,0,0)

Tints of #E9E1DC

#E9E1DC
(233,225,220)
#EBE3DF
(235,227,223)
#EDE5E2
(237,229,226)
#EFE7E5
(239,231,229)
#F1E9E8
(241,233,232)
#F3EBEB
(243,235,235)
#F5EDEE
(245,237,238)
#F7EFF1
(247,239,241)
#F9F1F4
(249,241,244)
#FBF3F7
(251,243,247)
#FDF5FA
(253,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9E1DC; }

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

This text font color is #E9E1DC.


Background Color

.myBgColor { background-color: #E9E1DC; }

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

This div background color is #E9E1DC.


Border color

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

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

This div border color is #E9E1DC.


Opacity

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

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

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

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

This text has shadow with #E9E1DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9E1DC on black background.


Color preview on white background

This text has color #E9E1DC on white background.



Black color preview on #E9E1DC background

This text has black color on #E9E1DC background.


White color preview on #E9E1DC background

This text has white color on #E9E1DC background.