COLOR #E7E4ED

HEX: #E7E4ED RGB: (231,228,237)

Color info

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

RGB color model

#E7E4ED color RGB value is (231,228,237).

RGB: (231,228,237) (91%, 89%, 93%)

RGB channels and saturation

R 231 of 255 = 91%
G 228 of 255 = 89%
B 237 of 255 = 93%

231
228
237

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

Portions of RGB colors in percentages

R + G + B = 231 + 228 + 237 = 696 (100%)
R 231 of 696 ~ 33.19%
G 228 of 696 ~ 32.76%
B 237 of 696 ~ 34.05'%

%33.19
%32.76
%34.05

CMYK color model

#E7E4ED color CMYK value is (3,4,0,7).

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

CMYK: (3,4,0,7)
C3M4Y0K7 (3%, 4%, 0%, 7%)
(0.03 / 0.04 / 0.00 / 0.07)

CMYK percentages

%2.53
%3.8
%0
%7.06

Codes

Color #E7E4ED in popluar color models

E7 E4 ED
RGB 231 228 237
HSL 260° 20.00% 91.18%
HSB/HSV 260° 3.80% 92.94%
CMYK 2.53% 3.80% 0.00%
7.06%

Color #E7E4ED in popluar number systems.

HEX E7 E4 ED
Decimal 231 228 237
Binary 11100111 11100100 11101101
Octal 347 344 355

Shades and tints

Shades of #E7E4ED

#E7E4ED
(231,228,237)
#D2D0D8
(210,208,216)
#BDBCC3
(189,188,195)
#A8A8AE
(168,168,174)
#939499
(147,148,153)
#7E8084
(126,128,132)
#696C6F
(105,108,111)
#54585A
(84,88,90)
#3F4445
(63,68,69)
#2A3030
(42,48,48)
#151C1B
(21,28,27)
#000000
(0,0,0)

Tints of #E7E4ED

#E7E4ED
(231,228,237)
#E9E6EE
(233,230,238)
#EBE8EF
(235,232,239)
#EDEAF0
(237,234,240)
#EFECF1
(239,236,241)
#F1EEF2
(241,238,242)
#F3F0F3
(243,240,243)
#F5F2F4
(245,242,244)
#F7F4F5
(247,244,245)
#F9F6F6
(249,246,246)
#FBF8F7
(251,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7E4ED; }

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

This text font color is #E7E4ED.

Background Color

.myBgColor { background-color: #E7E4ED; }

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

This div background color is #E7E4ED.

Border color

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

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

This div border color is #E7E4ED.

Opacity

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

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

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

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

This text has shadow with #E7E4ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7E4ED.

Preview

Color preview on black background

This text has color #E7E4ED on black background.


Color preview on white background

This text has color #E7E4ED on white background.


Black color preview on #E7E4ED background

This text has black color on #E7E4ED background.


White color preview on #E7E4ED background

This text has white color on #E7E4ED background.


Related colors

Complementary color

Complementary color for #hex is #181B12.


I love getcolorcode.com

Triadic colors

1 #EDE7E4 and #E4EDE7 with #E7E4ED are triadic colors.

2 #EDE4E7 and #E4E7ED with #E7E4ED are triadic colors.