COLOR #E9DFCC

HEX: #E9DFCC RGB: (233,223,204)

Color info

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

RGB color model

#E9DFCC color RGB value is (233,223,204).

RGB: (233,223,204) (91%, 87%, 80%)

RGB channels and saturation

R 233 of 255 = 91%
G 223 of 255 = 87%
B 204 of 255 = 80%

233
223
204

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

Portions of RGB colors in percentages

R + G + B = 233 + 223 + 204 = 660 (100%)
R 233 of 660 ~ 35.3%
G 223 of 660 ~ 33.79%
B 204 of 660 ~ 30.91'%

%35.3
%33.79
%30.91

CMYK color model

#E9DFCC color CMYK value is (0,4,12,9).

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

CMYK: (0,4,12,9)
C0M4Y12K9 (0%, 4%, 12%, 9%)
(0.00 / 0.04 / 0.12 / 0.09)

CMYK percentages

%0
%4.29
%12.45
%8.63

Codes

Color #E9DFCC in popluar color models

E9 DF CC
RGB 233 223 204
HSL 39° 39.73% 85.69%
HSB/HSV 39° 12.45% 91.37%
CMYK 0.00% 4.29% 12.45%
8.63%

Color #E9DFCC in popluar number systems.

HEX E9 DF CC
Decimal 233 223 204
Binary 11101001 11011111 11001100
Octal 351 337 314

Shades and tints

Shades of #E9DFCC

#E9DFCC
(233,223,204)
#D4CBBA
(212,203,186)
#BFB7A8
(191,183,168)
#AAA396
(170,163,150)
#958F84
(149,143,132)
#807B72
(128,123,114)
#6B6760
(107,103,96)
#56534E
(86,83,78)
#413F3C
(65,63,60)
#2C2B2A
(44,43,42)
#171718
(23,23,24)
#000000
(0,0,0)

Tints of #E9DFCC

#E9DFCC
(233,223,204)
#EBE1D0
(235,225,208)
#EDE3D4
(237,227,212)
#EFE5D8
(239,229,216)
#F1E7DC
(241,231,220)
#F3E9E0
(243,233,224)
#F5EBE4
(245,235,228)
#F7EDE8
(247,237,232)
#F9EFEC
(249,239,236)
#FBF1F0
(251,241,240)
#FDF3F4
(253,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9DFCC; }

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

This text font color is #E9DFCC.

Background Color

.myBgColor { background-color: #E9DFCC; }

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

This div background color is #E9DFCC.

Border color

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

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

This div border color is #E9DFCC.

Opacity

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

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

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

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

This text has shadow with #E9DFCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9DFCC.

Preview

Color preview on black background

This text has color #E9DFCC on black background.


Color preview on white background

This text has color #E9DFCC on white background.


Black color preview on #E9DFCC background

This text has black color on #E9DFCC background.


White color preview on #E9DFCC background

This text has white color on #E9DFCC background.


Related colors

Complementary color

Complementary color for #hex is #162033.


I love getcolorcode.com

Triadic colors

1 #CCE9DF and #DFCCE9 with #E9DFCC are triadic colors.

2 #CCDFE9 and #DFE9CC with #E9DFCC are triadic colors.