COLOR #E8D9CB

HEX: #E8D9CB
RGB: (232,217,203)

Color info

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

RGB color model

#E8D9CB color RGB value is (232,217,203).

  • red value is 232;
  • green value is 217;
  • blue value is 203.
RGB:
(232,217,203)
(91%,85%,80%)

RGB channels and saturation

R 232 of 255 = 91%
G 217 of 255 = 85%
B 203 of 255 = 80%

232
217
203

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

Portions of RGB colors in percentages

R + G + B =
232 + 217 + 203 = 652 (100%)
R 232 of 652 ~ 35.58%
G 217 of 652 ~ 33.28%
B 203 of 652 ~ 31.13%

%35.58
%33.28
%31.13

CMYK color model

#E8D9CB color CMYK value is (0,6,13,9).

  • cyan value is 0.00%
  • magenta value is 6.47%
  • yellow value is 12.50%
  • key color value is 9.02%
CMYK:
(0,6,13,9)
C0M6Y13K9 
(0%,6%,13%,9%)
(0.00/0.06/0.13/0.09)	

CMYK percentages

%0
%6.47
%12.5
%9.02

Codes

Color #E8D9CB in popluar color models

E8D9CB
RGB232217203
HSL29°38.67%85.29%
HSB/HSV29°12.50%90.98%
CMYK0.00%6.47%12.50%
9.02%

Color #E8D9CB in popluar number systems.

HEXE8D9CB
Decimal232217203
Binary111010001101100111001011
Octal350331313

Shades and tints

Shades of #E8D9CB

#E8D9CB
(232,217,203)
#D3C6B9
(211,198,185)
#BEB3A7
(190,179,167)
#A9A095
(169,160,149)
#948D83
(148,141,131)
#7F7A71
(127,122,113)
#6A675F
(106,103,95)
#55544D
(85,84,77)
#40413B
(64,65,59)
#2B2E29
(43,46,41)
#161B17
(22,27,23)
#000000
(0,0,0)

Tints of #E8D9CB

#E8D9CB
(232,217,203)
#EADCCF
(234,220,207)
#ECDFD3
(236,223,211)
#EEE2D7
(238,226,215)
#F0E5DB
(240,229,219)
#F2E8DF
(242,232,223)
#F4EBE3
(244,235,227)
#F6EEE7
(246,238,231)
#F8F1EB
(248,241,235)
#FAF4EF
(250,244,239)
#FCF7F3
(252,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8D9CB color. Also use rgb(232,217,203) instead hex code.

Text Font Color

.myTextColor { color: #E8D9CB; }

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

This text font color is #E8D9CB.


Background Color

.myBgColor { background-color: #E8D9CB; }

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

This div background color is #E8D9CB.


Border color

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

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

This div border color is #E8D9CB.


Opacity

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

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

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

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

This text has shadow with #E8D9CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8D9CB on black background.


Color preview on white background

This text has color #E8D9CB on white background.



Black color preview on #E8D9CB background

This text has black color on #E8D9CB background.


White color preview on #E8D9CB background

This text has white color on #E8D9CB background.