COLOR #E0FCF6

HEX: #E0FCF6 RGB: (224,252,246)

Color info

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

RGB color model

#E0FCF6 color RGB value is (224,252,246).

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

RGB channels and saturation

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

224
252
246

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

Portions of RGB colors in percentages

R + G + B = 224 + 252 + 246 = 722 (100%)
R 224 of 722 ~ 31.02%
G 252 of 722 ~ 34.9%
B 246 of 722 ~ 34.07'%

%31.02
%34.9
%34.07

CMYK color model

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

  • cyan value is 11.11%
  • 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

%11.11
%0
%2.38
%1.18

Codes

Color #E0FCF6 in popluar color models

E0 FC F6
RGB 224 252 246
HSL 167° 82.35% 93.33%
HSB/HSV 167° 11.11% 98.82%
CMYK 11.11% 0.00% 2.38%
1.18%

Color #E0FCF6 in popluar number systems.

HEX E0 FC F6
Decimal 224 252 246
Binary 11100000 11111100 11110110
Octal 340 374 366

Shades and tints

Shades of #E0FCF6

#E0FCF6
(224,252,246)
#CCE6E0
(204,230,224)
#B8D0CA
(184,208,202)
#A4BAB4
(164,186,180)
#90A49E
(144,164,158)
#7C8E88
(124,142,136)
#687872
(104,120,114)
#54625C
(84,98,92)
#404C46
(64,76,70)
#2C3630
(44,54,48)
#18201A
(24,32,26)
#000000
(0,0,0)

Tints of #E0FCF6

#E0FCF6
(224,252,246)
#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)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0FCF6; }

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

This text font color is #E0FCF6.

Background Color

.myBgColor { background-color: #E0FCF6; }

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

This div background color is #E0FCF6.

Border color

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

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

This div border color is #E0FCF6.

Opacity

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

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

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

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

This text has shadow with #E0FCF6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0FCF6.

Preview

Color preview on black background

This text has color #E0FCF6 on black background.


Color preview on white background

This text has color #E0FCF6 on white background.


Black color preview on #E0FCF6 background

This text has black color on #E0FCF6 background.


White color preview on #E0FCF6 background

This text has white color on #E0FCF6 background.


Related colors

Complementary color

Complementary color for #hex is #1F0309.


I love getcolorcode.com

Triadic colors

1 #F6E0FC and #FCF6E0 with #E0FCF6 are triadic colors.

2 #F6FCE0 and #FCE0F6 with #E0FCF6 are triadic colors.