COLOR #E9D3CE

HEX: #E9D3CE RGB: (233,211,206)

Color info

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

RGB color model

#E9D3CE color RGB value is (233,211,206).

RGB: (233,211,206) (91%, 83%, 81%)

RGB channels and saturation

R 233 of 255 = 91%
G 211 of 255 = 83%
B 206 of 255 = 81%

233
211
206

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

Portions of RGB colors in percentages

R + G + B = 233 + 211 + 206 = 650 (100%)
R 233 of 650 ~ 35.85%
G 211 of 650 ~ 32.46%
B 206 of 650 ~ 31.69'%

%35.85
%32.46
%31.69

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.44%
  • yellow value is 11.59%
  • 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
%11.59
%8.63

Codes

Color #E9D3CE in popluar color models

E9 D3 CE
RGB 233 211 206
HSL 11° 38.03% 86.08%
HSB/HSV 11° 11.59% 91.37%
CMYK 0.00% 9.44% 11.59%
8.63%

Color #E9D3CE in popluar number systems.

HEX E9 D3 CE
Decimal 233 211 206
Binary 11101001 11010011 11001110
Octal 351 323 316

Shades and tints

Shades of #E9D3CE

#E9D3CE
(233,211,206)
#D4C0BC
(212,192,188)
#BFADAA
(191,173,170)
#AA9A98
(170,154,152)
#958786
(149,135,134)
#807474
(128,116,116)
#6B6162
(107,97,98)
#564E50
(86,78,80)
#413B3E
(65,59,62)
#2C282C
(44,40,44)
#17151A
(23,21,26)
#000000
(0,0,0)

Tints of #E9D3CE

#E9D3CE
(233,211,206)
#EBD7D2
(235,215,210)
#EDDBD6
(237,219,214)
#EFDFDA
(239,223,218)
#F1E3DE
(241,227,222)
#F3E7E2
(243,231,226)
#F5EBE6
(245,235,230)
#F7EFEA
(247,239,234)
#F9F3EE
(249,243,238)
#FBF7F2
(251,247,242)
#FDFBF6
(253,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9D3CE; }

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

This text font color is #E9D3CE.

Background Color

.myBgColor { background-color: #E9D3CE; }

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

This div background color is #E9D3CE.

Border color

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

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

This div border color is #E9D3CE.

Opacity

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

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

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

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

This text has shadow with #E9D3CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9D3CE.

Preview

Color preview on black background

This text has color #E9D3CE on black background.


Color preview on white background

This text has color #E9D3CE on white background.


Black color preview on #E9D3CE background

This text has black color on #E9D3CE background.


White color preview on #E9D3CE background

This text has white color on #E9D3CE background.


Related colors

Complementary color

Complementary color for #hex is #162C31.


I love getcolorcode.com

Triadic colors

1 #CEE9D3 and #D3CEE9 with #E9D3CE are triadic colors.

2 #CED3E9 and #D3E9CE with #E9D3CE are triadic colors.