COLOR #E2DFF7

HEX: #E2DFF7
RGB: (226,223,247)

Color info

#E2DFF7 contains red, green and blue colors in about the same proportion. Web safe color of #E2DFF7 is #CCCCFF (or #CCF).

RGB color model

#E2DFF7 color RGB value is (226,223,247).

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

RGB channels and saturation

R 226 of 255 = 89%
G 223 of 255 = 87%
B 247 of 255 = 97%

226
223
247

R + G + B ~ 91%. #E2DFF7 is light color.

Portions of RGB colors in percentages

R + G + B =
226 + 223 + 247 = 696 (100%)
R 226 of 696 ~ 32.47%
G 223 of 696 ~ 32.04%
B 247 of 696 ~ 35.49%

%32.47
%32.04
%35.49

CMYK color model

#E2DFF7 color CMYK value is (9,10,0,3).

  • cyan value is 8.50%
  • magenta value is 9.72%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(9,10,0,3)
C9M10Y0K3 
(9%,10%,0%,3%)
(0.09/0.10/0.00/0.03)	

CMYK percentages

%8.5
%9.72
%0
%3.14

Codes

Color #E2DFF7 in popluar color models

E2DFF7
RGB226223247
HSL248°60.00%92.16%
HSB/HSV248°9.72%96.86%
CMYK8.50%9.72%0.00%
3.14%

Color #E2DFF7 in popluar number systems.

HEXE2DFF7
Decimal226223247
Binary111000101101111111110111
Octal342337367

Shades and tints

Shades of #E2DFF7

#E2DFF7
(226,223,247)
#CECBE1
(206,203,225)
#BAB7CB
(186,183,203)
#A6A3B5
(166,163,181)
#928F9F
(146,143,159)
#7E7B89
(126,123,137)
#6A6773
(106,103,115)
#56535D
(86,83,93)
#423F47
(66,63,71)
#2E2B31
(46,43,49)
#1A171B
(26,23,27)
#000000
(0,0,0)

Tints of #E2DFF7

#E2DFF7
(226,223,247)
#E4E1F7
(228,225,247)
#E6E3F7
(230,227,247)
#E8E5F7
(232,229,247)
#EAE7F7
(234,231,247)
#ECE9F7
(236,233,247)
#EEEBF7
(238,235,247)
#F0EDF7
(240,237,247)
#F2EFF7
(242,239,247)
#F4F1F7
(244,241,247)
#F6F3F7
(246,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2DFF7; }

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

This text font color is #E2DFF7.


Background Color

.myBgColor { background-color: #E2DFF7; }

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

This div background color is #E2DFF7.


Border color

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

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

This div border color is #E2DFF7.


Opacity

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

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

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

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

This text has shadow with #E2DFF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2DFF7 on black background.


Color preview on white background

This text has color #E2DFF7 on white background.



Black color preview on #E2DFF7 background

This text has black color on #E2DFF7 background.


White color preview on #E2DFF7 background

This text has white color on #E2DFF7 background.