COLOR #E8DFE9

HEX: #E8DFE9
RGB: (232,223,233)

Color info

#E8DFE9 contains red, green and blue colors in about the same proportion. Web safe color of #E8DFE9 is #FFCCFF (or #FCF).

RGB color model

#E8DFE9 color RGB value is (232,223,233).

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

RGB channels and saturation

R 232 of 255 = 91%
G 223 of 255 = 87%
B 233 of 255 = 91%

232
223
233

R + G + B ~ 90%. #E8DFE9 is light color.

Portions of RGB colors in percentages

R + G + B =
232 + 223 + 233 = 688 (100%)
R 232 of 688 ~ 33.72%
G 223 of 688 ~ 32.41%
B 233 of 688 ~ 33.87%

%33.72
%32.41
%33.87

CMYK color model

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

  • cyan value is 0.43%
  • magenta value is 4.29%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(0,4,0,9)
C0M4Y0K9 
(0%,4%,0%,9%)
(0.00/0.04/0.00/0.09)	

CMYK percentages

%0.43
%4.29
%0
%8.63

Codes

Color #E8DFE9 in popluar color models

E8DFE9
RGB232223233
HSL294°18.52%89.41%
HSB/HSV294°4.29%91.37%
CMYK0.43%4.29%0.00%
8.63%

Color #E8DFE9 in popluar number systems.

HEXE8DFE9
Decimal232223233
Binary111010001101111111101001
Octal350337351

Shades and tints

Shades of #E8DFE9

#E8DFE9
(232,223,233)
#D3CBD4
(211,203,212)
#BEB7BF
(190,183,191)
#A9A3AA
(169,163,170)
#948F95
(148,143,149)
#7F7B80
(127,123,128)
#6A676B
(106,103,107)
#555356
(85,83,86)
#403F41
(64,63,65)
#2B2B2C
(43,43,44)
#161717
(22,23,23)
#000000
(0,0,0)

Tints of #E8DFE9

#E8DFE9
(232,223,233)
#EAE1EB
(234,225,235)
#ECE3ED
(236,227,237)
#EEE5EF
(238,229,239)
#F0E7F1
(240,231,241)
#F2E9F3
(242,233,243)
#F4EBF5
(244,235,245)
#F6EDF7
(246,237,247)
#F8EFF9
(248,239,249)
#FAF1FB
(250,241,251)
#FCF3FD
(252,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8DFE9; }

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

This text font color is #E8DFE9.


Background Color

.myBgColor { background-color: #E8DFE9; }

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

This div background color is #E8DFE9.


Border color

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

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

This div border color is #E8DFE9.


Opacity

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

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

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

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

This text has shadow with #E8DFE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8DFE9 on black background.


Color preview on white background

This text has color #E8DFE9 on white background.



Black color preview on #E8DFE9 background

This text has black color on #E8DFE9 background.


White color preview on #E8DFE9 background

This text has white color on #E8DFE9 background.