COLOR #E4ECFA

HEX: #E4ECFA RGB: (228,236,250)

Color info

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

RGB color model

#E4ECFA color RGB value is (228,236,250).

RGB: (228,236,250) (89%, 93%, 98%)

RGB channels and saturation

R 228 of 255 = 89%
G 236 of 255 = 93%
B 250 of 255 = 98%

228
236
250

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

Portions of RGB colors in percentages

R + G + B = 228 + 236 + 250 = 714 (100%)
R 228 of 714 ~ 31.93%
G 236 of 714 ~ 33.05%
B 250 of 714 ~ 35.01'%

%31.93
%33.05
%35.01

CMYK color model

#E4ECFA color CMYK value is (9,6,0,2).

  • cyan value is 8.80%
  • magenta value is 5.60%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK: (9,6,0,2) C9M6Y0K2 (9%,6%,0%,2%) (0.09/0.06/0.00/0.02) 

CMYK percentages

%8.8
%5.6
%0
%1.96

Codes

Color #E4ECFA in popluar color models

E4 EC FA
RGB 228 236 250
HSL 218° 68.75% 93.73%
HSB/HSV 218° 8.80% 98.04%
CMYK 8.80% 5.60% 0.00%
1.96%

Color #E4ECFA in popluar number systems.

HEX E4 EC FA
Decimal 228 236 250
Binary 11100100 11101100 11111010
Octal 344 354 372

Shades and tints

Shades of #E4ECFA

#E4ECFA
(228,236,250)
#D0D7E4
(208,215,228)
#BCC2CE
(188,194,206)
#A8ADB8
(168,173,184)
#9498A2
(148,152,162)
#80838C
(128,131,140)
#6C6E76
(108,110,118)
#585960
(88,89,96)
#44444A
(68,68,74)
#302F34
(48,47,52)
#1C1A1E
(28,26,30)
#000000
(0,0,0)

Tints of #E4ECFA

#E4ECFA
(228,236,250)
#E6EDFA
(230,237,250)
#E8EEFA
(232,238,250)
#EAEFFA
(234,239,250)
#ECF0FA
(236,240,250)
#EEF1FA
(238,241,250)
#F0F2FA
(240,242,250)
#F2F3FA
(242,243,250)
#F4F4FA
(244,244,250)
#F6F5FA
(246,245,250)
#F8F6FA
(248,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4ECFA color. Also use rgb(228,236,250) instead hex code.

Text Font Color

.myTextColor { color: #E4ECFA; }

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

This text font color is #E4ECFA.

Background Color

.myBgColor { background-color: #E4ECFA; }

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

This div background color is #E4ECFA.

Border color

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

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

This div border color is #E4ECFA.

Opacity

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

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

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

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

This text has shadow with #E4ECFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4ECFA.

Preview

Color preview on black background

This text has color #E4ECFA on black background.


Color preview on white background

This text has color #E4ECFA on white background.


Black color preview on #E4ECFA background

This text has black color on #E4ECFA background.


White color preview on #E4ECFA background

This text has white color on #E4ECFA background.


Related colors

Complementary color

Complementary color for #hex is #1B1305.


I love getcolorcode.com

Triadic colors

1 #FAE4EC and #ECFAE4 with #E4ECFA are triadic colors.

2 #FAECE4 and #ECE4FA with #E4ECFA are triadic colors.