COLOR #E7E1ED

HEX: #E7E1ED RGB: (231,225,237)

Color info

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

RGB color model

#E7E1ED color RGB value is (231,225,237).

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

RGB channels and saturation

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

231
225
237

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

Portions of RGB colors in percentages

R + G + B = 231 + 225 + 237 = 693 (100%)
R 231 of 693 ~ 33.33%
G 225 of 693 ~ 32.47%
B 237 of 693 ~ 34.2'%

%33.33
%32.47
%34.2

CMYK color model

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

  • cyan value is 2.53%
  • magenta value is 5.06%
  • 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.06
%0
%7.06

Codes

Color #E7E1ED in popluar color models

E7 E1 ED
RGB 231 225 237
HSL 270° 25.00% 90.59%
HSB/HSV 270° 5.06% 92.94%
CMYK 2.53% 5.06% 0.00%
7.06%

Color #E7E1ED in popluar number systems.

HEX E7 E1 ED
Decimal 231 225 237
Binary 11100111 11100001 11101101
Octal 347 341 355

Shades and tints

Shades of #E7E1ED

#E7E1ED
(231,225,237)
#D2CDD8
(210,205,216)
#BDB9C3
(189,185,195)
#A8A5AE
(168,165,174)
#939199
(147,145,153)
#7E7D84
(126,125,132)
#69696F
(105,105,111)
#54555A
(84,85,90)
#3F4145
(63,65,69)
#2A2D30
(42,45,48)
#15191B
(21,25,27)
#000000
(0,0,0)

Tints of #E7E1ED

#E7E1ED
(231,225,237)
#E9E3EE
(233,227,238)
#EBE5EF
(235,229,239)
#EDE7F0
(237,231,240)
#EFE9F1
(239,233,241)
#F1EBF2
(241,235,242)
#F3EDF3
(243,237,243)
#F5EFF4
(245,239,244)
#F7F1F5
(247,241,245)
#F9F3F6
(249,243,246)
#FBF5F7
(251,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7E1ED; }

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

This text font color is #E7E1ED.

Background Color

.myBgColor { background-color: #E7E1ED; }

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

This div background color is #E7E1ED.

Border color

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

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

This div border color is #E7E1ED.

Opacity

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

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

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

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

This text has shadow with #E7E1ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7E1ED.

Preview

Color preview on black background

This text has color #E7E1ED on black background.


Color preview on white background

This text has color #E7E1ED on white background.


Black color preview on #E7E1ED background

This text has black color on #E7E1ED background.


White color preview on #E7E1ED background

This text has white color on #E7E1ED background.


Related colors

Complementary color

Complementary color for #hex is #181E12.


I love getcolorcode.com

Triadic colors

1 #EDE7E1 and #E1EDE7 with #E7E1ED are triadic colors.

2 #EDE1E7 and #E1E7ED with #E7E1ED are triadic colors.