COLOR #E8D4CD

HEX: #E8D4CD
RGB: (232,212,205)

Color info

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

RGB color model

#E8D4CD color RGB value is (232,212,205).

  • red value is 232;
  • green value is 212;
  • blue value is 205.
RGB:
(232,212,205)
(91%,83%,80%)

RGB channels and saturation

R 232 of 255 = 91%
G 212 of 255 = 83%
B 205 of 255 = 80%

232
212
205

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

Portions of RGB colors in percentages

R + G + B =
232 + 212 + 205 = 649 (100%)
R 232 of 649 ~ 35.75%
G 212 of 649 ~ 32.67%
B 205 of 649 ~ 31.59%

%35.75
%32.67
%31.59

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.62%
  • yellow value is 11.64%
  • key color value is 9.02%
CMYK:
(0,9,12,9)
C0M9Y12K9 
(0%,9%,12%,9%)
(0.00/0.09/0.12/0.09)	

CMYK percentages

%0
%8.62
%11.64
%9.02

Codes

Color #E8D4CD in popluar color models

E8D4CD
RGB232212205
HSL16°36.99%85.69%
HSB/HSV16°11.64%90.98%
CMYK0.00%8.62%11.64%
9.02%

Color #E8D4CD in popluar number systems.

HEXE8D4CD
Decimal232212205
Binary111010001101010011001101
Octal350324315

Shades and tints

Shades of #E8D4CD

#E8D4CD
(232,212,205)
#D3C1BB
(211,193,187)
#BEAEA9
(190,174,169)
#A99B97
(169,155,151)
#948885
(148,136,133)
#7F7573
(127,117,115)
#6A6261
(106,98,97)
#554F4F
(85,79,79)
#403C3D
(64,60,61)
#2B292B
(43,41,43)
#161619
(22,22,25)
#000000
(0,0,0)

Tints of #E8D4CD

#E8D4CD
(232,212,205)
#EAD7D1
(234,215,209)
#ECDAD5
(236,218,213)
#EEDDD9
(238,221,217)
#F0E0DD
(240,224,221)
#F2E3E1
(242,227,225)
#F4E6E5
(244,230,229)
#F6E9E9
(246,233,233)
#F8ECED
(248,236,237)
#FAEFF1
(250,239,241)
#FCF2F5
(252,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8D4CD color. Also use rgb(232,212,205) instead hex code.

Text Font Color

.myTextColor { color: #E8D4CD; }

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

This text font color is #E8D4CD.


Background Color

.myBgColor { background-color: #E8D4CD; }

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

This div background color is #E8D4CD.


Border color

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

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

This div border color is #E8D4CD.


Opacity

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

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

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

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

This text has shadow with #E8D4CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8D4CD on black background.


Color preview on white background

This text has color #E8D4CD on white background.



Black color preview on #E8D4CD background

This text has black color on #E8D4CD background.


White color preview on #E8D4CD background

This text has white color on #E8D4CD background.