COLOR #E1FCF4

HEX: #E1FCF4 RGB: (225,252,244)

Color info

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

RGB color model

#E1FCF4 color RGB value is (225,252,244).

RGB: (225,252,244) (88%, 99%, 96%)

RGB channels and saturation

R 225 of 255 = 88%
G 252 of 255 = 99%
B 244 of 255 = 96%

225
252
244

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

Portions of RGB colors in percentages

R + G + B = 225 + 252 + 244 = 721 (100%)
R 225 of 721 ~ 31.21%
G 252 of 721 ~ 34.95%
B 244 of 721 ~ 33.84'%

%31.21
%34.95
%33.84

CMYK color model

#E1FCF4 color CMYK value is (11,0,3,1).

  • cyan value is 10.71%
  • magenta value is 0.00%
  • yellow value is 3.17%
  • key color value is 1.18%

CMYK: (11,0,3,1)
C11M0Y3K1 (11%, 0%, 3%, 1%)
(0.11 / 0.00 / 0.03 / 0.01)

CMYK percentages

%10.71
%0
%3.17
%1.18

Codes

Color #E1FCF4 in popluar color models

E1 FC F4
RGB 225 252 244
HSL 162° 81.82% 93.53%
HSB/HSV 162° 10.71% 98.82%
CMYK 10.71% 0.00% 3.17%
1.18%

Color #E1FCF4 in popluar number systems.

HEX E1 FC F4
Decimal 225 252 244
Binary 11100001 11111100 11110100
Octal 341 374 364

Shades and tints

Shades of #E1FCF4

#E1FCF4
(225,252,244)
#CDE6DE
(205,230,222)
#B9D0C8
(185,208,200)
#A5BAB2
(165,186,178)
#91A49C
(145,164,156)
#7D8E86
(125,142,134)
#697870
(105,120,112)
#55625A
(85,98,90)
#414C44
(65,76,68)
#2D362E
(45,54,46)
#192018
(25,32,24)
#000000
(0,0,0)

Tints of #E1FCF4

#E1FCF4
(225,252,244)
#E3FCF5
(227,252,245)
#E5FCF6
(229,252,246)
#E7FCF7
(231,252,247)
#E9FCF8
(233,252,248)
#EBFCF9
(235,252,249)
#EDFCFA
(237,252,250)
#EFFCFB
(239,252,251)
#F1FCFC
(241,252,252)
#F3FCFD
(243,252,253)
#F5FCFE
(245,252,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1FCF4; }

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

This text font color is #E1FCF4.

Background Color

.myBgColor { background-color: #E1FCF4; }

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

This div background color is #E1FCF4.

Border color

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

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

This div border color is #E1FCF4.

Opacity

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

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

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

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

This text has shadow with #E1FCF4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1FCF4.

Preview

Color preview on black background

This text has color #E1FCF4 on black background.


Color preview on white background

This text has color #E1FCF4 on white background.


Black color preview on #E1FCF4 background

This text has black color on #E1FCF4 background.


White color preview on #E1FCF4 background

This text has white color on #E1FCF4 background.


Related colors

Complementary color

Complementary color for #hex is #1E030B.


I love getcolorcode.com

Triadic colors

1 #F4E1FC and #FCF4E1 with #E1FCF4 are triadic colors.

2 #F4FCE1 and #FCE1F4 with #E1FCF4 are triadic colors.