COLOR #E0EBFC

HEX: #E0EBFC
RGB: (224,235,252)

Color info

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

RGB color model

#E0EBFC color RGB value is (224,235,252).

  • red value is 224;
  • green value is 235;
  • blue value is 252.
RGB:
(224,235,252)
(88%,92%,99%)

RGB channels and saturation

R 224 of 255 = 88%
G 235 of 255 = 92%
B 252 of 255 = 99%

224
235
252

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

Portions of RGB colors in percentages

R + G + B =
224 + 235 + 252 = 711 (100%)
R 224 of 711 ~ 31.5%
G 235 of 711 ~ 33.05%
B 252 of 711 ~ 35.44%

%31.5
%33.05
%35.44

CMYK color model

#E0EBFC color CMYK value is (11,7,0,1).

  • cyan value is 11.11%
  • magenta value is 6.75%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(11,7,0,1)
C11M7Y0K1 
(11%,7%,0%,1%)
(0.11/0.07/0.00/0.01)	

CMYK percentages

%11.11
%6.75
%0
%1.18

Codes

Color #E0EBFC in popluar color models

E0EBFC
RGB224235252
HSL216°82.35%93.33%
HSB/HSV216°11.11%98.82%
CMYK11.11%6.75%0.00%
1.18%

Color #E0EBFC in popluar number systems.

HEXE0EBFC
Decimal224235252
Binary111000001110101111111100
Octal340353374

Shades and tints

Shades of #E0EBFC

#E0EBFC
(224,235,252)
#CCD6E6
(204,214,230)
#B8C1D0
(184,193,208)
#A4ACBA
(164,172,186)
#9097A4
(144,151,164)
#7C828E
(124,130,142)
#686D78
(104,109,120)
#545862
(84,88,98)
#40434C
(64,67,76)
#2C2E36
(44,46,54)
#181920
(24,25,32)
#000000
(0,0,0)

Tints of #E0EBFC

#E0EBFC
(224,235,252)
#E2ECFC
(226,236,252)
#E4EDFC
(228,237,252)
#E6EEFC
(230,238,252)
#E8EFFC
(232,239,252)
#EAF0FC
(234,240,252)
#ECF1FC
(236,241,252)
#EEF2FC
(238,242,252)
#F0F3FC
(240,243,252)
#F2F4FC
(242,244,252)
#F4F5FC
(244,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0EBFC color. Also use rgb(224,235,252) instead hex code.

Text Font Color

.myTextColor { color: #E0EBFC; }

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

This text font color is #E0EBFC.


Background Color

.myBgColor { background-color: #E0EBFC; }

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

This div background color is #E0EBFC.


Border color

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

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

This div border color is #E0EBFC.


Opacity

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

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

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

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

This text has shadow with #E0EBFC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0EBFC on black background.


Color preview on white background

This text has color #E0EBFC on white background.



Black color preview on #E0EBFC background

This text has black color on #E0EBFC background.


White color preview on #E0EBFC background

This text has white color on #E0EBFC background.