COLOR #E9D1CB

HEX: #E9D1CB RGB: (233,209,203)

Color info

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

RGB color model

#E9D1CB color RGB value is (233,209,203).

RGB: (233,209,203) (91%, 82%, 80%)

RGB channels and saturation

R 233 of 255 = 91%
G 209 of 255 = 82%
B 203 of 255 = 80%

233
209
203

R + G + B ~ 84%. #E9D1CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 233 + 209 + 203 = 645 (100%)
R 233 of 645 ~ 36.12%
G 209 of 645 ~ 32.4%
B 203 of 645 ~ 31.47'%

%36.12
%32.4
%31.47

CMYK color model

#E9D1CB color CMYK value is (0,10,13,9).

  • cyan value is 0.00%
  • magenta value is 10.30%
  • yellow value is 12.88%
  • key color value is 8.63%

CMYK: (0,10,13,9)
C0M10Y13K9 (0%, 10%, 13%, 9%)
(0.00 / 0.10 / 0.13 / 0.09)

CMYK percentages

%0
%10.3
%12.88
%8.63

Codes

Color #E9D1CB in popluar color models

E9 D1 CB
RGB 233 209 203
HSL 12° 40.54% 85.49%
HSB/HSV 12° 12.88% 91.37%
CMYK 0.00% 10.30% 12.88%
8.63%

Color #E9D1CB in popluar number systems.

HEX E9 D1 CB
Decimal 233 209 203
Binary 11101001 11010001 11001011
Octal 351 321 313

Shades and tints

Shades of #E9D1CB

#E9D1CB
(233,209,203)
#D4BEB9
(212,190,185)
#BFABA7
(191,171,167)
#AA9895
(170,152,149)
#958583
(149,133,131)
#807271
(128,114,113)
#6B5F5F
(107,95,95)
#564C4D
(86,76,77)
#41393B
(65,57,59)
#2C2629
(44,38,41)
#171317
(23,19,23)
#000000
(0,0,0)

Tints of #E9D1CB

#E9D1CB
(233,209,203)
#EBD5CF
(235,213,207)
#EDD9D3
(237,217,211)
#EFDDD7
(239,221,215)
#F1E1DB
(241,225,219)
#F3E5DF
(243,229,223)
#F5E9E3
(245,233,227)
#F7EDE7
(247,237,231)
#F9F1EB
(249,241,235)
#FBF5EF
(251,245,239)
#FDF9F3
(253,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9D1CB color. Also use rgb(233,209,203) instead hex code.

Text Font Color

.myTextColor { color: #E9D1CB; }

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

This text font color is #E9D1CB.

Background Color

.myBgColor { background-color: #E9D1CB; }

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

This div background color is #E9D1CB.

Border color

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

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

This div border color is #E9D1CB.

Opacity

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

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

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

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

This text has shadow with #E9D1CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9D1CB.

Preview

Color preview on black background

This text has color #E9D1CB on black background.


Color preview on white background

This text has color #E9D1CB on white background.


Black color preview on #E9D1CB background

This text has black color on #E9D1CB background.


White color preview on #E9D1CB background

This text has white color on #E9D1CB background.


Related colors

Complementary color

Complementary color for #hex is #162E34.


I love getcolorcode.com

Triadic colors

1 #CBE9D1 and #D1CBE9 with #E9D1CB are triadic colors.

2 #CBD1E9 and #D1E9CB with #E9D1CB are triadic colors.