COLOR #E1FCDA

HEX: #E1FCDA RGB: (225,252,218)

Color info

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

RGB color model

#E1FCDA color RGB value is (225,252,218).

RGB: (225,252,218) (88%, 99%, 85%)

RGB channels and saturation

R 225 of 255 = 88%
G 252 of 255 = 99%
B 218 of 255 = 85%

225
252
218

R + G + B ~ 91%. #E1FCDA is light color.

Portions of RGB colors in percentages

R + G + B = 225 + 252 + 218 = 695 (100%)
R 225 of 695 ~ 32.37%
G 252 of 695 ~ 36.26%
B 218 of 695 ~ 31.37'%

%32.37
%36.26
%31.37

CMYK color model

#E1FCDA color CMYK value is (11,0,13,1).

  • cyan value is 10.71%
  • magenta value is 0.00%
  • yellow value is 13.49%
  • key color value is 1.18%
CMYK: (11,0,13,1) C11M0Y13K1 (11%,0%,13%,1%) (0.11/0.00/0.13/0.01) 

CMYK percentages

%10.71
%0
%13.49
%1.18

Codes

Color #E1FCDA in popluar color models

E1 FC DA
RGB 225 252 218
HSL 108° 85.00% 92.16%
HSB/HSV 108° 13.49% 98.82%
CMYK 10.71% 0.00% 13.49%
1.18%

Color #E1FCDA in popluar number systems.

HEX E1 FC DA
Decimal 225 252 218
Binary 11100001 11111100 11011010
Octal 341 374 332

Shades and tints

Shades of #E1FCDA

#E1FCDA
(225,252,218)
#CDE6C7
(205,230,199)
#B9D0B4
(185,208,180)
#A5BAA1
(165,186,161)
#91A48E
(145,164,142)
#7D8E7B
(125,142,123)
#697868
(105,120,104)
#556255
(85,98,85)
#414C42
(65,76,66)
#2D362F
(45,54,47)
#19201C
(25,32,28)
#000000
(0,0,0)

Tints of #E1FCDA

#E1FCDA
(225,252,218)
#E3FCDD
(227,252,221)
#E5FCE0
(229,252,224)
#E7FCE3
(231,252,227)
#E9FCE6
(233,252,230)
#EBFCE9
(235,252,233)
#EDFCEC
(237,252,236)
#EFFCEF
(239,252,239)
#F1FCF2
(241,252,242)
#F3FCF5
(243,252,245)
#F5FCF8
(245,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1FCDA; }

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

This text font color is #E1FCDA.

Background Color

.myBgColor { background-color: #E1FCDA; }

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

This div background color is #E1FCDA.

Border color

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

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

This div border color is #E1FCDA.

Opacity

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

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

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

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

This text has shadow with #E1FCDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1FCDA.

Preview

Color preview on black background

This text has color #E1FCDA on black background.


Color preview on white background

This text has color #E1FCDA on white background.


Black color preview on #E1FCDA background

This text has black color on #E1FCDA background.


White color preview on #E1FCDA background

This text has white color on #E1FCDA background.


Related colors

Complementary color

Complementary color for #hex is #1E0325.


I love getcolorcode.com

Triadic colors

1 #DAE1FC and #FCDAE1 with #E1FCDA are triadic colors.

2 #DAFCE1 and #FCE1DA with #E1FCDA are triadic colors.