COLOR #E4FDC8

HEX: #E4FDC8
RGB: (228,253,200)

Color info

#E4FDC8 contains red, green and blue colors in about the same proportion. Web safe color of #E4FDC8 is #CCFFCC (or #CFC).

RGB color model

#E4FDC8 color RGB value is (228,253,200).

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

RGB channels and saturation

R 228 of 255 = 89%
G 253 of 255 = 99%
B 200 of 255 = 78%

228
253
200

R + G + B ~ 89%. #E4FDC8 is light color.

Portions of RGB colors in percentages

R + G + B =
228 + 253 + 200 = 681 (100%)
R 228 of 681 ~ 33.48%
G 253 of 681 ~ 37.15%
B 200 of 681 ~ 29.37%

%33.48
%37.15
%29.37

CMYK color model

#E4FDC8 color CMYK value is (10,0,21,1).

  • cyan value is 9.88%
  • magenta value is 0.00%
  • yellow value is 20.95%
  • key color value is 0.78%
CMYK:
(10,0,21,1)
C10M0Y21K1 
(10%,0%,21%,1%)
(0.10/0.00/0.21/0.01)	

CMYK percentages

%9.88
%0
%20.95
%0.78

Codes

Color #E4FDC8 in popluar color models

E4FDC8
RGB228253200
HSL88°92.98%88.82%
HSB/HSV88°20.95%99.22%
CMYK9.88%0.00%20.95%
0.78%

Color #E4FDC8 in popluar number systems.

HEXE4FDC8
Decimal228253200
Binary111001001111110111001000
Octal344375310

Shades and tints

Shades of #E4FDC8

#E4FDC8
(228,253,200)
#D0E6B6
(208,230,182)
#BCCFA4
(188,207,164)
#A8B892
(168,184,146)
#94A180
(148,161,128)
#808A6E
(128,138,110)
#6C735C
(108,115,92)
#585C4A
(88,92,74)
#444538
(68,69,56)
#302E26
(48,46,38)
#1C1714
(28,23,20)
#000000
(0,0,0)

Tints of #E4FDC8

#E4FDC8
(228,253,200)
#E6FDCD
(230,253,205)
#E8FDD2
(232,253,210)
#EAFDD7
(234,253,215)
#ECFDDC
(236,253,220)
#EEFDE1
(238,253,225)
#F0FDE6
(240,253,230)
#F2FDEB
(242,253,235)
#F4FDF0
(244,253,240)
#F6FDF5
(246,253,245)
#F8FDFA
(248,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4FDC8; }

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

This text font color is #E4FDC8.


Background Color

.myBgColor { background-color: #E4FDC8; }

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

This div background color is #E4FDC8.


Border color

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

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

This div border color is #E4FDC8.


Opacity

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

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

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

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

This text has shadow with #E4FDC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4FDC8 on black background.


Color preview on white background

This text has color #E4FDC8 on white background.



Black color preview on #E4FDC8 background

This text has black color on #E4FDC8 background.


White color preview on #E4FDC8 background

This text has white color on #E4FDC8 background.