COLOR #E7DFFC

HEX: #E7DFFC RGB: (231,223,252)

Color info

#E7DFFC contains red, green and blue colors in about the same proportion. Web safe color of #E7DFFC is #FFCCFF (or #FCF).

RGB color model

#E7DFFC color RGB value is (231,223,252).

RGB: (231,223,252) (91%, 87%, 99%)

RGB channels and saturation

R 231 of 255 = 91%
G 223 of 255 = 87%
B 252 of 255 = 99%

231
223
252

R + G + B ~ 92%. #E7DFFC is light color.

Portions of RGB colors in percentages

R + G + B = 231 + 223 + 252 = 706 (100%)
R 231 of 706 ~ 32.72%
G 223 of 706 ~ 31.59%
B 252 of 706 ~ 35.69'%

%32.72
%31.59
%35.69

CMYK color model

#E7DFFC color CMYK value is (8,12,0,1).

  • cyan value is 8.33%
  • magenta value is 11.51%
  • yellow value is 0.00%
  • key color value is 1.18%

CMYK: (8,12,0,1)
C8M12Y0K1 (8%, 12%, 0%, 1%)
(0.08 / 0.12 / 0.00 / 0.01)

CMYK percentages

%8.33
%11.51
%0
%1.18

Codes

Color #E7DFFC in popluar color models

E7 DF FC
RGB 231 223 252
HSL 257° 82.86% 93.14%
HSB/HSV 257° 11.51% 98.82%
CMYK 8.33% 11.51% 0.00%
1.18%

Color #E7DFFC in popluar number systems.

HEX E7 DF FC
Decimal 231 223 252
Binary 11100111 11011111 11111100
Octal 347 337 374

Shades and tints

Shades of #E7DFFC

#E7DFFC
(231,223,252)
#D2CBE6
(210,203,230)
#BDB7D0
(189,183,208)
#A8A3BA
(168,163,186)
#938FA4
(147,143,164)
#7E7B8E
(126,123,142)
#696778
(105,103,120)
#545362
(84,83,98)
#3F3F4C
(63,63,76)
#2A2B36
(42,43,54)
#151720
(21,23,32)
#000000
(0,0,0)

Tints of #E7DFFC

#E7DFFC
(231,223,252)
#E9E1FC
(233,225,252)
#EBE3FC
(235,227,252)
#EDE5FC
(237,229,252)
#EFE7FC
(239,231,252)
#F1E9FC
(241,233,252)
#F3EBFC
(243,235,252)
#F5EDFC
(245,237,252)
#F7EFFC
(247,239,252)
#F9F1FC
(249,241,252)
#FBF3FC
(251,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7DFFC color. Also use rgb(231,223,252) instead hex code.

Text Font Color

.myTextColor { color: #E7DFFC; }

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

This text font color is #E7DFFC.

Background Color

.myBgColor { background-color: #E7DFFC; }

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

This div background color is #E7DFFC.

Border color

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

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

This div border color is #E7DFFC.

Opacity

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

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

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

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

This text has shadow with #E7DFFC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7DFFC.

Preview

Color preview on black background

This text has color #E7DFFC on black background.


Color preview on white background

This text has color #E7DFFC on white background.


Black color preview on #E7DFFC background

This text has black color on #E7DFFC background.


White color preview on #E7DFFC background

This text has white color on #E7DFFC background.


Related colors

Complementary color

Complementary color for #hex is #182003.


I love getcolorcode.com

Triadic colors

1 #FCE7DF and #DFFCE7 with #E7DFFC are triadic colors.

2 #FCDFE7 and #DFE7FC with #E7DFFC are triadic colors.