COLOR #E2EFEC

HEX: #E2EFEC
RGB: (226,239,236)

Color info

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

RGB color model

#E2EFEC color RGB value is (226,239,236).

  • red value is 226;
  • green value is 239;
  • blue value is 236.
RGB:
(226,239,236)
(89%,94%,93%)

RGB channels and saturation

R 226 of 255 = 89%
G 239 of 255 = 94%
B 236 of 255 = 93%

226
239
236

R + G + B ~ 92%. #E2EFEC is light color.

Portions of RGB colors in percentages

R + G + B =
226 + 239 + 236 = 701 (100%)
R 226 of 701 ~ 32.24%
G 239 of 701 ~ 34.09%
B 236 of 701 ~ 33.67%

%32.24
%34.09
%33.67

CMYK color model

#E2EFEC color CMYK value is (5,0,1,6).

  • cyan value is 5.44%
  • magenta value is 0.00%
  • yellow value is 1.26%
  • key color value is 6.27%
CMYK:
(5,0,1,6)
C5M0Y1K6 
(5%,0%,1%,6%)
(0.05/0.00/0.01/0.06)	

CMYK percentages

%5.44
%0
%1.26
%6.27

Codes

Color #E2EFEC in popluar color models

E2EFEC
RGB226239236
HSL166°28.89%91.18%
HSB/HSV166°5.44%93.73%
CMYK5.44%0.00%1.26%
6.27%

Color #E2EFEC in popluar number systems.

HEXE2EFEC
Decimal226239236
Binary111000101110111111101100
Octal342357354

Shades and tints

Shades of #E2EFEC

#E2EFEC
(226,239,236)
#CEDAD7
(206,218,215)
#BAC5C2
(186,197,194)
#A6B0AD
(166,176,173)
#929B98
(146,155,152)
#7E8683
(126,134,131)
#6A716E
(106,113,110)
#565C59
(86,92,89)
#424744
(66,71,68)
#2E322F
(46,50,47)
#1A1D1A
(26,29,26)
#000000
(0,0,0)

Tints of #E2EFEC

#E2EFEC
(226,239,236)
#E4F0ED
(228,240,237)
#E6F1EE
(230,241,238)
#E8F2EF
(232,242,239)
#EAF3F0
(234,243,240)
#ECF4F1
(236,244,241)
#EEF5F2
(238,245,242)
#F0F6F3
(240,246,243)
#F2F7F4
(242,247,244)
#F4F8F5
(244,248,245)
#F6F9F6
(246,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2EFEC color. Also use rgb(226,239,236) instead hex code.

Text Font Color

.myTextColor { color: #E2EFEC; }

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

This text font color is #E2EFEC.


Background Color

.myBgColor { background-color: #E2EFEC; }

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

This div background color is #E2EFEC.


Border color

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

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

This div border color is #E2EFEC.


Opacity

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

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

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

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

This text has shadow with #E2EFEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2EFEC on black background.


Color preview on white background

This text has color #E2EFEC on white background.



Black color preview on #E2EFEC background

This text has black color on #E2EFEC background.


White color preview on #E2EFEC background

This text has white color on #E2EFEC background.