COLOR #E7FDEE

HEX: #E7FDEE
RGB: (231,253,238)

Color info

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

RGB color model

#E7FDEE color RGB value is (231,253,238).

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

RGB channels and saturation

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

231
253
238

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

Portions of RGB colors in percentages

R + G + B =
231 + 253 + 238 = 722 (100%)
R 231 of 722 ~ 31.99%
G 253 of 722 ~ 35.04%
B 238 of 722 ~ 32.96%

%31.99
%35.04
%32.96

CMYK color model

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

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

CMYK percentages

%8.7
%0
%5.93
%0.78

Codes

Color #E7FDEE in popluar color models

E7FDEE
RGB231253238
HSL139°84.62%94.90%
HSB/HSV139°8.70%99.22%
CMYK8.70%0.00%5.93%
0.78%

Color #E7FDEE in popluar number systems.

HEXE7FDEE
Decimal231253238
Binary111001111111110111101110
Octal347375356

Shades and tints

Shades of #E7FDEE

#E7FDEE
(231,253,238)
#D2E6D9
(210,230,217)
#BDCFC4
(189,207,196)
#A8B8AF
(168,184,175)
#93A19A
(147,161,154)
#7E8A85
(126,138,133)
#697370
(105,115,112)
#545C5B
(84,92,91)
#3F4546
(63,69,70)
#2A2E31
(42,46,49)
#15171C
(21,23,28)
#000000
(0,0,0)

Tints of #E7FDEE

#E7FDEE
(231,253,238)
#E9FDEF
(233,253,239)
#EBFDF0
(235,253,240)
#EDFDF1
(237,253,241)
#EFFDF2
(239,253,242)
#F1FDF3
(241,253,243)
#F3FDF4
(243,253,244)
#F5FDF5
(245,253,245)
#F7FDF6
(247,253,246)
#F9FDF7
(249,253,247)
#FBFDF8
(251,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7FDEE; }

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

This text font color is #E7FDEE.


Background Color

.myBgColor { background-color: #E7FDEE; }

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

This div background color is #E7FDEE.


Border color

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

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

This div border color is #E7FDEE.


Opacity

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

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

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

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

This text has shadow with #E7FDEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7FDEE on black background.


Color preview on white background

This text has color #E7FDEE on white background.



Black color preview on #E7FDEE background

This text has black color on #E7FDEE background.


White color preview on #E7FDEE background

This text has white color on #E7FDEE background.