COLOR #E2FBEC

HEX: #E2FBEC
RGB: (226,251,236)

Color info

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

RGB color model

#E2FBEC color RGB value is (226,251,236).

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

RGB channels and saturation

R 226 of 255 = 89%
G 251 of 255 = 98%
B 236 of 255 = 93%

226
251
236

R + G + B ~ 93%. #E2FBEC is light color.

Portions of RGB colors in percentages

R + G + B =
226 + 251 + 236 = 713 (100%)
R 226 of 713 ~ 31.7%
G 251 of 713 ~ 35.2%
B 236 of 713 ~ 33.1%

%31.7
%35.2
%33.1

CMYK color model

#E2FBEC color CMYK value is (10,0,6,2).

  • cyan value is 9.96%
  • magenta value is 0.00%
  • yellow value is 5.98%
  • key color value is 1.57%
CMYK:
(10,0,6,2)
C10M0Y6K2 
(10%,0%,6%,2%)
(0.10/0.00/0.06/0.02)	

CMYK percentages

%9.96
%0
%5.98
%1.57

Codes

Color #E2FBEC in popluar color models

E2FBEC
RGB226251236
HSL144°75.76%93.53%
HSB/HSV144°9.96%98.43%
CMYK9.96%0.00%5.98%
1.57%

Color #E2FBEC in popluar number systems.

HEXE2FBEC
Decimal226251236
Binary111000101111101111101100
Octal342373354

Shades and tints

Shades of #E2FBEC

#E2FBEC
(226,251,236)
#CEE5D7
(206,229,215)
#BACFC2
(186,207,194)
#A6B9AD
(166,185,173)
#92A398
(146,163,152)
#7E8D83
(126,141,131)
#6A776E
(106,119,110)
#566159
(86,97,89)
#424B44
(66,75,68)
#2E352F
(46,53,47)
#1A1F1A
(26,31,26)
#000000
(0,0,0)

Tints of #E2FBEC

#E2FBEC
(226,251,236)
#E4FBED
(228,251,237)
#E6FBEE
(230,251,238)
#E8FBEF
(232,251,239)
#EAFBF0
(234,251,240)
#ECFBF1
(236,251,241)
#EEFBF2
(238,251,242)
#F0FBF3
(240,251,243)
#F2FBF4
(242,251,244)
#F4FBF5
(244,251,245)
#F6FBF6
(246,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2FBEC; }

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

This text font color is #E2FBEC.


Background Color

.myBgColor { background-color: #E2FBEC; }

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

This div background color is #E2FBEC.


Border color

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

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

This div border color is #E2FBEC.


Opacity

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

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

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

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

This text has shadow with #E2FBEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2FBEC on black background.


Color preview on white background

This text has color #E2FBEC on white background.



Black color preview on #E2FBEC background

This text has black color on #E2FBEC background.


White color preview on #E2FBEC background

This text has white color on #E2FBEC background.