COLOR #E3ECFE

HEX: #E3ECFE
RGB: (227,236,254)

Color info

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

RGB color model

#E3ECFE color RGB value is (227,236,254).

  • red value is 227;
  • green value is 236;
  • blue value is 254.
RGB:
(227,236,254)
(89%,93%,100%)

RGB channels and saturation

R 227 of 255 = 89%
G 236 of 255 = 93%
B 254 of 255 = 100%

227
236
254

R + G + B ~ 94%. #E3ECFE is light color.

Portions of RGB colors in percentages

R + G + B =
227 + 236 + 254 = 717 (100%)
R 227 of 717 ~ 31.66%
G 236 of 717 ~ 32.91%
B 254 of 717 ~ 35.43%

%31.66
%32.91
%35.43

CMYK color model

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

  • cyan value is 10.63%
  • magenta value is 7.09%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(11,7,0,0)
C11M7Y0K0 
(11%,7%,0%,0%)
(0.11/0.07/0.00/0.00)	

CMYK percentages

%10.63
%7.09
%0
%0.39

Codes

Color #E3ECFE in popluar color models

E3ECFE
RGB227236254
HSL220°93.10%94.31%
HSB/HSV220°10.63%99.61%
CMYK10.63%7.09%0.00%
0.39%

Color #E3ECFE in popluar number systems.

HEXE3ECFE
Decimal227236254
Binary111000111110110011111110
Octal343354376

Shades and tints

Shades of #E3ECFE

#E3ECFE
(227,236,254)
#CFD7E7
(207,215,231)
#BBC2D0
(187,194,208)
#A7ADB9
(167,173,185)
#9398A2
(147,152,162)
#7F838B
(127,131,139)
#6B6E74
(107,110,116)
#57595D
(87,89,93)
#434446
(67,68,70)
#2F2F2F
(47,47,47)
#1B1A18
(27,26,24)
#000000
(0,0,0)

Tints of #E3ECFE

#E3ECFE
(227,236,254)
#E5EDFE
(229,237,254)
#E7EEFE
(231,238,254)
#E9EFFE
(233,239,254)
#EBF0FE
(235,240,254)
#EDF1FE
(237,241,254)
#EFF2FE
(239,242,254)
#F1F3FE
(241,243,254)
#F3F4FE
(243,244,254)
#F5F5FE
(245,245,254)
#F7F6FE
(247,246,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3ECFE color. Also use rgb(227,236,254) instead hex code.

Text Font Color

.myTextColor { color: #E3ECFE; }

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

This text font color is #E3ECFE.


Background Color

.myBgColor { background-color: #E3ECFE; }

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

This div background color is #E3ECFE.


Border color

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

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

This div border color is #E3ECFE.


Opacity

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

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

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

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

This text has shadow with #E3ECFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3ECFE on black background.


Color preview on white background

This text has color #E3ECFE on white background.



Black color preview on #E3ECFE background

This text has black color on #E3ECFE background.


White color preview on #E3ECFE background

This text has white color on #E3ECFE background.