COLOR #E9DFF7

HEX: #E9DFF7
RGB: (233,223,247)

Color info

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

RGB color model

#E9DFF7 color RGB value is (233,223,247).

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

RGB channels and saturation

R 233 of 255 = 91%
G 223 of 255 = 87%
B 247 of 255 = 97%

233
223
247

R + G + B ~ 92%. #E9DFF7 is light color.

Portions of RGB colors in percentages

R + G + B =
233 + 223 + 247 = 703 (100%)
R 233 of 703 ~ 33.14%
G 223 of 703 ~ 31.72%
B 247 of 703 ~ 35.14%

%33.14
%31.72
%35.14

CMYK color model

#E9DFF7 color CMYK value is (6,10,0,3).

  • cyan value is 5.67%
  • magenta value is 9.72%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(6,10,0,3)
C6M10Y0K3 
(6%,10%,0%,3%)
(0.06/0.10/0.00/0.03)	

CMYK percentages

%5.67
%9.72
%0
%3.14

Codes

Color #E9DFF7 in popluar color models

E9DFF7
RGB233223247
HSL265°60.00%92.16%
HSB/HSV265°9.72%96.86%
CMYK5.67%9.72%0.00%
3.14%

Color #E9DFF7 in popluar number systems.

HEXE9DFF7
Decimal233223247
Binary111010011101111111110111
Octal351337367

Shades and tints

Shades of #E9DFF7

#E9DFF7
(233,223,247)
#D4CBE1
(212,203,225)
#BFB7CB
(191,183,203)
#AAA3B5
(170,163,181)
#958F9F
(149,143,159)
#807B89
(128,123,137)
#6B6773
(107,103,115)
#56535D
(86,83,93)
#413F47
(65,63,71)
#2C2B31
(44,43,49)
#17171B
(23,23,27)
#000000
(0,0,0)

Tints of #E9DFF7

#E9DFF7
(233,223,247)
#EBE1F7
(235,225,247)
#EDE3F7
(237,227,247)
#EFE5F7
(239,229,247)
#F1E7F7
(241,231,247)
#F3E9F7
(243,233,247)
#F5EBF7
(245,235,247)
#F7EDF7
(247,237,247)
#F9EFF7
(249,239,247)
#FBF1F7
(251,241,247)
#FDF3F7
(253,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9DFF7; }

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

This text font color is #E9DFF7.


Background Color

.myBgColor { background-color: #E9DFF7; }

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

This div background color is #E9DFF7.


Border color

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

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

This div border color is #E9DFF7.


Opacity

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

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

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

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

This text has shadow with #E9DFF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9DFF7 on black background.


Color preview on white background

This text has color #E9DFF7 on white background.



Black color preview on #E9DFF7 background

This text has black color on #E9DFF7 background.


White color preview on #E9DFF7 background

This text has white color on #E9DFF7 background.