COLOR #E3DFF0

HEX: #E3DFF0
RGB: (227,223,240)

Color info

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

RGB color model

#E3DFF0 color RGB value is (227,223,240).

  • red value is 227;
  • green value is 223;
  • blue value is 240.
RGB:
(227,223,240)
(89%,87%,94%)

RGB channels and saturation

R 227 of 255 = 89%
G 223 of 255 = 87%
B 240 of 255 = 94%

227
223
240

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

Portions of RGB colors in percentages

R + G + B =
227 + 223 + 240 = 690 (100%)
R 227 of 690 ~ 32.9%
G 223 of 690 ~ 32.32%
B 240 of 690 ~ 34.78%

%32.9
%32.32
%34.78

CMYK color model

#E3DFF0 color CMYK value is (5,7,0,6).

  • cyan value is 5.42%
  • magenta value is 7.08%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(5,7,0,6)
C5M7Y0K6 
(5%,7%,0%,6%)
(0.05/0.07/0.00/0.06)	

CMYK percentages

%5.42
%7.08
%0
%5.88

Codes

Color #E3DFF0 in popluar color models

E3DFF0
RGB227223240
HSL254°36.17%90.78%
HSB/HSV254°7.08%94.12%
CMYK5.42%7.08%0.00%
5.88%

Color #E3DFF0 in popluar number systems.

HEXE3DFF0
Decimal227223240
Binary111000111101111111110000
Octal343337360

Shades and tints

Shades of #E3DFF0

#E3DFF0
(227,223,240)
#CFCBDB
(207,203,219)
#BBB7C6
(187,183,198)
#A7A3B1
(167,163,177)
#938F9C
(147,143,156)
#7F7B87
(127,123,135)
#6B6772
(107,103,114)
#57535D
(87,83,93)
#433F48
(67,63,72)
#2F2B33
(47,43,51)
#1B171E
(27,23,30)
#000000
(0,0,0)

Tints of #E3DFF0

#E3DFF0
(227,223,240)
#E5E1F1
(229,225,241)
#E7E3F2
(231,227,242)
#E9E5F3
(233,229,243)
#EBE7F4
(235,231,244)
#EDE9F5
(237,233,245)
#EFEBF6
(239,235,246)
#F1EDF7
(241,237,247)
#F3EFF8
(243,239,248)
#F5F1F9
(245,241,249)
#F7F3FA
(247,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3DFF0 color. Also use rgb(227,223,240) instead hex code.

Text Font Color

.myTextColor { color: #E3DFF0; }

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

This text font color is #E3DFF0.


Background Color

.myBgColor { background-color: #E3DFF0; }

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

This div background color is #E3DFF0.


Border color

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

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

This div border color is #E3DFF0.


Opacity

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

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

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

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

This text has shadow with #E3DFF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3DFF0 on black background.


Color preview on white background

This text has color #E3DFF0 on white background.



Black color preview on #E3DFF0 background

This text has black color on #E3DFF0 background.


White color preview on #E3DFF0 background

This text has white color on #E3DFF0 background.