COLOR #E0ECFB

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

224
236
251

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

Portions of RGB colors in percentages

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

%31.5
%33.19
%35.3

CMYK color model

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

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

CMYK percentages

%10.76
%5.98
%0
%1.57

Codes

Color #E0ECFB in popluar color models

E0ECFB
RGB224236251
HSL213°77.14%93.14%
HSB/HSV213°10.76%98.43%
CMYK10.76%5.98%0.00%
1.57%

Color #E0ECFB in popluar number systems.

HEXE0ECFB
Decimal224236251
Binary111000001110110011111011
Octal340354373

Shades and tints

Shades of #E0ECFB

#E0ECFB
(224,236,251)
#CCD7E5
(204,215,229)
#B8C2CF
(184,194,207)
#A4ADB9
(164,173,185)
#9098A3
(144,152,163)
#7C838D
(124,131,141)
#686E77
(104,110,119)
#545961
(84,89,97)
#40444B
(64,68,75)
#2C2F35
(44,47,53)
#181A1F
(24,26,31)
#000000
(0,0,0)

Tints of #E0ECFB

#E0ECFB
(224,236,251)
#E2EDFB
(226,237,251)
#E4EEFB
(228,238,251)
#E6EFFB
(230,239,251)
#E8F0FB
(232,240,251)
#EAF1FB
(234,241,251)
#ECF2FB
(236,242,251)
#EEF3FB
(238,243,251)
#F0F4FB
(240,244,251)
#F2F5FB
(242,245,251)
#F4F6FB
(244,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0ECFB; }

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

This text font color is #E0ECFB.


Background Color

.myBgColor { background-color: #E0ECFB; }

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

This div background color is #E0ECFB.


Border color

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

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

This div border color is #E0ECFB.


Opacity

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

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

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

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

This text has shadow with #E0ECFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0ECFB on black background.


Color preview on white background

This text has color #E0ECFB on white background.



Black color preview on #E0ECFB background

This text has black color on #E0ECFB background.


White color preview on #E0ECFB background

This text has white color on #E0ECFB background.