COLOR #E8DFDB

HEX: #E8DFDB
RGB: (232,223,219)

Color info

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

RGB color model

#E8DFDB color RGB value is (232,223,219).

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

RGB channels and saturation

R 232 of 255 = 91%
G 223 of 255 = 87%
B 219 of 255 = 86%

232
223
219

R + G + B ~ 88%. #E8DFDB is light color.

Portions of RGB colors in percentages

R + G + B =
232 + 223 + 219 = 674 (100%)
R 232 of 674 ~ 34.42%
G 223 of 674 ~ 33.09%
B 219 of 674 ~ 32.49%

%34.42
%33.09
%32.49

CMYK color model

#E8DFDB color CMYK value is (0,4,6,9).

  • cyan value is 0.00%
  • magenta value is 3.88%
  • yellow value is 5.60%
  • key color value is 9.02%
CMYK:
(0,4,6,9)
C0M4Y6K9 
(0%,4%,6%,9%)
(0.00/0.04/0.06/0.09)	

CMYK percentages

%0
%3.88
%5.6
%9.02

Codes

Color #E8DFDB in popluar color models

E8DFDB
RGB232223219
HSL18°22.03%88.43%
HSB/HSV18°5.60%90.98%
CMYK0.00%3.88%5.60%
9.02%

Color #E8DFDB in popluar number systems.

HEXE8DFDB
Decimal232223219
Binary111010001101111111011011
Octal350337333

Shades and tints

Shades of #E8DFDB

#E8DFDB
(232,223,219)
#D3CBC8
(211,203,200)
#BEB7B5
(190,183,181)
#A9A3A2
(169,163,162)
#948F8F
(148,143,143)
#7F7B7C
(127,123,124)
#6A6769
(106,103,105)
#555356
(85,83,86)
#403F43
(64,63,67)
#2B2B30
(43,43,48)
#16171D
(22,23,29)
#000000
(0,0,0)

Tints of #E8DFDB

#E8DFDB
(232,223,219)
#EAE1DE
(234,225,222)
#ECE3E1
(236,227,225)
#EEE5E4
(238,229,228)
#F0E7E7
(240,231,231)
#F2E9EA
(242,233,234)
#F4EBED
(244,235,237)
#F6EDF0
(246,237,240)
#F8EFF3
(248,239,243)
#FAF1F6
(250,241,246)
#FCF3F9
(252,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8DFDB; }

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

This text font color is #E8DFDB.


Background Color

.myBgColor { background-color: #E8DFDB; }

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

This div background color is #E8DFDB.


Border color

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

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

This div border color is #E8DFDB.


Opacity

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

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

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

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

This text has shadow with #E8DFDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8DFDB on black background.


Color preview on white background

This text has color #E8DFDB on white background.



Black color preview on #E8DFDB background

This text has black color on #E8DFDB background.


White color preview on #E8DFDB background

This text has white color on #E8DFDB background.