COLOR #E6DFF3

HEX: #E6DFF3
RGB: (230,223,243)

Color info

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

RGB color model

#E6DFF3 color RGB value is (230,223,243).

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

RGB channels and saturation

R 230 of 255 = 90%
G 223 of 255 = 87%
B 243 of 255 = 95%

230
223
243

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

Portions of RGB colors in percentages

R + G + B =
230 + 223 + 243 = 696 (100%)
R 230 of 696 ~ 33.05%
G 223 of 696 ~ 32.04%
B 243 of 696 ~ 34.91%

%33.05
%32.04
%34.91

CMYK color model

#E6DFF3 color CMYK value is (5,8,0,5).

  • cyan value is 5.35%
  • magenta value is 8.23%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(5,8,0,5)
C5M8Y0K5 
(5%,8%,0%,5%)
(0.05/0.08/0.00/0.05)	

CMYK percentages

%5.35
%8.23
%0
%4.71

Codes

Color #E6DFF3 in popluar color models

E6DFF3
RGB230223243
HSL261°45.45%91.37%
HSB/HSV261°8.23%95.29%
CMYK5.35%8.23%0.00%
4.71%

Color #E6DFF3 in popluar number systems.

HEXE6DFF3
Decimal230223243
Binary111001101101111111110011
Octal346337363

Shades and tints

Shades of #E6DFF3

#E6DFF3
(230,223,243)
#D2CBDD
(210,203,221)
#BEB7C7
(190,183,199)
#AAA3B1
(170,163,177)
#968F9B
(150,143,155)
#827B85
(130,123,133)
#6E676F
(110,103,111)
#5A5359
(90,83,89)
#463F43
(70,63,67)
#322B2D
(50,43,45)
#1E1717
(30,23,23)
#000000
(0,0,0)

Tints of #E6DFF3

#E6DFF3
(230,223,243)
#E8E1F4
(232,225,244)
#EAE3F5
(234,227,245)
#ECE5F6
(236,229,246)
#EEE7F7
(238,231,247)
#F0E9F8
(240,233,248)
#F2EBF9
(242,235,249)
#F4EDFA
(244,237,250)
#F6EFFB
(246,239,251)
#F8F1FC
(248,241,252)
#FAF3FD
(250,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6DFF3; }

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

This text font color is #E6DFF3.


Background Color

.myBgColor { background-color: #E6DFF3; }

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

This div background color is #E6DFF3.


Border color

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

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

This div border color is #E6DFF3.


Opacity

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

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

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

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

This text has shadow with #E6DFF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6DFF3 on black background.


Color preview on white background

This text has color #E6DFF3 on white background.



Black color preview on #E6DFF3 background

This text has black color on #E6DFF3 background.


White color preview on #E6DFF3 background

This text has white color on #E6DFF3 background.