COLOR #E0FBEC

HEX: #E0FBEC
RGB: (224,251,236)

Color info

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

RGB color model

#E0FBEC color RGB value is (224,251,236).

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

RGB channels and saturation

R 224 of 255 = 88%
G 251 of 255 = 98%
B 236 of 255 = 93%

224
251
236

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

Portions of RGB colors in percentages

R + G + B =
224 + 251 + 236 = 711 (100%)
R 224 of 711 ~ 31.5%
G 251 of 711 ~ 35.3%
B 236 of 711 ~ 33.19%

%31.5
%35.3
%33.19

CMYK color model

#E0FBEC color CMYK value is (11,0,6,2).

  • cyan value is 10.76%
  • magenta value is 0.00%
  • yellow value is 5.98%
  • key color value is 1.57%
CMYK:
(11,0,6,2)
C11M0Y6K2 
(11%,0%,6%,2%)
(0.11/0.00/0.06/0.02)	

CMYK percentages

%10.76
%0
%5.98
%1.57

Codes

Color #E0FBEC in popluar color models

E0FBEC
RGB224251236
HSL147°77.14%93.14%
HSB/HSV147°10.76%98.43%
CMYK10.76%0.00%5.98%
1.57%

Color #E0FBEC in popluar number systems.

HEXE0FBEC
Decimal224251236
Binary111000001111101111101100
Octal340373354

Shades and tints

Shades of #E0FBEC

#E0FBEC
(224,251,236)
#CCE5D7
(204,229,215)
#B8CFC2
(184,207,194)
#A4B9AD
(164,185,173)
#90A398
(144,163,152)
#7C8D83
(124,141,131)
#68776E
(104,119,110)
#546159
(84,97,89)
#404B44
(64,75,68)
#2C352F
(44,53,47)
#181F1A
(24,31,26)
#000000
(0,0,0)

Tints of #E0FBEC

#E0FBEC
(224,251,236)
#E2FBED
(226,251,237)
#E4FBEE
(228,251,238)
#E6FBEF
(230,251,239)
#E8FBF0
(232,251,240)
#EAFBF1
(234,251,241)
#ECFBF2
(236,251,242)
#EEFBF3
(238,251,243)
#F0FBF4
(240,251,244)
#F2FBF5
(242,251,245)
#F4FBF6
(244,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0FBEC; }

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

This text font color is #E0FBEC.


Background Color

.myBgColor { background-color: #E0FBEC; }

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

This div background color is #E0FBEC.


Border color

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

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

This div border color is #E0FBEC.


Opacity

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

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

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

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

This text has shadow with #E0FBEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0FBEC on black background.


Color preview on white background

This text has color #E0FBEC on white background.



Black color preview on #E0FBEC background

This text has black color on #E0FBEC background.


White color preview on #E0FBEC background

This text has white color on #E0FBEC background.