COLOR #E8DFE7

HEX: #E8DFE7
RGB: (232,223,231)

Color info

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

RGB color model

#E8DFE7 color RGB value is (232,223,231).

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

RGB channels and saturation

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

232
223
231

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

Portions of RGB colors in percentages

R + G + B =
232 + 223 + 231 = 686 (100%)
R 232 of 686 ~ 33.82%
G 223 of 686 ~ 32.51%
B 231 of 686 ~ 33.67%

%33.82
%32.51
%33.67

CMYK color model

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

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

CMYK percentages

%0
%3.88
%0.43
%9.02

Codes

Color #E8DFE7 in popluar color models

E8DFE7
RGB232223231
HSL307°16.36%89.22%
HSB/HSV307°3.88%90.98%
CMYK0.00%3.88%0.43%
9.02%

Color #E8DFE7 in popluar number systems.

HEXE8DFE7
Decimal232223231
Binary111010001101111111100111
Octal350337347

Shades and tints

Shades of #E8DFE7

#E8DFE7
(232,223,231)
#D3CBD2
(211,203,210)
#BEB7BD
(190,183,189)
#A9A3A8
(169,163,168)
#948F93
(148,143,147)
#7F7B7E
(127,123,126)
#6A6769
(106,103,105)
#555354
(85,83,84)
#403F3F
(64,63,63)
#2B2B2A
(43,43,42)
#161715
(22,23,21)
#000000
(0,0,0)

Tints of #E8DFE7

#E8DFE7
(232,223,231)
#EAE1E9
(234,225,233)
#ECE3EB
(236,227,235)
#EEE5ED
(238,229,237)
#F0E7EF
(240,231,239)
#F2E9F1
(242,233,241)
#F4EBF3
(244,235,243)
#F6EDF5
(246,237,245)
#F8EFF7
(248,239,247)
#FAF1F9
(250,241,249)
#FCF3FB
(252,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8DFE7; }

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

This text font color is #E8DFE7.


Background Color

.myBgColor { background-color: #E8DFE7; }

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

This div background color is #E8DFE7.


Border color

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

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

This div border color is #E8DFE7.


Opacity

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

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

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

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

This text has shadow with #E8DFE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8DFE7 on black background.


Color preview on white background

This text has color #E8DFE7 on white background.



Black color preview on #E8DFE7 background

This text has black color on #E8DFE7 background.


White color preview on #E8DFE7 background

This text has white color on #E8DFE7 background.