COLOR #E8DBDA

HEX: #E8DBDA
RGB: (232,219,218)

Color info

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

RGB color model

#E8DBDA color RGB value is (232,219,218).

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

RGB channels and saturation

R 232 of 255 = 91%
G 219 of 255 = 86%
B 218 of 255 = 85%

232
219
218

R + G + B ~ 87%. #E8DBDA is light color.

Portions of RGB colors in percentages

R + G + B =
232 + 219 + 218 = 669 (100%)
R 232 of 669 ~ 34.68%
G 219 of 669 ~ 32.74%
B 218 of 669 ~ 32.59%

%34.68
%32.74
%32.59

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.60%
  • yellow value is 6.03%
  • key color value is 9.02%
CMYK:
(0,6,6,9)
C0M6Y6K9 
(0%,6%,6%,9%)
(0.00/0.06/0.06/0.09)	

CMYK percentages

%0
%5.6
%6.03
%9.02

Codes

Color #E8DBDA in popluar color models

E8DBDA
RGB232219218
HSL23.33%88.24%
HSB/HSV6.03%90.98%
CMYK0.00%5.60%6.03%
9.02%

Color #E8DBDA in popluar number systems.

HEXE8DBDA
Decimal232219218
Binary111010001101101111011010
Octal350333332

Shades and tints

Shades of #E8DBDA

#E8DBDA
(232,219,218)
#D3C8C7
(211,200,199)
#BEB5B4
(190,181,180)
#A9A2A1
(169,162,161)
#948F8E
(148,143,142)
#7F7C7B
(127,124,123)
#6A6968
(106,105,104)
#555655
(85,86,85)
#404342
(64,67,66)
#2B302F
(43,48,47)
#161D1C
(22,29,28)
#000000
(0,0,0)

Tints of #E8DBDA

#E8DBDA
(232,219,218)
#EADEDD
(234,222,221)
#ECE1E0
(236,225,224)
#EEE4E3
(238,228,227)
#F0E7E6
(240,231,230)
#F2EAE9
(242,234,233)
#F4EDEC
(244,237,236)
#F6F0EF
(246,240,239)
#F8F3F2
(248,243,242)
#FAF6F5
(250,246,245)
#FCF9F8
(252,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8DBDA; }

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

This text font color is #E8DBDA.


Background Color

.myBgColor { background-color: #E8DBDA; }

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

This div background color is #E8DBDA.


Border color

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

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

This div border color is #E8DBDA.


Opacity

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

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

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

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

This text has shadow with #E8DBDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8DBDA on black background.


Color preview on white background

This text has color #E8DBDA on white background.



Black color preview on #E8DBDA background

This text has black color on #E8DBDA background.


White color preview on #E8DBDA background

This text has white color on #E8DBDA background.