COLOR #E7EDF4

HEX: #E7EDF4 RGB: (231,237,244)

Color info

#E7EDF4 contains red, green and blue colors in about the same proportion. Web safe color of #E7EDF4 is #FFFFFF (or #FFF).

RGB color model

#E7EDF4 color RGB value is (231,237,244).

RGB: (231,237,244) (91%, 93%, 96%)

RGB channels and saturation

R 231 of 255 = 91%
G 237 of 255 = 93%
B 244 of 255 = 96%

231
237
244

R + G + B ~ 93%. #E7EDF4 is light color.

Portions of RGB colors in percentages

R + G + B = 231 + 237 + 244 = 712 (100%)
R 231 of 712 ~ 32.44%
G 237 of 712 ~ 33.29%
B 244 of 712 ~ 34.27'%

%32.44
%33.29
%34.27

CMYK color model

#E7EDF4 color CMYK value is (5,3,0,4).

  • cyan value is 5.33%
  • magenta value is 2.87%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK: (5,3,0,4) C5M3Y0K4 (5%,3%,0%,4%) (0.05/0.03/0.00/0.04) 

CMYK percentages

%5.33
%2.87
%0
%4.31

Codes

Color #E7EDF4 in popluar color models

E7 ED F4
RGB 231 237 244
HSL 212° 37.14% 93.14%
HSB/HSV 212° 5.33% 95.69%
CMYK 5.33% 2.87% 0.00%
4.31%

Color #E7EDF4 in popluar number systems.

HEX E7 ED F4
Decimal 231 237 244
Binary 11100111 11101101 11110100
Octal 347 355 364

Shades and tints

Shades of #E7EDF4

#E7EDF4
(231,237,244)
#D2D8DE
(210,216,222)
#BDC3C8
(189,195,200)
#A8AEB2
(168,174,178)
#93999C
(147,153,156)
#7E8486
(126,132,134)
#696F70
(105,111,112)
#545A5A
(84,90,90)
#3F4544
(63,69,68)
#2A302E
(42,48,46)
#151B18
(21,27,24)
#000000
(0,0,0)

Tints of #E7EDF4

#E7EDF4
(231,237,244)
#E9EEF5
(233,238,245)
#EBEFF6
(235,239,246)
#EDF0F7
(237,240,247)
#EFF1F8
(239,241,248)
#F1F2F9
(241,242,249)
#F3F3FA
(243,243,250)
#F5F4FB
(245,244,251)
#F7F5FC
(247,245,252)
#F9F6FD
(249,246,253)
#FBF7FE
(251,247,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7EDF4; }

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

This text font color is #E7EDF4.

Background Color

.myBgColor { background-color: #E7EDF4; }

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

This div background color is #E7EDF4.

Border color

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

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

This div border color is #E7EDF4.

Opacity

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

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

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

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

This text has shadow with #E7EDF4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7EDF4.

Preview

Color preview on black background

This text has color #E7EDF4 on black background.


Color preview on white background

This text has color #E7EDF4 on white background.


Black color preview on #E7EDF4 background

This text has black color on #E7EDF4 background.


White color preview on #E7EDF4 background

This text has white color on #E7EDF4 background.


Related colors

Complementary color

Complementary color for #hex is #18120B.


I love getcolorcode.com

Triadic colors

1 #F4E7ED and #EDF4E7 with #E7EDF4 are triadic colors.

2 #F4EDE7 and #EDE7F4 with #E7EDF4 are triadic colors.