COLOR #E7DFE6

HEX: #E7DFE6 RGB: (231,223,230)

Color info

#E7DFE6 contains red, green and blue colors in about the same proportion. Web safe color of #E7DFE6 is #FFCCCC (or #FCC).

RGB color model

#E7DFE6 color RGB value is (231,223,230).

RGB: (231,223,230) (91%, 87%, 90%)

RGB channels and saturation

R 231 of 255 = 91%
G 223 of 255 = 87%
B 230 of 255 = 90%

231
223
230

R + G + B ~ 89%. #E7DFE6 is light color.

Portions of RGB colors in percentages

R + G + B = 231 + 223 + 230 = 684 (100%)
R 231 of 684 ~ 33.77%
G 223 of 684 ~ 32.6%
B 230 of 684 ~ 33.63'%

%33.77
%32.6
%33.63

CMYK color model

#E7DFE6 color CMYK value is (0,3,0,9).

  • cyan value is 0.00%
  • magenta value is 3.46%
  • yellow value is 0.43%
  • key color value is 9.41%

CMYK: (0,3,0,9)
C0M3Y0K9 (0%, 3%, 0%, 9%)
(0.00 / 0.03 / 0.00 / 0.09)

CMYK percentages

%0
%3.46
%0.43
%9.41

Codes

Color #E7DFE6 in popluar color models

E7 DF E6
RGB 231 223 230
HSL 308° 14.29% 89.02%
HSB/HSV 308° 3.46% 90.59%
CMYK 0.00% 3.46% 0.43%
9.41%

Color #E7DFE6 in popluar number systems.

HEX E7 DF E6
Decimal 231 223 230
Binary 11100111 11011111 11100110
Octal 347 337 346

Shades and tints

Shades of #E7DFE6

#E7DFE6
(231,223,230)
#D2CBD2
(210,203,210)
#BDB7BE
(189,183,190)
#A8A3AA
(168,163,170)
#938F96
(147,143,150)
#7E7B82
(126,123,130)
#69676E
(105,103,110)
#54535A
(84,83,90)
#3F3F46
(63,63,70)
#2A2B32
(42,43,50)
#15171E
(21,23,30)
#000000
(0,0,0)

Tints of #E7DFE6

#E7DFE6
(231,223,230)
#E9E1E8
(233,225,232)
#EBE3EA
(235,227,234)
#EDE5EC
(237,229,236)
#EFE7EE
(239,231,238)
#F1E9F0
(241,233,240)
#F3EBF2
(243,235,242)
#F5EDF4
(245,237,244)
#F7EFF6
(247,239,246)
#F9F1F8
(249,241,248)
#FBF3FA
(251,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7DFE6; }

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

This text font color is #E7DFE6.

Background Color

.myBgColor { background-color: #E7DFE6; }

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

This div background color is #E7DFE6.

Border color

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

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

This div border color is #E7DFE6.

Opacity

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

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

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

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

This text has shadow with #E7DFE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7DFE6.

Preview

Color preview on black background

This text has color #E7DFE6 on black background.


Color preview on white background

This text has color #E7DFE6 on white background.


Black color preview on #E7DFE6 background

This text has black color on #E7DFE6 background.


White color preview on #E7DFE6 background

This text has white color on #E7DFE6 background.


Related colors

Complementary color

Complementary color for #hex is #182019.


I love getcolorcode.com

Triadic colors

1 #E6E7DF and #DFE6E7 with #E7DFE6 are triadic colors.

2 #E6DFE7 and #DFE7E6 with #E7DFE6 are triadic colors.