COLOR #E8D6DB

HEX: #E8D6DB
RGB: (232,214,219)

Color info

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

RGB color model

#E8D6DB color RGB value is (232,214,219).

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

RGB channels and saturation

R 232 of 255 = 91%
G 214 of 255 = 84%
B 219 of 255 = 86%

232
214
219

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

Portions of RGB colors in percentages

R + G + B =
232 + 214 + 219 = 665 (100%)
R 232 of 665 ~ 34.89%
G 214 of 665 ~ 32.18%
B 219 of 665 ~ 32.93%

%34.89
%32.18
%32.93

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.76%
  • yellow value is 5.60%
  • key color value is 9.02%
CMYK:
(0,8,6,9)
C0M8Y6K9 
(0%,8%,6%,9%)
(0.00/0.08/0.06/0.09)	

CMYK percentages

%0
%7.76
%5.6
%9.02

Codes

Color #E8D6DB in popluar color models

E8D6DB
RGB232214219
HSL343°28.13%87.45%
HSB/HSV343°7.76%90.98%
CMYK0.00%7.76%5.60%
9.02%

Color #E8D6DB in popluar number systems.

HEXE8D6DB
Decimal232214219
Binary111010001101011011011011
Octal350326333

Shades and tints

Shades of #E8D6DB

#E8D6DB
(232,214,219)
#D3C3C8
(211,195,200)
#BEB0B5
(190,176,181)
#A99DA2
(169,157,162)
#948A8F
(148,138,143)
#7F777C
(127,119,124)
#6A6469
(106,100,105)
#555156
(85,81,86)
#403E43
(64,62,67)
#2B2B30
(43,43,48)
#16181D
(22,24,29)
#000000
(0,0,0)

Tints of #E8D6DB

#E8D6DB
(232,214,219)
#EAD9DE
(234,217,222)
#ECDCE1
(236,220,225)
#EEDFE4
(238,223,228)
#F0E2E7
(240,226,231)
#F2E5EA
(242,229,234)
#F4E8ED
(244,232,237)
#F6EBF0
(246,235,240)
#F8EEF3
(248,238,243)
#FAF1F6
(250,241,246)
#FCF4F9
(252,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8D6DB; }

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

This text font color is #E8D6DB.


Background Color

.myBgColor { background-color: #E8D6DB; }

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

This div background color is #E8D6DB.


Border color

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

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

This div border color is #E8D6DB.


Opacity

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

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

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

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

This text has shadow with #E8D6DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8D6DB on black background.


Color preview on white background

This text has color #E8D6DB on white background.



Black color preview on #E8D6DB background

This text has black color on #E8D6DB background.


White color preview on #E8D6DB background

This text has white color on #E8D6DB background.