COLOR #E9D8CB

HEX: #E9D8CB RGB: (233,216,203)

Color info

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

RGB color model

#E9D8CB color RGB value is (233,216,203).

RGB: (233,216,203) (91%, 85%, 80%)

RGB channels and saturation

R 233 of 255 = 91%
G 216 of 255 = 85%
B 203 of 255 = 80%

233
216
203

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

Portions of RGB colors in percentages

R + G + B = 233 + 216 + 203 = 652 (100%)
R 233 of 652 ~ 35.74%
G 216 of 652 ~ 33.13%
B 203 of 652 ~ 31.13'%

%35.74
%33.13
%31.13

CMYK color model

#E9D8CB color CMYK value is (0,7,13,9).

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

CMYK: (0,7,13,9)
C0M7Y13K9 (0%, 7%, 13%, 9%)
(0.00 / 0.07 / 0.13 / 0.09)

CMYK percentages

%0
%7.3
%12.88
%8.63

Codes

Color #E9D8CB in popluar color models

E9 D8 CB
RGB 233 216 203
HSL 26° 40.54% 85.49%
HSB/HSV 26° 12.88% 91.37%
CMYK 0.00% 7.30% 12.88%
8.63%

Color #E9D8CB in popluar number systems.

HEX E9 D8 CB
Decimal 233 216 203
Binary 11101001 11011000 11001011
Octal 351 330 313

Shades and tints

Shades of #E9D8CB

#E9D8CB
(233,216,203)
#D4C5B9
(212,197,185)
#BFB2A7
(191,178,167)
#AA9F95
(170,159,149)
#958C83
(149,140,131)
#807971
(128,121,113)
#6B665F
(107,102,95)
#56534D
(86,83,77)
#41403B
(65,64,59)
#2C2D29
(44,45,41)
#171A17
(23,26,23)
#000000
(0,0,0)

Tints of #E9D8CB

#E9D8CB
(233,216,203)
#EBDBCF
(235,219,207)
#EDDED3
(237,222,211)
#EFE1D7
(239,225,215)
#F1E4DB
(241,228,219)
#F3E7DF
(243,231,223)
#F5EAE3
(245,234,227)
#F7EDE7
(247,237,231)
#F9F0EB
(249,240,235)
#FBF3EF
(251,243,239)
#FDF6F3
(253,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9D8CB; }

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

This text font color is #E9D8CB.

Background Color

.myBgColor { background-color: #E9D8CB; }

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

This div background color is #E9D8CB.

Border color

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

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

This div border color is #E9D8CB.

Opacity

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

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

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

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

This text has shadow with #E9D8CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9D8CB.

Preview

Color preview on black background

This text has color #E9D8CB on black background.


Color preview on white background

This text has color #E9D8CB on white background.


Black color preview on #E9D8CB background

This text has black color on #E9D8CB background.


White color preview on #E9D8CB background

This text has white color on #E9D8CB background.


Related colors

Complementary color

Complementary color for #hex is #162734.


I love getcolorcode.com

Triadic colors

1 #CBE9D8 and #D8CBE9 with #E9D8CB are triadic colors.

2 #CBD8E9 and #D8E9CB with #E9D8CB are triadic colors.