COLOR #E9DFC9

HEX: #E9DFC9 RGB: (233,223,201)

Color info

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

RGB color model

#E9DFC9 color RGB value is (233,223,201).

RGB: (233,223,201) (91%, 87%, 79%)

RGB channels and saturation

R 233 of 255 = 91%
G 223 of 255 = 87%
B 201 of 255 = 79%

233
223
201

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

Portions of RGB colors in percentages

R + G + B = 233 + 223 + 201 = 657 (100%)
R 233 of 657 ~ 35.46%
G 223 of 657 ~ 33.94%
B 201 of 657 ~ 30.59'%

%35.46
%33.94
%30.59

CMYK color model

#E9DFC9 color CMYK value is (0,4,14,9).

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

CMYK: (0,4,14,9)
C0M4Y14K9 (0%, 4%, 14%, 9%)
(0.00 / 0.04 / 0.14 / 0.09)

CMYK percentages

%0
%4.29
%13.73
%8.63

Codes

Color #E9DFC9 in popluar color models

E9 DF C9
RGB 233 223 201
HSL 41° 42.11% 85.10%
HSB/HSV 41° 13.73% 91.37%
CMYK 0.00% 4.29% 13.73%
8.63%

Color #E9DFC9 in popluar number systems.

HEX E9 DF C9
Decimal 233 223 201
Binary 11101001 11011111 11001001
Octal 351 337 311

Shades and tints

Shades of #E9DFC9

#E9DFC9
(233,223,201)
#D4CBB7
(212,203,183)
#BFB7A5
(191,183,165)
#AAA393
(170,163,147)
#958F81
(149,143,129)
#807B6F
(128,123,111)
#6B675D
(107,103,93)
#56534B
(86,83,75)
#413F39
(65,63,57)
#2C2B27
(44,43,39)
#171715
(23,23,21)
#000000
(0,0,0)

Tints of #E9DFC9

#E9DFC9
(233,223,201)
#EBE1CD
(235,225,205)
#EDE3D1
(237,227,209)
#EFE5D5
(239,229,213)
#F1E7D9
(241,231,217)
#F3E9DD
(243,233,221)
#F5EBE1
(245,235,225)
#F7EDE5
(247,237,229)
#F9EFE9
(249,239,233)
#FBF1ED
(251,241,237)
#FDF3F1
(253,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9DFC9; }

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

This text font color is #E9DFC9.

Background Color

.myBgColor { background-color: #E9DFC9; }

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

This div background color is #E9DFC9.

Border color

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

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

This div border color is #E9DFC9.

Opacity

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

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

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

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

This text has shadow with #E9DFC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9DFC9.

Preview

Color preview on black background

This text has color #E9DFC9 on black background.


Color preview on white background

This text has color #E9DFC9 on white background.


Black color preview on #E9DFC9 background

This text has black color on #E9DFC9 background.


White color preview on #E9DFC9 background

This text has white color on #E9DFC9 background.


Related colors

Complementary color

Complementary color for #hex is #162036.


I love getcolorcode.com

Triadic colors

1 #C9E9DF and #DFC9E9 with #E9DFC9 are triadic colors.

2 #C9DFE9 and #DFE9C9 with #E9DFC9 are triadic colors.