COLOR #E8FCDA

HEX: #E8FCDA RGB: (232,252,218)

Color info

#E8FCDA contains red, green and blue colors in about the same proportion. Web safe color of #E8FCDA is #FFFFCC (or #FFC).

RGB color model

#E8FCDA color RGB value is (232,252,218).

RGB: (232,252,218) (91%, 99%, 85%)

RGB channels and saturation

R 232 of 255 = 91%
G 252 of 255 = 99%
B 218 of 255 = 85%

232
252
218

R + G + B ~ 92%. #E8FCDA is light color.

Portions of RGB colors in percentages

R + G + B = 232 + 252 + 218 = 702 (100%)
R 232 of 702 ~ 33.05%
G 252 of 702 ~ 35.9%
B 218 of 702 ~ 31.05'%

%33.05
%35.9
%31.05

CMYK color model

#E8FCDA color CMYK value is (8,0,13,1).

  • cyan value is 7.94%
  • magenta value is 0.00%
  • yellow value is 13.49%
  • key color value is 1.18%

CMYK: (8,0,13,1)
C8M0Y13K1 (8%, 0%, 13%, 1%)
(0.08 / 0.00 / 0.13 / 0.01)

CMYK percentages

%7.94
%0
%13.49
%1.18

Codes

Color #E8FCDA in popluar color models

E8 FC DA
RGB 232 252 218
HSL 95° 85.00% 92.16%
HSB/HSV 95° 13.49% 98.82%
CMYK 7.94% 0.00% 13.49%
1.18%

Color #E8FCDA in popluar number systems.

HEX E8 FC DA
Decimal 232 252 218
Binary 11101000 11111100 11011010
Octal 350 374 332

Shades and tints

Shades of #E8FCDA

#E8FCDA
(232,252,218)
#D3E6C7
(211,230,199)
#BED0B4
(190,208,180)
#A9BAA1
(169,186,161)
#94A48E
(148,164,142)
#7F8E7B
(127,142,123)
#6A7868
(106,120,104)
#556255
(85,98,85)
#404C42
(64,76,66)
#2B362F
(43,54,47)
#16201C
(22,32,28)
#000000
(0,0,0)

Tints of #E8FCDA

#E8FCDA
(232,252,218)
#EAFCDD
(234,252,221)
#ECFCE0
(236,252,224)
#EEFCE3
(238,252,227)
#F0FCE6
(240,252,230)
#F2FCE9
(242,252,233)
#F4FCEC
(244,252,236)
#F6FCEF
(246,252,239)
#F8FCF2
(248,252,242)
#FAFCF5
(250,252,245)
#FCFCF8
(252,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8FCDA color. Also use rgb(232,252,218) instead hex code.

Text Font Color

.myTextColor { color: #E8FCDA; }

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

This text font color is #E8FCDA.

Background Color

.myBgColor { background-color: #E8FCDA; }

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

This div background color is #E8FCDA.

Border color

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

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

This div border color is #E8FCDA.

Opacity

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

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

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

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

This text has shadow with #E8FCDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8FCDA.

Preview

Color preview on black background

This text has color #E8FCDA on black background.


Color preview on white background

This text has color #E8FCDA on white background.


Black color preview on #E8FCDA background

This text has black color on #E8FCDA background.


White color preview on #E8FCDA background

This text has white color on #E8FCDA background.


Related colors

Complementary color

Complementary color for #hex is #170325.


I love getcolorcode.com

Triadic colors

1 #DAE8FC and #FCDAE8 with #E8FCDA are triadic colors.

2 #DAFCE8 and #FCE8DA with #E8FCDA are triadic colors.