COLOR #E9D3CC

HEX: #E9D3CC RGB: (233,211,204)

Color info

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

RGB color model

#E9D3CC color RGB value is (233,211,204).

RGB: (233,211,204) (91%, 83%, 80%)

RGB channels and saturation

R 233 of 255 = 91%
G 211 of 255 = 83%
B 204 of 255 = 80%

233
211
204

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

Portions of RGB colors in percentages

R + G + B = 233 + 211 + 204 = 648 (100%)
R 233 of 648 ~ 35.96%
G 211 of 648 ~ 32.56%
B 204 of 648 ~ 31.48'%

%35.96
%32.56
%31.48

CMYK color model

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

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

CMYK: (0,9,12,9)
C0M9Y12K9 (0%, 9%, 12%, 9%)
(0.00 / 0.09 / 0.12 / 0.09)

CMYK percentages

%0
%9.44
%12.45
%8.63

Codes

Color #E9D3CC in popluar color models

E9 D3 CC
RGB 233 211 204
HSL 14° 39.73% 85.69%
HSB/HSV 14° 12.45% 91.37%
CMYK 0.00% 9.44% 12.45%
8.63%

Color #E9D3CC in popluar number systems.

HEX E9 D3 CC
Decimal 233 211 204
Binary 11101001 11010011 11001100
Octal 351 323 314

Shades and tints

Shades of #E9D3CC

#E9D3CC
(233,211,204)
#D4C0BA
(212,192,186)
#BFADA8
(191,173,168)
#AA9A96
(170,154,150)
#958784
(149,135,132)
#807472
(128,116,114)
#6B6160
(107,97,96)
#564E4E
(86,78,78)
#413B3C
(65,59,60)
#2C282A
(44,40,42)
#171518
(23,21,24)
#000000
(0,0,0)

Tints of #E9D3CC

#E9D3CC
(233,211,204)
#EBD7D0
(235,215,208)
#EDDBD4
(237,219,212)
#EFDFD8
(239,223,216)
#F1E3DC
(241,227,220)
#F3E7E0
(243,231,224)
#F5EBE4
(245,235,228)
#F7EFE8
(247,239,232)
#F9F3EC
(249,243,236)
#FBF7F0
(251,247,240)
#FDFBF4
(253,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9D3CC; }

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

This text font color is #E9D3CC.

Background Color

.myBgColor { background-color: #E9D3CC; }

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

This div background color is #E9D3CC.

Border color

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

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

This div border color is #E9D3CC.

Opacity

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

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

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

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

This text has shadow with #E9D3CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9D3CC.

Preview

Color preview on black background

This text has color #E9D3CC on black background.


Color preview on white background

This text has color #E9D3CC on white background.


Black color preview on #E9D3CC background

This text has black color on #E9D3CC background.


White color preview on #E9D3CC background

This text has white color on #E9D3CC background.


Related colors

Complementary color

Complementary color for #hex is #162C33.


I love getcolorcode.com

Triadic colors

1 #CCE9D3 and #D3CCE9 with #E9D3CC are triadic colors.

2 #CCD3E9 and #D3E9CC with #E9D3CC are triadic colors.