COLOR #E7EDFC

HEX: #E7EDFC RGB: (231,237,252)

Color info

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

RGB color model

#E7EDFC color RGB value is (231,237,252).

RGB: (231,237,252) (91%, 93%, 99%)

RGB channels and saturation

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

231
237
252

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

Portions of RGB colors in percentages

R + G + B = 231 + 237 + 252 = 720 (100%)
R 231 of 720 ~ 32.08%
G 237 of 720 ~ 32.92%
B 252 of 720 ~ 35'%

%32.08
%32.92
%35

CMYK color model

#E7EDFC color CMYK value is (8,6,0,1).

  • cyan value is 8.33%
  • magenta value is 5.95%
  • yellow value is 0.00%
  • key color value is 1.18%

CMYK: (8,6,0,1)
C8M6Y0K1 (8%, 6%, 0%, 1%)
(0.08 / 0.06 / 0.00 / 0.01)

CMYK percentages

%8.33
%5.95
%0
%1.18

Codes

Color #E7EDFC in popluar color models

E7 ED FC
RGB 231 237 252
HSL 223° 77.78% 94.71%
HSB/HSV 223° 8.33% 98.82%
CMYK 8.33% 5.95% 0.00%
1.18%

Color #E7EDFC in popluar number systems.

HEX E7 ED FC
Decimal 231 237 252
Binary 11100111 11101101 11111100
Octal 347 355 374

Shades and tints

Shades of #E7EDFC

#E7EDFC
(231,237,252)
#D2D8E6
(210,216,230)
#BDC3D0
(189,195,208)
#A8AEBA
(168,174,186)
#9399A4
(147,153,164)
#7E848E
(126,132,142)
#696F78
(105,111,120)
#545A62
(84,90,98)
#3F454C
(63,69,76)
#2A3036
(42,48,54)
#151B20
(21,27,32)
#000000
(0,0,0)

Tints of #E7EDFC

#E7EDFC
(231,237,252)
#E9EEFC
(233,238,252)
#EBEFFC
(235,239,252)
#EDF0FC
(237,240,252)
#EFF1FC
(239,241,252)
#F1F2FC
(241,242,252)
#F3F3FC
(243,243,252)
#F5F4FC
(245,244,252)
#F7F5FC
(247,245,252)
#F9F6FC
(249,246,252)
#FBF7FC
(251,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7EDFC; }

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

This text font color is #E7EDFC.

Background Color

.myBgColor { background-color: #E7EDFC; }

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

This div background color is #E7EDFC.

Border color

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

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

This div border color is #E7EDFC.

Opacity

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

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

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

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

This text has shadow with #E7EDFC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7EDFC.

Preview

Color preview on black background

This text has color #E7EDFC on black background.


Color preview on white background

This text has color #E7EDFC on white background.


Black color preview on #E7EDFC background

This text has black color on #E7EDFC background.


White color preview on #E7EDFC background

This text has white color on #E7EDFC background.


Related colors

Complementary color

Complementary color for #hex is #181203.


I love getcolorcode.com

Triadic colors

1 #FCE7ED and #EDFCE7 with #E7EDFC are triadic colors.

2 #FCEDE7 and #EDE7FC with #E7EDFC are triadic colors.