COLOR #E3ECFC

HEX: #E3ECFC
RGB: (227,236,252)

Color info

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

RGB color model

#E3ECFC color RGB value is (227,236,252).

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

RGB channels and saturation

R 227 of 255 = 89%
G 236 of 255 = 93%
B 252 of 255 = 99%

227
236
252

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

Portions of RGB colors in percentages

R + G + B =
227 + 236 + 252 = 715 (100%)
R 227 of 715 ~ 31.75%
G 236 of 715 ~ 33.01%
B 252 of 715 ~ 35.24%

%31.75
%33.01
%35.24

CMYK color model

#E3ECFC color CMYK value is (10,6,0,1).

  • cyan value is 9.92%
  • magenta value is 6.35%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(10,6,0,1)
C10M6Y0K1 
(10%,6%,0%,1%)
(0.10/0.06/0.00/0.01)	

CMYK percentages

%9.92
%6.35
%0
%1.18

Codes

Color #E3ECFC in popluar color models

E3ECFC
RGB227236252
HSL218°80.65%93.92%
HSB/HSV218°9.92%98.82%
CMYK9.92%6.35%0.00%
1.18%

Color #E3ECFC in popluar number systems.

HEXE3ECFC
Decimal227236252
Binary111000111110110011111100
Octal343354374

Shades and tints

Shades of #E3ECFC

#E3ECFC
(227,236,252)
#CFD7E6
(207,215,230)
#BBC2D0
(187,194,208)
#A7ADBA
(167,173,186)
#9398A4
(147,152,164)
#7F838E
(127,131,142)
#6B6E78
(107,110,120)
#575962
(87,89,98)
#43444C
(67,68,76)
#2F2F36
(47,47,54)
#1B1A20
(27,26,32)
#000000
(0,0,0)

Tints of #E3ECFC

#E3ECFC
(227,236,252)
#E5EDFC
(229,237,252)
#E7EEFC
(231,238,252)
#E9EFFC
(233,239,252)
#EBF0FC
(235,240,252)
#EDF1FC
(237,241,252)
#EFF2FC
(239,242,252)
#F1F3FC
(241,243,252)
#F3F4FC
(243,244,252)
#F5F5FC
(245,245,252)
#F7F6FC
(247,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3ECFC; }

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

This text font color is #E3ECFC.


Background Color

.myBgColor { background-color: #E3ECFC; }

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

This div background color is #E3ECFC.


Border color

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

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

This div border color is #E3ECFC.


Opacity

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

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

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

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

This text has shadow with #E3ECFC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3ECFC on black background.


Color preview on white background

This text has color #E3ECFC on white background.



Black color preview on #E3ECFC background

This text has black color on #E3ECFC background.


White color preview on #E3ECFC background

This text has white color on #E3ECFC background.