COLOR #E1FCF6

HEX: #E1FCF6 RGB: (225,252,246)

Color info

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

RGB color model

#E1FCF6 color RGB value is (225,252,246).

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

RGB channels and saturation

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

225
252
246

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

Portions of RGB colors in percentages

R + G + B = 225 + 252 + 246 = 723 (100%)
R 225 of 723 ~ 31.12%
G 252 of 723 ~ 34.85%
B 246 of 723 ~ 34.02'%

%31.12
%34.85
%34.02

CMYK color model

#E1FCF6 color CMYK value is (11,0,2,1).

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

CMYK: (11,0,2,1)
C11M0Y2K1 (11%, 0%, 2%, 1%)
(0.11 / 0.00 / 0.02 / 0.01)

CMYK percentages

%10.71
%0
%2.38
%1.18

Codes

Color #E1FCF6 in popluar color models

E1 FC F6
RGB 225 252 246
HSL 167° 81.82% 93.53%
HSB/HSV 167° 10.71% 98.82%
CMYK 10.71% 0.00% 2.38%
1.18%

Color #E1FCF6 in popluar number systems.

HEX E1 FC F6
Decimal 225 252 246
Binary 11100001 11111100 11110110
Octal 341 374 366

Shades and tints

Shades of #E1FCF6

#E1FCF6
(225,252,246)
#CDE6E0
(205,230,224)
#B9D0CA
(185,208,202)
#A5BAB4
(165,186,180)
#91A49E
(145,164,158)
#7D8E88
(125,142,136)
#697872
(105,120,114)
#55625C
(85,98,92)
#414C46
(65,76,70)
#2D3630
(45,54,48)
#19201A
(25,32,26)
#000000
(0,0,0)

Tints of #E1FCF6

#E1FCF6
(225,252,246)
#E3FCF6
(227,252,246)
#E5FCF6
(229,252,246)
#E7FCF6
(231,252,246)
#E9FCF6
(233,252,246)
#EBFCF6
(235,252,246)
#EDFCF6
(237,252,246)
#EFFCF6
(239,252,246)
#F1FCF6
(241,252,246)
#F3FCF6
(243,252,246)
#F5FCF6
(245,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1FCF6; }

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

This text font color is #E1FCF6.

Background Color

.myBgColor { background-color: #E1FCF6; }

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

This div background color is #E1FCF6.

Border color

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

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

This div border color is #E1FCF6.

Opacity

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

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

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

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

This text has shadow with #E1FCF6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1FCF6.

Preview

Color preview on black background

This text has color #E1FCF6 on black background.


Color preview on white background

This text has color #E1FCF6 on white background.


Black color preview on #E1FCF6 background

This text has black color on #E1FCF6 background.


White color preview on #E1FCF6 background

This text has white color on #E1FCF6 background.


Related colors

Complementary color

Complementary color for #hex is #1E0309.


I love getcolorcode.com

Triadic colors

1 #F6E1FC and #FCF6E1 with #E1FCF6 are triadic colors.

2 #F6FCE1 and #FCE1F6 with #E1FCF6 are triadic colors.