COLOR #E2FDF0

HEX: #E2FDF0 RGB: (226,253,240)

Color info

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

RGB color model

#E2FDF0 color RGB value is (226,253,240).

RGB: (226,253,240) (89%, 99%, 94%)

RGB channels and saturation

R 226 of 255 = 89%
G 253 of 255 = 99%
B 240 of 255 = 94%

226
253
240

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

Portions of RGB colors in percentages

R + G + B = 226 + 253 + 240 = 719 (100%)
R 226 of 719 ~ 31.43%
G 253 of 719 ~ 35.19%
B 240 of 719 ~ 33.38'%

%31.43
%35.19
%33.38

CMYK color model

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

  • cyan value is 10.67%
  • magenta value is 0.00%
  • yellow value is 5.14%
  • key color value is 0.78%

CMYK: (11,0,5,1)
C11M0Y5K1 (11%, 0%, 5%, 1%)
(0.11 / 0.00 / 0.05 / 0.01)

CMYK percentages

%10.67
%0
%5.14
%0.78

Codes

Color #E2FDF0 in popluar color models

E2 FD F0
RGB 226 253 240
HSL 151° 87.10% 93.92%
HSB/HSV 151° 10.67% 99.22%
CMYK 10.67% 0.00% 5.14%
0.78%

Color #E2FDF0 in popluar number systems.

HEX E2 FD F0
Decimal 226 253 240
Binary 11100010 11111101 11110000
Octal 342 375 360

Shades and tints

Shades of #E2FDF0

#E2FDF0
(226,253,240)
#CEE6DB
(206,230,219)
#BACFC6
(186,207,198)
#A6B8B1
(166,184,177)
#92A19C
(146,161,156)
#7E8A87
(126,138,135)
#6A7372
(106,115,114)
#565C5D
(86,92,93)
#424548
(66,69,72)
#2E2E33
(46,46,51)
#1A171E
(26,23,30)
#000000
(0,0,0)

Tints of #E2FDF0

#E2FDF0
(226,253,240)
#E4FDF1
(228,253,241)
#E6FDF2
(230,253,242)
#E8FDF3
(232,253,243)
#EAFDF4
(234,253,244)
#ECFDF5
(236,253,245)
#EEFDF6
(238,253,246)
#F0FDF7
(240,253,247)
#F2FDF8
(242,253,248)
#F4FDF9
(244,253,249)
#F6FDFA
(246,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2FDF0; }

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

This text font color is #E2FDF0.

Background Color

.myBgColor { background-color: #E2FDF0; }

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

This div background color is #E2FDF0.

Border color

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

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

This div border color is #E2FDF0.

Opacity

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

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

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

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

This text has shadow with #E2FDF0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2FDF0.

Preview

Color preview on black background

This text has color #E2FDF0 on black background.


Color preview on white background

This text has color #E2FDF0 on white background.


Black color preview on #E2FDF0 background

This text has black color on #E2FDF0 background.


White color preview on #E2FDF0 background

This text has white color on #E2FDF0 background.


Related colors

Complementary color

Complementary color for #hex is #1D020F.


I love getcolorcode.com

Triadic colors

1 #F0E2FD and #FDF0E2 with #E2FDF0 are triadic colors.

2 #F0FDE2 and #FDE2F0 with #E2FDF0 are triadic colors.