COLOR #E3ECFF

HEX: #E3ECFF
RGB: (227,236,255)

Color info

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

RGB color model

#E3ECFF color RGB value is (227,236,255).

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

RGB channels and saturation

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

227
236
255

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

Portions of RGB colors in percentages

R + G + B =
227 + 236 + 255 = 718 (100%)
R 227 of 718 ~ 31.62%
G 236 of 718 ~ 32.87%
B 255 of 718 ~ 35.52%

%31.62
%32.87
%35.52

CMYK color model

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

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

CMYK percentages

%10.98
%7.45
%0
%0

Codes

Color #E3ECFF in popluar color models

E3ECFF
RGB227236255
HSL221°100.00%94.51%
HSB/HSV221°10.98%100.00%
CMYK10.98%7.45%0.00%
0.00%

Color #E3ECFF in popluar number systems.

HEXE3ECFF
Decimal227236255
Binary111000111110110011111111
Octal343354377

Shades and tints

Shades of #E3ECFF

#E3ECFF
(227,236,255)
#CFD7E8
(207,215,232)
#BBC2D1
(187,194,209)
#A7ADBA
(167,173,186)
#9398A3
(147,152,163)
#7F838C
(127,131,140)
#6B6E75
(107,110,117)
#57595E
(87,89,94)
#434447
(67,68,71)
#2F2F30
(47,47,48)
#1B1A19
(27,26,25)
#000000
(0,0,0)

Tints of #E3ECFF

#E3ECFF
(227,236,255)
#E5EDFF
(229,237,255)
#E7EEFF
(231,238,255)
#E9EFFF
(233,239,255)
#EBF0FF
(235,240,255)
#EDF1FF
(237,241,255)
#EFF2FF
(239,242,255)
#F1F3FF
(241,243,255)
#F3F4FF
(243,244,255)
#F5F5FF
(245,245,255)
#F7F6FF
(247,246,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3ECFF; }

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

This text font color is #E3ECFF.


Background Color

.myBgColor { background-color: #E3ECFF; }

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

This div background color is #E3ECFF.


Border color

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

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

This div border color is #E3ECFF.


Opacity

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

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

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

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

This text has shadow with #E3ECFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3ECFF on black background.


Color preview on white background

This text has color #E3ECFF on white background.



Black color preview on #E3ECFF background

This text has black color on #E3ECFF background.


White color preview on #E3ECFF background

This text has white color on #E3ECFF background.