COLOR #E8E1DB

HEX: #E8E1DB
RGB: (232,225,219)

Color info

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

RGB color model

#E8E1DB color RGB value is (232,225,219).

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

RGB channels and saturation

R 232 of 255 = 91%
G 225 of 255 = 88%
B 219 of 255 = 86%

232
225
219

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

Portions of RGB colors in percentages

R + G + B =
232 + 225 + 219 = 676 (100%)
R 232 of 676 ~ 34.32%
G 225 of 676 ~ 33.28%
B 219 of 676 ~ 32.4%

%34.32
%33.28
%32.4

CMYK color model

#E8E1DB color CMYK value is (0,3,6,9).

  • cyan value is 0.00%
  • magenta value is 3.02%
  • yellow value is 5.60%
  • key color value is 9.02%
CMYK:
(0,3,6,9)
C0M3Y6K9 
(0%,3%,6%,9%)
(0.00/0.03/0.06/0.09)	

CMYK percentages

%0
%3.02
%5.6
%9.02

Codes

Color #E8E1DB in popluar color models

E8E1DB
RGB232225219
HSL28°22.03%88.43%
HSB/HSV28°5.60%90.98%
CMYK0.00%3.02%5.60%
9.02%

Color #E8E1DB in popluar number systems.

HEXE8E1DB
Decimal232225219
Binary111010001110000111011011
Octal350341333

Shades and tints

Shades of #E8E1DB

#E8E1DB
(232,225,219)
#D3CDC8
(211,205,200)
#BEB9B5
(190,185,181)
#A9A5A2
(169,165,162)
#94918F
(148,145,143)
#7F7D7C
(127,125,124)
#6A6969
(106,105,105)
#555556
(85,85,86)
#404143
(64,65,67)
#2B2D30
(43,45,48)
#16191D
(22,25,29)
#000000
(0,0,0)

Tints of #E8E1DB

#E8E1DB
(232,225,219)
#EAE3DE
(234,227,222)
#ECE5E1
(236,229,225)
#EEE7E4
(238,231,228)
#F0E9E7
(240,233,231)
#F2EBEA
(242,235,234)
#F4EDED
(244,237,237)
#F6EFF0
(246,239,240)
#F8F1F3
(248,241,243)
#FAF3F6
(250,243,246)
#FCF5F9
(252,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8E1DB; }

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

This text font color is #E8E1DB.


Background Color

.myBgColor { background-color: #E8E1DB; }

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

This div background color is #E8E1DB.


Border color

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

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

This div border color is #E8E1DB.


Opacity

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

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

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

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

This text has shadow with #E8E1DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8E1DB on black background.


Color preview on white background

This text has color #E8E1DB on white background.



Black color preview on #E8E1DB background

This text has black color on #E8E1DB background.


White color preview on #E8E1DB background

This text has white color on #E8E1DB background.