COLOR #E2EEFC

HEX: #E2EEFC
RGB: (226,238,252)

Color info

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

RGB color model

#E2EEFC color RGB value is (226,238,252).

  • red value is 226;
  • green value is 238;
  • blue value is 252.
RGB:
(226,238,252)
(89%,93%,99%)

RGB channels and saturation

R 226 of 255 = 89%
G 238 of 255 = 93%
B 252 of 255 = 99%

226
238
252

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

Portions of RGB colors in percentages

R + G + B =
226 + 238 + 252 = 716 (100%)
R 226 of 716 ~ 31.56%
G 238 of 716 ~ 33.24%
B 252 of 716 ~ 35.2%

%31.56
%33.24
%35.2

CMYK color model

#E2EEFC color CMYK value is (10,6,0,1).

  • cyan value is 10.32%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(10,6,0,1)
C10M6Y0K1 
(10%,6%,0%,1%)
(0.10/0.06/0.00/0.01)	

CMYK percentages

%10.32
%5.56
%0
%1.18

Codes

Color #E2EEFC in popluar color models

E2EEFC
RGB226238252
HSL212°81.25%93.73%
HSB/HSV212°10.32%98.82%
CMYK10.32%5.56%0.00%
1.18%

Color #E2EEFC in popluar number systems.

HEXE2EEFC
Decimal226238252
Binary111000101110111011111100
Octal342356374

Shades and tints

Shades of #E2EEFC

#E2EEFC
(226,238,252)
#CED9E6
(206,217,230)
#BAC4D0
(186,196,208)
#A6AFBA
(166,175,186)
#929AA4
(146,154,164)
#7E858E
(126,133,142)
#6A7078
(106,112,120)
#565B62
(86,91,98)
#42464C
(66,70,76)
#2E3136
(46,49,54)
#1A1C20
(26,28,32)
#000000
(0,0,0)

Tints of #E2EEFC

#E2EEFC
(226,238,252)
#E4EFFC
(228,239,252)
#E6F0FC
(230,240,252)
#E8F1FC
(232,241,252)
#EAF2FC
(234,242,252)
#ECF3FC
(236,243,252)
#EEF4FC
(238,244,252)
#F0F5FC
(240,245,252)
#F2F6FC
(242,246,252)
#F4F7FC
(244,247,252)
#F6F8FC
(246,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2EEFC; }

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

This text font color is #E2EEFC.


Background Color

.myBgColor { background-color: #E2EEFC; }

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

This div background color is #E2EEFC.


Border color

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

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

This div border color is #E2EEFC.


Opacity

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

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

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

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

This text has shadow with #E2EEFC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2EEFC on black background.


Color preview on white background

This text has color #E2EEFC on white background.



Black color preview on #E2EEFC background

This text has black color on #E2EEFC background.


White color preview on #E2EEFC background

This text has white color on #E2EEFC background.