COLOR #E7DFE8

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

231
223
232

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

Portions of RGB colors in percentages

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

%33.67
%32.51
%33.82

CMYK color model

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

  • cyan value is 0.43%
  • magenta value is 3.88%
  • yellow value is 0.00%
  • 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.43
%3.88
%0
%9.02

Codes

Color #E7DFE8 in popluar color models

E7DFE8
RGB231223232
HSL293°16.36%89.22%
HSB/HSV293°3.88%90.98%
CMYK0.43%3.88%0.00%
9.02%

Color #E7DFE8 in popluar number systems.

HEXE7DFE8
Decimal231223232
Binary111001111101111111101000
Octal347337350

Shades and tints

Shades of #E7DFE8

#E7DFE8
(231,223,232)
#D2CBD3
(210,203,211)
#BDB7BE
(189,183,190)
#A8A3A9
(168,163,169)
#938F94
(147,143,148)
#7E7B7F
(126,123,127)
#69676A
(105,103,106)
#545355
(84,83,85)
#3F3F40
(63,63,64)
#2A2B2B
(42,43,43)
#151716
(21,23,22)
#000000
(0,0,0)

Tints of #E7DFE8

#E7DFE8
(231,223,232)
#E9E1EA
(233,225,234)
#EBE3EC
(235,227,236)
#EDE5EE
(237,229,238)
#EFE7F0
(239,231,240)
#F1E9F2
(241,233,242)
#F3EBF4
(243,235,244)
#F5EDF6
(245,237,246)
#F7EFF8
(247,239,248)
#F9F1FA
(249,241,250)
#FBF3FC
(251,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7DFE8; }

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

This text font color is #E7DFE8.


Background Color

.myBgColor { background-color: #E7DFE8; }

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

This div background color is #E7DFE8.


Border color

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

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

This div border color is #E7DFE8.


Opacity

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

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

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

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

This text has shadow with #E7DFE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7DFE8 on black background.


Color preview on white background

This text has color #E7DFE8 on white background.



Black color preview on #E7DFE8 background

This text has black color on #E7DFE8 background.


White color preview on #E7DFE8 background

This text has white color on #E7DFE8 background.