COLOR #E3F3FC

HEX: #E3F3FC RGB: (227,243,252)

Color info

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

RGB color model

#E3F3FC color RGB value is (227,243,252).

RGB: (227,243,252) (89%, 95%, 99%)

RGB channels and saturation

R 227 of 255 = 89%
G 243 of 255 = 95%
B 252 of 255 = 99%

227
243
252

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

Portions of RGB colors in percentages

R + G + B = 227 + 243 + 252 = 722 (100%)
R 227 of 722 ~ 31.44%
G 243 of 722 ~ 33.66%
B 252 of 722 ~ 34.9'%

%31.44
%33.66
%34.9

CMYK color model

#E3F3FC color CMYK value is (10,4,0,1).

  • cyan value is 9.92%
  • magenta value is 3.57%
  • yellow value is 0.00%
  • key color value is 1.18%

CMYK: (10,4,0,1)
C10M4Y0K1 (10%, 4%, 0%, 1%)
(0.10 / 0.04 / 0.00 / 0.01)

CMYK percentages

%9.92
%3.57
%0
%1.18

Codes

Color #E3F3FC in popluar color models

E3 F3 FC
RGB 227 243 252
HSL 202° 80.65% 93.92%
HSB/HSV 202° 9.92% 98.82%
CMYK 9.92% 3.57% 0.00%
1.18%

Color #E3F3FC in popluar number systems.

HEX E3 F3 FC
Decimal 227 243 252
Binary 11100011 11110011 11111100
Octal 343 363 374

Shades and tints

Shades of #E3F3FC

#E3F3FC
(227,243,252)
#CFDDE6
(207,221,230)
#BBC7D0
(187,199,208)
#A7B1BA
(167,177,186)
#939BA4
(147,155,164)
#7F858E
(127,133,142)
#6B6F78
(107,111,120)
#575962
(87,89,98)
#43434C
(67,67,76)
#2F2D36
(47,45,54)
#1B1720
(27,23,32)
#000000
(0,0,0)

Tints of #E3F3FC

#E3F3FC
(227,243,252)
#E5F4FC
(229,244,252)
#E7F5FC
(231,245,252)
#E9F6FC
(233,246,252)
#EBF7FC
(235,247,252)
#EDF8FC
(237,248,252)
#EFF9FC
(239,249,252)
#F1FAFC
(241,250,252)
#F3FBFC
(243,251,252)
#F5FCFC
(245,252,252)
#F7FDFC
(247,253,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3F3FC color. Also use rgb(227,243,252) instead hex code.

Text Font Color

.myTextColor { color: #E3F3FC; }

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

This text font color is #E3F3FC.

Background Color

.myBgColor { background-color: #E3F3FC; }

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

This div background color is #E3F3FC.

Border color

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

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

This div border color is #E3F3FC.

Opacity

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

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

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

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

This text has shadow with #E3F3FC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3F3FC.

Preview

Color preview on black background

This text has color #E3F3FC on black background.


Color preview on white background

This text has color #E3F3FC on white background.


Black color preview on #E3F3FC background

This text has black color on #E3F3FC background.


White color preview on #E3F3FC background

This text has white color on #E3F3FC background.


Related colors

Complementary color

Complementary color for #hex is #1C0C03.


I love getcolorcode.com

Triadic colors

1 #FCE3F3 and #F3FCE3 with #E3F3FC are triadic colors.

2 #FCF3E3 and #F3E3FC with #E3F3FC are triadic colors.