COLOR #E3FCFF

HEX: #E3FCFF RGB: (227,252,255)

Color info

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

RGB color model

#E3FCFF color RGB value is (227,252,255).

RGB: (227,252,255) (89%, 99%, 100%)

RGB channels and saturation

R 227 of 255 = 89%
G 252 of 255 = 99%
B 255 of 255 = 100%

227
252
255

R + G + B ~ 96%. #E3FCFF is light color.

Portions of RGB colors in percentages

R + G + B = 227 + 252 + 255 = 734 (100%)
R 227 of 734 ~ 30.93%
G 252 of 734 ~ 34.33%
B 255 of 734 ~ 34.74'%

%30.93
%34.33
%34.74

CMYK color model

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

  • cyan value is 10.98%
  • magenta value is 1.18%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (11,1,0,0)
C11M1Y0K0 (11%, 1%, 0%, 0%)
(0.11 / 0.01 / 0.00 / 0.00)

CMYK percentages

%10.98
%1.18
%0
%0

Codes

Color #E3FCFF in popluar color models

E3 FC FF
RGB 227 252 255
HSL 186° 100.00% 94.51%
HSB/HSV 186° 10.98% 100.00%
CMYK 10.98% 1.18% 0.00%
0.00%

Color #E3FCFF in popluar number systems.

HEX E3 FC FF
Decimal 227 252 255
Binary 11100011 11111100 11111111
Octal 343 374 377

Shades and tints

Shades of #E3FCFF

#E3FCFF
(227,252,255)
#CFE6E8
(207,230,232)
#BBD0D1
(187,208,209)
#A7BABA
(167,186,186)
#93A4A3
(147,164,163)
#7F8E8C
(127,142,140)
#6B7875
(107,120,117)
#57625E
(87,98,94)
#434C47
(67,76,71)
#2F3630
(47,54,48)
#1B2019
(27,32,25)
#000000
(0,0,0)

Tints of #E3FCFF

#E3FCFF
(227,252,255)
#E5FCFF
(229,252,255)
#E7FCFF
(231,252,255)
#E9FCFF
(233,252,255)
#EBFCFF
(235,252,255)
#EDFCFF
(237,252,255)
#EFFCFF
(239,252,255)
#F1FCFF
(241,252,255)
#F3FCFF
(243,252,255)
#F5FCFF
(245,252,255)
#F7FCFF
(247,252,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3FCFF; }

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

This text font color is #E3FCFF.

Background Color

.myBgColor { background-color: #E3FCFF; }

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

This div background color is #E3FCFF.

Border color

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

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

This div border color is #E3FCFF.

Opacity

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

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

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

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

This text has shadow with #E3FCFF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3FCFF.

Preview

Color preview on black background

This text has color #E3FCFF on black background.


Color preview on white background

This text has color #E3FCFF on white background.


Black color preview on #E3FCFF background

This text has black color on #E3FCFF background.


White color preview on #E3FCFF background

This text has white color on #E3FCFF background.


Related colors

Complementary color

Complementary color for #hex is #1C0300.


I love getcolorcode.com

Triadic colors

1 #FFE3FC and #FCFFE3 with #E3FCFF are triadic colors.

2 #FFFCE3 and #FCE3FF with #E3FCFF are triadic colors.