COLOR #E6DFF7

HEX: #E6DFF7 RGB: (230,223,247)

Color info

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

RGB color model

#E6DFF7 color RGB value is (230,223,247).

RGB: (230,223,247) (90%, 87%, 97%)

RGB channels and saturation

R 230 of 255 = 90%
G 223 of 255 = 87%
B 247 of 255 = 97%

230
223
247

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

Portions of RGB colors in percentages

R + G + B = 230 + 223 + 247 = 700 (100%)
R 230 of 700 ~ 32.86%
G 223 of 700 ~ 31.86%
B 247 of 700 ~ 35.29'%

%32.86
%31.86
%35.29

CMYK color model

#E6DFF7 color CMYK value is (7,10,0,3).

  • cyan value is 6.88%
  • magenta value is 9.72%
  • yellow value is 0.00%
  • key color value is 3.14%

CMYK: (7,10,0,3)
C7M10Y0K3 (7%, 10%, 0%, 3%)
(0.07 / 0.10 / 0.00 / 0.03)

CMYK percentages

%6.88
%9.72
%0
%3.14

Codes

Color #E6DFF7 in popluar color models

E6 DF F7
RGB 230 223 247
HSL 258° 60.00% 92.16%
HSB/HSV 258° 9.72% 96.86%
CMYK 6.88% 9.72% 0.00%
3.14%

Color #E6DFF7 in popluar number systems.

HEX E6 DF F7
Decimal 230 223 247
Binary 11100110 11011111 11110111
Octal 346 337 367

Shades and tints

Shades of #E6DFF7

#E6DFF7
(230,223,247)
#D2CBE1
(210,203,225)
#BEB7CB
(190,183,203)
#AAA3B5
(170,163,181)
#968F9F
(150,143,159)
#827B89
(130,123,137)
#6E6773
(110,103,115)
#5A535D
(90,83,93)
#463F47
(70,63,71)
#322B31
(50,43,49)
#1E171B
(30,23,27)
#000000
(0,0,0)

Tints of #E6DFF7

#E6DFF7
(230,223,247)
#E8E1F7
(232,225,247)
#EAE3F7
(234,227,247)
#ECE5F7
(236,229,247)
#EEE7F7
(238,231,247)
#F0E9F7
(240,233,247)
#F2EBF7
(242,235,247)
#F4EDF7
(244,237,247)
#F6EFF7
(246,239,247)
#F8F1F7
(248,241,247)
#FAF3F7
(250,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6DFF7; }

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

This text font color is #E6DFF7.

Background Color

.myBgColor { background-color: #E6DFF7; }

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

This div background color is #E6DFF7.

Border color

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

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

This div border color is #E6DFF7.

Opacity

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

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

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

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

This text has shadow with #E6DFF7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6DFF7.

Preview

Color preview on black background

This text has color #E6DFF7 on black background.


Color preview on white background

This text has color #E6DFF7 on white background.


Black color preview on #E6DFF7 background

This text has black color on #E6DFF7 background.


White color preview on #E6DFF7 background

This text has white color on #E6DFF7 background.


Related colors

Complementary color

Complementary color for #hex is #192008.


I love getcolorcode.com

Triadic colors

1 #F7E6DF and #DFF7E6 with #E6DFF7 are triadic colors.

2 #F7DFE6 and #DFE6F7 with #E6DFF7 are triadic colors.