COLOR #E9DACD

HEX: #E9DACD RGB: (233,218,205)

Color info

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

RGB color model

#E9DACD color RGB value is (233,218,205).

RGB: (233,218,205) (91%, 85%, 80%)

RGB channels and saturation

R 233 of 255 = 91%
G 218 of 255 = 85%
B 205 of 255 = 80%

233
218
205

R + G + B ~ 85%. #E9DACD is quite light color.

Portions of RGB colors in percentages

R + G + B = 233 + 218 + 205 = 656 (100%)
R 233 of 656 ~ 35.52%
G 218 of 656 ~ 33.23%
B 205 of 656 ~ 31.25'%

%35.52
%33.23
%31.25

CMYK color model

#E9DACD color CMYK value is (0,6,12,9).

  • cyan value is 0.00%
  • magenta value is 6.44%
  • yellow value is 12.02%
  • key color value is 8.63%

CMYK: (0,6,12,9)
C0M6Y12K9 (0%, 6%, 12%, 9%)
(0.00 / 0.06 / 0.12 / 0.09)

CMYK percentages

%0
%6.44
%12.02
%8.63

Codes

Color #E9DACD in popluar color models

E9 DA CD
RGB 233 218 205
HSL 28° 38.89% 85.88%
HSB/HSV 28° 12.02% 91.37%
CMYK 0.00% 6.44% 12.02%
8.63%

Color #E9DACD in popluar number systems.

HEX E9 DA CD
Decimal 233 218 205
Binary 11101001 11011010 11001101
Octal 351 332 315

Shades and tints

Shades of #E9DACD

#E9DACD
(233,218,205)
#D4C7BB
(212,199,187)
#BFB4A9
(191,180,169)
#AAA197
(170,161,151)
#958E85
(149,142,133)
#807B73
(128,123,115)
#6B6861
(107,104,97)
#56554F
(86,85,79)
#41423D
(65,66,61)
#2C2F2B
(44,47,43)
#171C19
(23,28,25)
#000000
(0,0,0)

Tints of #E9DACD

#E9DACD
(233,218,205)
#EBDDD1
(235,221,209)
#EDE0D5
(237,224,213)
#EFE3D9
(239,227,217)
#F1E6DD
(241,230,221)
#F3E9E1
(243,233,225)
#F5ECE5
(245,236,229)
#F7EFE9
(247,239,233)
#F9F2ED
(249,242,237)
#FBF5F1
(251,245,241)
#FDF8F5
(253,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9DACD color. Also use rgb(233,218,205) instead hex code.

Text Font Color

.myTextColor { color: #E9DACD; }

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

This text font color is #E9DACD.

Background Color

.myBgColor { background-color: #E9DACD; }

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

This div background color is #E9DACD.

Border color

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

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

This div border color is #E9DACD.

Opacity

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

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

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

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

This text has shadow with #E9DACD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9DACD.

Preview

Color preview on black background

This text has color #E9DACD on black background.


Color preview on white background

This text has color #E9DACD on white background.


Black color preview on #E9DACD background

This text has black color on #E9DACD background.


White color preview on #E9DACD background

This text has white color on #E9DACD background.


Related colors

Complementary color

Complementary color for #hex is #162532.


I love getcolorcode.com

Triadic colors

1 #CDE9DA and #DACDE9 with #E9DACD are triadic colors.

2 #CDDAE9 and #DAE9CD with #E9DACD are triadic colors.