COLOR #E6DFF4

HEX: #E6DFF4
RGB: (230,223,244)

Color info

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

RGB color model

#E6DFF4 color RGB value is (230,223,244).

  • red value is 230;
  • green value is 223;
  • blue value is 244.
RGB:
(230,223,244)
(90%,87%,96%)

RGB channels and saturation

R 230 of 255 = 90%
G 223 of 255 = 87%
B 244 of 255 = 96%

230
223
244

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

Portions of RGB colors in percentages

R + G + B =
230 + 223 + 244 = 697 (100%)
R 230 of 697 ~ 33%
G 223 of 697 ~ 31.99%
B 244 of 697 ~ 35.01%

%33
%31.99
%35.01

CMYK color model

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

  • cyan value is 5.74%
  • magenta value is 8.61%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(6,9,0,4)
C6M9Y0K4 
(6%,9%,0%,4%)
(0.06/0.09/0.00/0.04)	

CMYK percentages

%5.74
%8.61
%0
%4.31

Codes

Color #E6DFF4 in popluar color models

E6DFF4
RGB230223244
HSL260°48.84%91.57%
HSB/HSV260°8.61%95.69%
CMYK5.74%8.61%0.00%
4.31%

Color #E6DFF4 in popluar number systems.

HEXE6DFF4
Decimal230223244
Binary111001101101111111110100
Octal346337364

Shades and tints

Shades of #E6DFF4

#E6DFF4
(230,223,244)
#D2CBDE
(210,203,222)
#BEB7C8
(190,183,200)
#AAA3B2
(170,163,178)
#968F9C
(150,143,156)
#827B86
(130,123,134)
#6E6770
(110,103,112)
#5A535A
(90,83,90)
#463F44
(70,63,68)
#322B2E
(50,43,46)
#1E1718
(30,23,24)
#000000
(0,0,0)

Tints of #E6DFF4

#E6DFF4
(230,223,244)
#E8E1F5
(232,225,245)
#EAE3F6
(234,227,246)
#ECE5F7
(236,229,247)
#EEE7F8
(238,231,248)
#F0E9F9
(240,233,249)
#F2EBFA
(242,235,250)
#F4EDFB
(244,237,251)
#F6EFFC
(246,239,252)
#F8F1FD
(248,241,253)
#FAF3FE
(250,243,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6DFF4 color. Also use rgb(230,223,244) instead hex code.

Text Font Color

.myTextColor { color: #E6DFF4; }

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

This text font color is #E6DFF4.


Background Color

.myBgColor { background-color: #E6DFF4; }

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

This div background color is #E6DFF4.


Border color

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

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

This div border color is #E6DFF4.


Opacity

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

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

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

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

This text has shadow with #E6DFF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6DFF4 on black background.


Color preview on white background

This text has color #E6DFF4 on white background.



Black color preview on #E6DFF4 background

This text has black color on #E6DFF4 background.


White color preview on #E6DFF4 background

This text has white color on #E6DFF4 background.