COLOR #E2FDE7

HEX: #E2FDE7
RGB: (226,253,231)

Color info

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

RGB color model

#E2FDE7 color RGB value is (226,253,231).

  • red value is 226;
  • green value is 253;
  • blue value is 231.
RGB:
(226,253,231)
(89%,99%,91%)

RGB channels and saturation

R 226 of 255 = 89%
G 253 of 255 = 99%
B 231 of 255 = 91%

226
253
231

R + G + B ~ 93%. #E2FDE7 is light color.

Portions of RGB colors in percentages

R + G + B =
226 + 253 + 231 = 710 (100%)
R 226 of 710 ~ 31.83%
G 253 of 710 ~ 35.63%
B 231 of 710 ~ 32.54%

%31.83
%35.63
%32.54

CMYK color model

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

  • cyan value is 10.67%
  • magenta value is 0.00%
  • yellow value is 8.70%
  • key color value is 0.78%
CMYK:
(11,0,9,1)
C11M0Y9K1 
(11%,0%,9%,1%)
(0.11/0.00/0.09/0.01)	

CMYK percentages

%10.67
%0
%8.7
%0.78

Codes

Color #E2FDE7 in popluar color models

E2FDE7
RGB226253231
HSL131°87.10%93.92%
HSB/HSV131°10.67%99.22%
CMYK10.67%0.00%8.70%
0.78%

Color #E2FDE7 in popluar number systems.

HEXE2FDE7
Decimal226253231
Binary111000101111110111100111
Octal342375347

Shades and tints

Shades of #E2FDE7

#E2FDE7
(226,253,231)
#CEE6D2
(206,230,210)
#BACFBD
(186,207,189)
#A6B8A8
(166,184,168)
#92A193
(146,161,147)
#7E8A7E
(126,138,126)
#6A7369
(106,115,105)
#565C54
(86,92,84)
#42453F
(66,69,63)
#2E2E2A
(46,46,42)
#1A1715
(26,23,21)
#000000
(0,0,0)

Tints of #E2FDE7

#E2FDE7
(226,253,231)
#E4FDE9
(228,253,233)
#E6FDEB
(230,253,235)
#E8FDED
(232,253,237)
#EAFDEF
(234,253,239)
#ECFDF1
(236,253,241)
#EEFDF3
(238,253,243)
#F0FDF5
(240,253,245)
#F2FDF7
(242,253,247)
#F4FDF9
(244,253,249)
#F6FDFB
(246,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2FDE7; }

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

This text font color is #E2FDE7.


Background Color

.myBgColor { background-color: #E2FDE7; }

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

This div background color is #E2FDE7.


Border color

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

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

This div border color is #E2FDE7.


Opacity

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

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

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

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

This text has shadow with #E2FDE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2FDE7 on black background.


Color preview on white background

This text has color #E2FDE7 on white background.



Black color preview on #E2FDE7 background

This text has black color on #E2FDE7 background.


White color preview on #E2FDE7 background

This text has white color on #E2FDE7 background.