COLOR #E4FDE9

HEX: #E4FDE9
RGB: (228,253,233)

Color info

#E4FDE9 contains red, green and blue colors in about the same proportion. Web safe color of #E4FDE9 is #CCFFFF (or #CFF).

RGB color model

#E4FDE9 color RGB value is (228,253,233).

  • red value is 228;
  • green value is 253;
  • blue value is 233.
RGB:
(228,253,233)
(89%,99%,91%)

RGB channels and saturation

R 228 of 255 = 89%
G 253 of 255 = 99%
B 233 of 255 = 91%

228
253
233

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

Portions of RGB colors in percentages

R + G + B =
228 + 253 + 233 = 714 (100%)
R 228 of 714 ~ 31.93%
G 253 of 714 ~ 35.43%
B 233 of 714 ~ 32.63%

%31.93
%35.43
%32.63

CMYK color model

#E4FDE9 color CMYK value is (10,0,8,1).

  • cyan value is 9.88%
  • magenta value is 0.00%
  • yellow value is 7.91%
  • key color value is 0.78%
CMYK:
(10,0,8,1)
C10M0Y8K1 
(10%,0%,8%,1%)
(0.10/0.00/0.08/0.01)	

CMYK percentages

%9.88
%0
%7.91
%0.78

Codes

Color #E4FDE9 in popluar color models

E4FDE9
RGB228253233
HSL132°86.21%94.31%
HSB/HSV132°9.88%99.22%
CMYK9.88%0.00%7.91%
0.78%

Color #E4FDE9 in popluar number systems.

HEXE4FDE9
Decimal228253233
Binary111001001111110111101001
Octal344375351

Shades and tints

Shades of #E4FDE9

#E4FDE9
(228,253,233)
#D0E6D4
(208,230,212)
#BCCFBF
(188,207,191)
#A8B8AA
(168,184,170)
#94A195
(148,161,149)
#808A80
(128,138,128)
#6C736B
(108,115,107)
#585C56
(88,92,86)
#444541
(68,69,65)
#302E2C
(48,46,44)
#1C1717
(28,23,23)
#000000
(0,0,0)

Tints of #E4FDE9

#E4FDE9
(228,253,233)
#E6FDEB
(230,253,235)
#E8FDED
(232,253,237)
#EAFDEF
(234,253,239)
#ECFDF1
(236,253,241)
#EEFDF3
(238,253,243)
#F0FDF5
(240,253,245)
#F2FDF7
(242,253,247)
#F4FDF9
(244,253,249)
#F6FDFB
(246,253,251)
#F8FDFD
(248,253,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4FDE9 color. Also use rgb(228,253,233) instead hex code.

Text Font Color

.myTextColor { color: #E4FDE9; }

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

This text font color is #E4FDE9.


Background Color

.myBgColor { background-color: #E4FDE9; }

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

This div background color is #E4FDE9.


Border color

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

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

This div border color is #E4FDE9.


Opacity

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

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

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

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

This text has shadow with #E4FDE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4FDE9 on black background.


Color preview on white background

This text has color #E4FDE9 on white background.



Black color preview on #E4FDE9 background

This text has black color on #E4FDE9 background.


White color preview on #E4FDE9 background

This text has white color on #E4FDE9 background.