COLOR #E2FDFF

HEX: #E2FDFF RGB: (226,253,255)

Color info

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

RGB color model

#E2FDFF color RGB value is (226,253,255).

RGB: (226,253,255) (89%, 99%, 100%)

RGB channels and saturation

R 226 of 255 = 89%
G 253 of 255 = 99%
B 255 of 255 = 100%

226
253
255

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

Portions of RGB colors in percentages

R + G + B = 226 + 253 + 255 = 734 (100%)
R 226 of 734 ~ 30.79%
G 253 of 734 ~ 34.47%
B 255 of 734 ~ 34.74'%

%30.79
%34.47
%34.74

CMYK color model

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

  • cyan value is 11.37%
  • magenta value is 0.78%
  • 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

%11.37
%0.78
%0
%0

Codes

Color #E2FDFF in popluar color models

E2 FD FF
RGB 226 253 255
HSL 184° 100.00% 94.31%
HSB/HSV 184° 11.37% 100.00%
CMYK 11.37% 0.78% 0.00%
0.00%

Color #E2FDFF in popluar number systems.

HEX E2 FD FF
Decimal 226 253 255
Binary 11100010 11111101 11111111
Octal 342 375 377

Shades and tints

Shades of #E2FDFF

#E2FDFF
(226,253,255)
#CEE6E8
(206,230,232)
#BACFD1
(186,207,209)
#A6B8BA
(166,184,186)
#92A1A3
(146,161,163)
#7E8A8C
(126,138,140)
#6A7375
(106,115,117)
#565C5E
(86,92,94)
#424547
(66,69,71)
#2E2E30
(46,46,48)
#1A1719
(26,23,25)
#000000
(0,0,0)

Tints of #E2FDFF

#E2FDFF
(226,253,255)
#E4FDFF
(228,253,255)
#E6FDFF
(230,253,255)
#E8FDFF
(232,253,255)
#EAFDFF
(234,253,255)
#ECFDFF
(236,253,255)
#EEFDFF
(238,253,255)
#F0FDFF
(240,253,255)
#F2FDFF
(242,253,255)
#F4FDFF
(244,253,255)
#F6FDFF
(246,253,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2FDFF color. Also use rgb(226,253,255) instead hex code.

Text Font Color

.myTextColor { color: #E2FDFF; }

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

This text font color is #E2FDFF.

Background Color

.myBgColor { background-color: #E2FDFF; }

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

This div background color is #E2FDFF.

Border color

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

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

This div border color is #E2FDFF.

Opacity

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

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

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

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

This text has shadow with #E2FDFF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2FDFF.

Preview

Color preview on black background

This text has color #E2FDFF on black background.


Color preview on white background

This text has color #E2FDFF on white background.


Black color preview on #E2FDFF background

This text has black color on #E2FDFF background.


White color preview on #E2FDFF background

This text has white color on #E2FDFF background.


Related colors

Complementary color

Complementary color for #hex is #1D0200.


I love getcolorcode.com

Triadic colors

1 #FFE2FD and #FDFFE2 with #E2FDFF are triadic colors.

2 #FFFDE2 and #FDE2FF with #E2FDFF are triadic colors.