COLOR #E1ECFF

HEX: #E1ECFF
RGB: (225,236,255)

Color info

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

RGB color model

#E1ECFF color RGB value is (225,236,255).

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

RGB channels and saturation

R 225 of 255 = 88%
G 236 of 255 = 93%
B 255 of 255 = 100%

225
236
255

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

Portions of RGB colors in percentages

R + G + B =
225 + 236 + 255 = 716 (100%)
R 225 of 716 ~ 31.42%
G 236 of 716 ~ 32.96%
B 255 of 716 ~ 35.61%

%31.42
%32.96
%35.61

CMYK color model

#E1ECFF color CMYK value is (12,7,0,0).

  • cyan value is 11.76%
  • magenta value is 7.45%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(12,7,0,0)
C12M7Y0K0 
(12%,7%,0%,0%)
(0.12/0.07/0.00/0.00)	

CMYK percentages

%11.76
%7.45
%0
%0

Codes

Color #E1ECFF in popluar color models

E1ECFF
RGB225236255
HSL218°100.00%94.12%
HSB/HSV218°11.76%100.00%
CMYK11.76%7.45%0.00%
0.00%

Color #E1ECFF in popluar number systems.

HEXE1ECFF
Decimal225236255
Binary111000011110110011111111
Octal341354377

Shades and tints

Shades of #E1ECFF

#E1ECFF
(225,236,255)
#CDD7E8
(205,215,232)
#B9C2D1
(185,194,209)
#A5ADBA
(165,173,186)
#9198A3
(145,152,163)
#7D838C
(125,131,140)
#696E75
(105,110,117)
#55595E
(85,89,94)
#414447
(65,68,71)
#2D2F30
(45,47,48)
#191A19
(25,26,25)
#000000
(0,0,0)

Tints of #E1ECFF

#E1ECFF
(225,236,255)
#E3EDFF
(227,237,255)
#E5EEFF
(229,238,255)
#E7EFFF
(231,239,255)
#E9F0FF
(233,240,255)
#EBF1FF
(235,241,255)
#EDF2FF
(237,242,255)
#EFF3FF
(239,243,255)
#F1F4FF
(241,244,255)
#F3F5FF
(243,245,255)
#F5F6FF
(245,246,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1ECFF; }

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

This text font color is #E1ECFF.


Background Color

.myBgColor { background-color: #E1ECFF; }

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

This div background color is #E1ECFF.


Border color

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

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

This div border color is #E1ECFF.


Opacity

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

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

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

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

This text has shadow with #E1ECFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1ECFF on black background.


Color preview on white background

This text has color #E1ECFF on white background.



Black color preview on #E1ECFF background

This text has black color on #E1ECFF background.


White color preview on #E1ECFF background

This text has white color on #E1ECFF background.