COLOR #E1ECFD

HEX: #E1ECFD RGB: (225,236,253)

Color info

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

RGB color model

#E1ECFD color RGB value is (225,236,253).

RGB: (225,236,253) (88%, 93%, 99%)

RGB channels and saturation

R 225 of 255 = 88%
G 236 of 255 = 93%
B 253 of 255 = 99%

225
236
253

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

Portions of RGB colors in percentages

R + G + B = 225 + 236 + 253 = 714 (100%)
R 225 of 714 ~ 31.51%
G 236 of 714 ~ 33.05%
B 253 of 714 ~ 35.43'%

%31.51
%33.05
%35.43

CMYK color model

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

  • cyan value is 11.07%
  • magenta value is 6.72%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (11,7,0,1)
C11M7Y0K1 (11%, 7%, 0%, 1%)
(0.11 / 0.07 / 0.00 / 0.01)

CMYK percentages

%11.07
%6.72
%0
%0.78

Codes

Color #E1ECFD in popluar color models

E1 EC FD
RGB 225 236 253
HSL 216° 87.50% 93.73%
HSB/HSV 216° 11.07% 99.22%
CMYK 11.07% 6.72% 0.00%
0.78%

Color #E1ECFD in popluar number systems.

HEX E1 EC FD
Decimal 225 236 253
Binary 11100001 11101100 11111101
Octal 341 354 375

Shades and tints

Shades of #E1ECFD

#E1ECFD
(225,236,253)
#CDD7E6
(205,215,230)
#B9C2CF
(185,194,207)
#A5ADB8
(165,173,184)
#9198A1
(145,152,161)
#7D838A
(125,131,138)
#696E73
(105,110,115)
#55595C
(85,89,92)
#414445
(65,68,69)
#2D2F2E
(45,47,46)
#191A17
(25,26,23)
#000000
(0,0,0)

Tints of #E1ECFD

#E1ECFD
(225,236,253)
#E3EDFD
(227,237,253)
#E5EEFD
(229,238,253)
#E7EFFD
(231,239,253)
#E9F0FD
(233,240,253)
#EBF1FD
(235,241,253)
#EDF2FD
(237,242,253)
#EFF3FD
(239,243,253)
#F1F4FD
(241,244,253)
#F3F5FD
(243,245,253)
#F5F6FD
(245,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1ECFD; }

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

This text font color is #E1ECFD.

Background Color

.myBgColor { background-color: #E1ECFD; }

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

This div background color is #E1ECFD.

Border color

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

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

This div border color is #E1ECFD.

Opacity

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

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

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

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

This text has shadow with #E1ECFD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1ECFD.

Preview

Color preview on black background

This text has color #E1ECFD on black background.


Color preview on white background

This text has color #E1ECFD on white background.


Black color preview on #E1ECFD background

This text has black color on #E1ECFD background.


White color preview on #E1ECFD background

This text has white color on #E1ECFD background.


Related colors

Complementary color

Complementary color for #hex is #1E1302.


I love getcolorcode.com

Triadic colors

1 #FDE1EC and #ECFDE1 with #E1ECFD are triadic colors.

2 #FDECE1 and #ECE1FD with #E1ECFD are triadic colors.