COLOR #E8FDEE

HEX: #E8FDEE
RGB: (232,253,238)

Color info

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

RGB color model

#E8FDEE color RGB value is (232,253,238).

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

RGB channels and saturation

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

232
253
238

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

Portions of RGB colors in percentages

R + G + B =
232 + 253 + 238 = 723 (100%)
R 232 of 723 ~ 32.09%
G 253 of 723 ~ 34.99%
B 238 of 723 ~ 32.92%

%32.09
%34.99
%32.92

CMYK color model

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

  • cyan value is 8.30%
  • magenta value is 0.00%
  • yellow value is 5.93%
  • key color value is 0.78%
CMYK:
(8,0,6,1)
C8M0Y6K1 
(8%,0%,6%,1%)
(0.08/0.00/0.06/0.01)	

CMYK percentages

%8.3
%0
%5.93
%0.78

Codes

Color #E8FDEE in popluar color models

E8FDEE
RGB232253238
HSL137°84.00%95.10%
HSB/HSV137°8.30%99.22%
CMYK8.30%0.00%5.93%
0.78%

Color #E8FDEE in popluar number systems.

HEXE8FDEE
Decimal232253238
Binary111010001111110111101110
Octal350375356

Shades and tints

Shades of #E8FDEE

#E8FDEE
(232,253,238)
#D3E6D9
(211,230,217)
#BECFC4
(190,207,196)
#A9B8AF
(169,184,175)
#94A19A
(148,161,154)
#7F8A85
(127,138,133)
#6A7370
(106,115,112)
#555C5B
(85,92,91)
#404546
(64,69,70)
#2B2E31
(43,46,49)
#16171C
(22,23,28)
#000000
(0,0,0)

Tints of #E8FDEE

#E8FDEE
(232,253,238)
#EAFDEF
(234,253,239)
#ECFDF0
(236,253,240)
#EEFDF1
(238,253,241)
#F0FDF2
(240,253,242)
#F2FDF3
(242,253,243)
#F4FDF4
(244,253,244)
#F6FDF5
(246,253,245)
#F8FDF6
(248,253,246)
#FAFDF7
(250,253,247)
#FCFDF8
(252,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8FDEE; }

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

This text font color is #E8FDEE.


Background Color

.myBgColor { background-color: #E8FDEE; }

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

This div background color is #E8FDEE.


Border color

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

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

This div border color is #E8FDEE.


Opacity

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

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

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

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

This text has shadow with #E8FDEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8FDEE on black background.


Color preview on white background

This text has color #E8FDEE on white background.



Black color preview on #E8FDEE background

This text has black color on #E8FDEE background.


White color preview on #E8FDEE background

This text has white color on #E8FDEE background.