COLOR #E4F1FD

HEX: #E4F1FD RGB: (228,241,253)

Color info

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

RGB color model

#E4F1FD color RGB value is (228,241,253).

RGB: (228,241,253) (89%, 95%, 99%)

RGB channels and saturation

R 228 of 255 = 89%
G 241 of 255 = 95%
B 253 of 255 = 99%

228
241
253

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

Portions of RGB colors in percentages

R + G + B = 228 + 241 + 253 = 722 (100%)
R 228 of 722 ~ 31.58%
G 241 of 722 ~ 33.38%
B 253 of 722 ~ 35.04'%

%31.58
%33.38
%35.04

CMYK color model

#E4F1FD color CMYK value is (10,5,0,1).

  • cyan value is 9.88%
  • magenta value is 4.74%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (10,5,0,1)
C10M5Y0K1 (10%, 5%, 0%, 1%)
(0.10 / 0.05 / 0.00 / 0.01)

CMYK percentages

%9.88
%4.74
%0
%0.78

Codes

Color #E4F1FD in popluar color models

E4 F1 FD
RGB 228 241 253
HSL 209° 86.21% 94.31%
HSB/HSV 209° 9.88% 99.22%
CMYK 9.88% 4.74% 0.00%
0.78%

Color #E4F1FD in popluar number systems.

HEX E4 F1 FD
Decimal 228 241 253
Binary 11100100 11110001 11111101
Octal 344 361 375

Shades and tints

Shades of #E4F1FD

#E4F1FD
(228,241,253)
#D0DCE6
(208,220,230)
#BCC7CF
(188,199,207)
#A8B2B8
(168,178,184)
#949DA1
(148,157,161)
#80888A
(128,136,138)
#6C7373
(108,115,115)
#585E5C
(88,94,92)
#444945
(68,73,69)
#30342E
(48,52,46)
#1C1F17
(28,31,23)
#000000
(0,0,0)

Tints of #E4F1FD

#E4F1FD
(228,241,253)
#E6F2FD
(230,242,253)
#E8F3FD
(232,243,253)
#EAF4FD
(234,244,253)
#ECF5FD
(236,245,253)
#EEF6FD
(238,246,253)
#F0F7FD
(240,247,253)
#F2F8FD
(242,248,253)
#F4F9FD
(244,249,253)
#F6FAFD
(246,250,253)
#F8FBFD
(248,251,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4F1FD color. Also use rgb(228,241,253) instead hex code.

Text Font Color

.myTextColor { color: #E4F1FD; }

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

This text font color is #E4F1FD.

Background Color

.myBgColor { background-color: #E4F1FD; }

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

This div background color is #E4F1FD.

Border color

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

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

This div border color is #E4F1FD.

Opacity

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

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

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

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

This text has shadow with #E4F1FD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4F1FD.

Preview

Color preview on black background

This text has color #E4F1FD on black background.


Color preview on white background

This text has color #E4F1FD on white background.


Black color preview on #E4F1FD background

This text has black color on #E4F1FD background.


White color preview on #E4F1FD background

This text has white color on #E4F1FD background.


Related colors

Complementary color

Complementary color for #hex is #1B0E02.


I love getcolorcode.com

Triadic colors

1 #FDE4F1 and #F1FDE4 with #E4F1FD are triadic colors.

2 #FDF1E4 and #F1E4FD with #E4F1FD are triadic colors.