COLOR #E7EDFD

HEX: #E7EDFD
RGB: (231,237,253)

Color info

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

RGB color model

#E7EDFD color RGB value is (231,237,253).

  • red value is 231;
  • green value is 237;
  • blue value is 253.
RGB:
(231,237,253)
(91%,93%,99%)

RGB channels and saturation

R 231 of 255 = 91%
G 237 of 255 = 93%
B 253 of 255 = 99%

231
237
253

R + G + B ~ 94%. #E7EDFD is light color.

Portions of RGB colors in percentages

R + G + B =
231 + 237 + 253 = 721 (100%)
R 231 of 721 ~ 32.04%
G 237 of 721 ~ 32.87%
B 253 of 721 ~ 35.09%

%32.04
%32.87
%35.09

CMYK color model

#E7EDFD color CMYK value is (9,6,0,1).

  • cyan value is 8.70%
  • magenta value is 6.32%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(9,6,0,1)
C9M6Y0K1 
(9%,6%,0%,1%)
(0.09/0.06/0.00/0.01)	

CMYK percentages

%8.7
%6.32
%0
%0.78

Codes

Color #E7EDFD in popluar color models

E7EDFD
RGB231237253
HSL224°84.62%94.90%
HSB/HSV224°8.70%99.22%
CMYK8.70%6.32%0.00%
0.78%

Color #E7EDFD in popluar number systems.

HEXE7EDFD
Decimal231237253
Binary111001111110110111111101
Octal347355375

Shades and tints

Shades of #E7EDFD

#E7EDFD
(231,237,253)
#D2D8E6
(210,216,230)
#BDC3CF
(189,195,207)
#A8AEB8
(168,174,184)
#9399A1
(147,153,161)
#7E848A
(126,132,138)
#696F73
(105,111,115)
#545A5C
(84,90,92)
#3F4545
(63,69,69)
#2A302E
(42,48,46)
#151B17
(21,27,23)
#000000
(0,0,0)

Tints of #E7EDFD

#E7EDFD
(231,237,253)
#E9EEFD
(233,238,253)
#EBEFFD
(235,239,253)
#EDF0FD
(237,240,253)
#EFF1FD
(239,241,253)
#F1F2FD
(241,242,253)
#F3F3FD
(243,243,253)
#F5F4FD
(245,244,253)
#F7F5FD
(247,245,253)
#F9F6FD
(249,246,253)
#FBF7FD
(251,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7EDFD; }

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

This text font color is #E7EDFD.


Background Color

.myBgColor { background-color: #E7EDFD; }

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

This div background color is #E7EDFD.


Border color

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

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

This div border color is #E7EDFD.


Opacity

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

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

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

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

This text has shadow with #E7EDFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7EDFD on black background.


Color preview on white background

This text has color #E7EDFD on white background.



Black color preview on #E7EDFD background

This text has black color on #E7EDFD background.


White color preview on #E7EDFD background

This text has white color on #E7EDFD background.