COLOR #E7E0ED

HEX: #E7E0ED RGB: (231,224,237)

Color info

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

RGB color model

#E7E0ED color RGB value is (231,224,237).

RGB: (231,224,237) (91%, 88%, 93%)

RGB channels and saturation

R 231 of 255 = 91%
G 224 of 255 = 88%
B 237 of 255 = 93%

231
224
237

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

Portions of RGB colors in percentages

R + G + B = 231 + 224 + 237 = 692 (100%)
R 231 of 692 ~ 33.38%
G 224 of 692 ~ 32.37%
B 237 of 692 ~ 34.25'%

%33.38
%32.37
%34.25

CMYK color model

#E7E0ED color CMYK value is (3,5,0,7).

  • cyan value is 2.53%
  • magenta value is 5.49%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (3,5,0,7)
C3M5Y0K7 (3%, 5%, 0%, 7%)
(0.03 / 0.05 / 0.00 / 0.07)

CMYK percentages

%2.53
%5.49
%0
%7.06

Codes

Color #E7E0ED in popluar color models

E7 E0 ED
RGB 231 224 237
HSL 272° 26.53% 90.39%
HSB/HSV 272° 5.49% 92.94%
CMYK 2.53% 5.49% 0.00%
7.06%

Color #E7E0ED in popluar number systems.

HEX E7 E0 ED
Decimal 231 224 237
Binary 11100111 11100000 11101101
Octal 347 340 355

Shades and tints

Shades of #E7E0ED

#E7E0ED
(231,224,237)
#D2CCD8
(210,204,216)
#BDB8C3
(189,184,195)
#A8A4AE
(168,164,174)
#939099
(147,144,153)
#7E7C84
(126,124,132)
#69686F
(105,104,111)
#54545A
(84,84,90)
#3F4045
(63,64,69)
#2A2C30
(42,44,48)
#15181B
(21,24,27)
#000000
(0,0,0)

Tints of #E7E0ED

#E7E0ED
(231,224,237)
#E9E2EE
(233,226,238)
#EBE4EF
(235,228,239)
#EDE6F0
(237,230,240)
#EFE8F1
(239,232,241)
#F1EAF2
(241,234,242)
#F3ECF3
(243,236,243)
#F5EEF4
(245,238,244)
#F7F0F5
(247,240,245)
#F9F2F6
(249,242,246)
#FBF4F7
(251,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7E0ED color. Also use rgb(231,224,237) instead hex code.

Text Font Color

.myTextColor { color: #E7E0ED; }

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

This text font color is #E7E0ED.

Background Color

.myBgColor { background-color: #E7E0ED; }

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

This div background color is #E7E0ED.

Border color

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

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

This div border color is #E7E0ED.

Opacity

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

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

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

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

This text has shadow with #E7E0ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7E0ED.

Preview

Color preview on black background

This text has color #E7E0ED on black background.


Color preview on white background

This text has color #E7E0ED on white background.


Black color preview on #E7E0ED background

This text has black color on #E7E0ED background.


White color preview on #E7E0ED background

This text has white color on #E7E0ED background.


Related colors

Complementary color

Complementary color for #hex is #181F12.


I love getcolorcode.com

Triadic colors

1 #EDE7E0 and #E0EDE7 with #E7E0ED are triadic colors.

2 #EDE0E7 and #E0E7ED with #E7E0ED are triadic colors.