COLOR #E3F1FE

HEX: #E3F1FE RGB: (227,241,254)

Color info

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

RGB color model

#E3F1FE color RGB value is (227,241,254).

RGB: (227,241,254) (89%, 95%, 100%)

RGB channels and saturation

R 227 of 255 = 89%
G 241 of 255 = 95%
B 254 of 255 = 100%

227
241
254

R + G + B ~ 95%. #E3F1FE is light color.

Portions of RGB colors in percentages

R + G + B = 227 + 241 + 254 = 722 (100%)
R 227 of 722 ~ 31.44%
G 241 of 722 ~ 33.38%
B 254 of 722 ~ 35.18'%

%31.44
%33.38
%35.18

CMYK color model

#E3F1FE color CMYK value is (11,5,0,0).

  • cyan value is 10.63%
  • magenta value is 5.12%
  • yellow value is 0.00%
  • key color value is 0.39%

CMYK: (11,5,0,0)
C11M5Y0K0 (11%, 5%, 0%, 0%)
(0.11 / 0.05 / 0.00 / 0.00)

CMYK percentages

%10.63
%5.12
%0
%0.39

Codes

Color #E3F1FE in popluar color models

E3 F1 FE
RGB 227 241 254
HSL 209° 93.10% 94.31%
HSB/HSV 209° 10.63% 99.61%
CMYK 10.63% 5.12% 0.00%
0.39%

Color #E3F1FE in popluar number systems.

HEX E3 F1 FE
Decimal 227 241 254
Binary 11100011 11110001 11111110
Octal 343 361 376

Shades and tints

Shades of #E3F1FE

#E3F1FE
(227,241,254)
#CFDCE7
(207,220,231)
#BBC7D0
(187,199,208)
#A7B2B9
(167,178,185)
#939DA2
(147,157,162)
#7F888B
(127,136,139)
#6B7374
(107,115,116)
#575E5D
(87,94,93)
#434946
(67,73,70)
#2F342F
(47,52,47)
#1B1F18
(27,31,24)
#000000
(0,0,0)

Tints of #E3F1FE

#E3F1FE
(227,241,254)
#E5F2FE
(229,242,254)
#E7F3FE
(231,243,254)
#E9F4FE
(233,244,254)
#EBF5FE
(235,245,254)
#EDF6FE
(237,246,254)
#EFF7FE
(239,247,254)
#F1F8FE
(241,248,254)
#F3F9FE
(243,249,254)
#F5FAFE
(245,250,254)
#F7FBFE
(247,251,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3F1FE color. Also use rgb(227,241,254) instead hex code.

Text Font Color

.myTextColor { color: #E3F1FE; }

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

This text font color is #E3F1FE.

Background Color

.myBgColor { background-color: #E3F1FE; }

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

This div background color is #E3F1FE.

Border color

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

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

This div border color is #E3F1FE.

Opacity

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

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

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

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

This text has shadow with #E3F1FE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3F1FE.

Preview

Color preview on black background

This text has color #E3F1FE on black background.


Color preview on white background

This text has color #E3F1FE on white background.


Black color preview on #E3F1FE background

This text has black color on #E3F1FE background.


White color preview on #E3F1FE background

This text has white color on #E3F1FE background.


Related colors

Complementary color

Complementary color for #hex is #1C0E01.


I love getcolorcode.com

Triadic colors

1 #FEE3F1 and #F1FEE3 with #E3F1FE are triadic colors.

2 #FEF1E3 and #F1E3FE with #E3F1FE are triadic colors.