COLOR #E2FCF6

HEX: #E2FCF6 RGB: (226,252,246)

Color info

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

RGB color model

#E2FCF6 color RGB value is (226,252,246).

RGB: (226,252,246) (89%, 99%, 96%)

RGB channels and saturation

R 226 of 255 = 89%
G 252 of 255 = 99%
B 246 of 255 = 96%

226
252
246

R + G + B ~ 95%. #E2FCF6 is light color.

Portions of RGB colors in percentages

R + G + B = 226 + 252 + 246 = 724 (100%)
R 226 of 724 ~ 31.22%
G 252 of 724 ~ 34.81%
B 246 of 724 ~ 33.98'%

%31.22
%34.81
%33.98

CMYK color model

#E2FCF6 color CMYK value is (10,0,2,1).

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

CMYK: (10,0,2,1)
C10M0Y2K1 (10%, 0%, 2%, 1%)
(0.10 / 0.00 / 0.02 / 0.01)

CMYK percentages

%10.32
%0
%2.38
%1.18

Codes

Color #E2FCF6 in popluar color models

E2 FC F6
RGB 226 252 246
HSL 166° 81.25% 93.73%
HSB/HSV 166° 10.32% 98.82%
CMYK 10.32% 0.00% 2.38%
1.18%

Color #E2FCF6 in popluar number systems.

HEX E2 FC F6
Decimal 226 252 246
Binary 11100010 11111100 11110110
Octal 342 374 366

Shades and tints

Shades of #E2FCF6

#E2FCF6
(226,252,246)
#CEE6E0
(206,230,224)
#BAD0CA
(186,208,202)
#A6BAB4
(166,186,180)
#92A49E
(146,164,158)
#7E8E88
(126,142,136)
#6A7872
(106,120,114)
#56625C
(86,98,92)
#424C46
(66,76,70)
#2E3630
(46,54,48)
#1A201A
(26,32,26)
#000000
(0,0,0)

Tints of #E2FCF6

#E2FCF6
(226,252,246)
#E4FCF6
(228,252,246)
#E6FCF6
(230,252,246)
#E8FCF6
(232,252,246)
#EAFCF6
(234,252,246)
#ECFCF6
(236,252,246)
#EEFCF6
(238,252,246)
#F0FCF6
(240,252,246)
#F2FCF6
(242,252,246)
#F4FCF6
(244,252,246)
#F6FCF6
(246,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2FCF6; }

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

This text font color is #E2FCF6.

Background Color

.myBgColor { background-color: #E2FCF6; }

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

This div background color is #E2FCF6.

Border color

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

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

This div border color is #E2FCF6.

Opacity

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

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

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

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

This text has shadow with #E2FCF6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2FCF6.

Preview

Color preview on black background

This text has color #E2FCF6 on black background.


Color preview on white background

This text has color #E2FCF6 on white background.


Black color preview on #E2FCF6 background

This text has black color on #E2FCF6 background.


White color preview on #E2FCF6 background

This text has white color on #E2FCF6 background.


Related colors

Complementary color

Complementary color for #hex is #1D0309.


I love getcolorcode.com

Triadic colors

1 #F6E2FC and #FCF6E2 with #E2FCF6 are triadic colors.

2 #F6FCE2 and #FCE2F6 with #E2FCF6 are triadic colors.