COLOR #E2F4FC

HEX: #E2F4FC RGB: (226,244,252)

Color info

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

RGB color model

#E2F4FC color RGB value is (226,244,252).

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

RGB channels and saturation

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

226
244
252

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

Portions of RGB colors in percentages

R + G + B = 226 + 244 + 252 = 722 (100%)
R 226 of 722 ~ 31.3%
G 244 of 722 ~ 33.8%
B 252 of 722 ~ 34.9'%

%31.3
%33.8
%34.9

CMYK color model

#E2F4FC color CMYK value is (10,3,0,1).

  • cyan value is 10.32%
  • magenta value is 3.17%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK: (10,3,0,1) C10M3Y0K1 (10%,3%,0%,1%) (0.10/0.03/0.00/0.01) 

CMYK percentages

%10.32
%3.17
%0
%1.18

Codes

Color #E2F4FC in popluar color models

E2 F4 FC
RGB 226 244 252
HSL 198° 81.25% 93.73%
HSB/HSV 198° 10.32% 98.82%
CMYK 10.32% 3.17% 0.00%
1.18%

Color #E2F4FC in popluar number systems.

HEX E2 F4 FC
Decimal 226 244 252
Binary 11100010 11110100 11111100
Octal 342 364 374

Shades and tints

Shades of #E2F4FC

#E2F4FC
(226,244,252)
#CEDEE6
(206,222,230)
#BAC8D0
(186,200,208)
#A6B2BA
(166,178,186)
#929CA4
(146,156,164)
#7E868E
(126,134,142)
#6A7078
(106,112,120)
#565A62
(86,90,98)
#42444C
(66,68,76)
#2E2E36
(46,46,54)
#1A1820
(26,24,32)
#000000
(0,0,0)

Tints of #E2F4FC

#E2F4FC
(226,244,252)
#E4F5FC
(228,245,252)
#E6F6FC
(230,246,252)
#E8F7FC
(232,247,252)
#EAF8FC
(234,248,252)
#ECF9FC
(236,249,252)
#EEFAFC
(238,250,252)
#F0FBFC
(240,251,252)
#F2FCFC
(242,252,252)
#F4FDFC
(244,253,252)
#F6FEFC
(246,254,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2F4FC; }

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

This text font color is #E2F4FC.

Background Color

.myBgColor { background-color: #E2F4FC; }

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

This div background color is #E2F4FC.

Border color

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

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

This div border color is #E2F4FC.

Opacity

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

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

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

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

This text has shadow with #E2F4FC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2F4FC.

Preview

Color preview on black background

This text has color #E2F4FC on black background.


Color preview on white background

This text has color #E2F4FC on white background.


Black color preview on #E2F4FC background

This text has black color on #E2F4FC background.


White color preview on #E2F4FC background

This text has white color on #E2F4FC background.


Related colors

Complementary color

Complementary color for #hex is #1D0B03.


I love getcolorcode.com

Triadic colors

1 #FCE2F4 and #F4FCE2 with #E2F4FC are triadic colors.

2 #FCF4E2 and #F4E2FC with #E2F4FC are triadic colors.