COLOR #E8DFC9

HEX: #E8DFC9
RGB: (232,223,201)

Color info

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

RGB color model

#E8DFC9 color RGB value is (232,223,201).

  • red value is 232;
  • green value is 223;
  • blue value is 201.
RGB:
(232,223,201)
(91%,87%,79%)

RGB channels and saturation

R 232 of 255 = 91%
G 223 of 255 = 87%
B 201 of 255 = 79%

232
223
201

R + G + B ~ 86%. #E8DFC9 is light color.

Portions of RGB colors in percentages

R + G + B =
232 + 223 + 201 = 656 (100%)
R 232 of 656 ~ 35.37%
G 223 of 656 ~ 33.99%
B 201 of 656 ~ 30.64%

%35.37
%33.99
%30.64

CMYK color model

#E8DFC9 color CMYK value is (0,4,13,9).

  • cyan value is 0.00%
  • magenta value is 3.88%
  • yellow value is 13.36%
  • key color value is 9.02%
CMYK:
(0,4,13,9)
C0M4Y13K9 
(0%,4%,13%,9%)
(0.00/0.04/0.13/0.09)	

CMYK percentages

%0
%3.88
%13.36
%9.02

Codes

Color #E8DFC9 in popluar color models

E8DFC9
RGB232223201
HSL43°40.26%84.90%
HSB/HSV43°13.36%90.98%
CMYK0.00%3.88%13.36%
9.02%

Color #E8DFC9 in popluar number systems.

HEXE8DFC9
Decimal232223201
Binary111010001101111111001001
Octal350337311

Shades and tints

Shades of #E8DFC9

#E8DFC9
(232,223,201)
#D3CBB7
(211,203,183)
#BEB7A5
(190,183,165)
#A9A393
(169,163,147)
#948F81
(148,143,129)
#7F7B6F
(127,123,111)
#6A675D
(106,103,93)
#55534B
(85,83,75)
#403F39
(64,63,57)
#2B2B27
(43,43,39)
#161715
(22,23,21)
#000000
(0,0,0)

Tints of #E8DFC9

#E8DFC9
(232,223,201)
#EAE1CD
(234,225,205)
#ECE3D1
(236,227,209)
#EEE5D5
(238,229,213)
#F0E7D9
(240,231,217)
#F2E9DD
(242,233,221)
#F4EBE1
(244,235,225)
#F6EDE5
(246,237,229)
#F8EFE9
(248,239,233)
#FAF1ED
(250,241,237)
#FCF3F1
(252,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8DFC9 color. Also use rgb(232,223,201) instead hex code.

Text Font Color

.myTextColor { color: #E8DFC9; }

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

This text font color is #E8DFC9.


Background Color

.myBgColor { background-color: #E8DFC9; }

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

This div background color is #E8DFC9.


Border color

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

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

This div border color is #E8DFC9.


Opacity

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

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

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

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

This text has shadow with #E8DFC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8DFC9 on black background.


Color preview on white background

This text has color #E8DFC9 on white background.



Black color preview on #E8DFC9 background

This text has black color on #E8DFC9 background.


White color preview on #E8DFC9 background

This text has white color on #E8DFC9 background.