COLOR #E2F0DE

HEX: #E2F0DE
RGB: (226,240,222)

Color info

#E2F0DE contains red, green and blue colors in about the same proportion. Web safe color of #E2F0DE is #CCFFCC (or #CFC).

RGB color model

#E2F0DE color RGB value is (226,240,222).

  • red value is 226;
  • green value is 240;
  • blue value is 222.
RGB:
(226,240,222)
(89%,94%,87%)

RGB channels and saturation

R 226 of 255 = 89%
G 240 of 255 = 94%
B 222 of 255 = 87%

226
240
222

R + G + B ~ 90%. #E2F0DE is light color.

Portions of RGB colors in percentages

R + G + B =
226 + 240 + 222 = 688 (100%)
R 226 of 688 ~ 32.85%
G 240 of 688 ~ 34.88%
B 222 of 688 ~ 32.27%

%32.85
%34.88
%32.27

CMYK color model

#E2F0DE color CMYK value is (6,0,8,6).

  • cyan value is 5.83%
  • magenta value is 0.00%
  • yellow value is 7.50%
  • key color value is 5.88%
CMYK:
(6,0,8,6)
C6M0Y8K6 
(6%,0%,8%,6%)
(0.06/0.00/0.08/0.06)	

CMYK percentages

%5.83
%0
%7.5
%5.88

Codes

Color #E2F0DE in popluar color models

E2F0DE
RGB226240222
HSL107°37.50%90.59%
HSB/HSV107°7.50%94.12%
CMYK5.83%0.00%7.50%
5.88%

Color #E2F0DE in popluar number systems.

HEXE2F0DE
Decimal226240222
Binary111000101111000011011110
Octal342360336

Shades and tints

Shades of #E2F0DE

#E2F0DE
(226,240,222)
#CEDBCA
(206,219,202)
#BAC6B6
(186,198,182)
#A6B1A2
(166,177,162)
#929C8E
(146,156,142)
#7E877A
(126,135,122)
#6A7266
(106,114,102)
#565D52
(86,93,82)
#42483E
(66,72,62)
#2E332A
(46,51,42)
#1A1E16
(26,30,22)
#000000
(0,0,0)

Tints of #E2F0DE

#E2F0DE
(226,240,222)
#E4F1E1
(228,241,225)
#E6F2E4
(230,242,228)
#E8F3E7
(232,243,231)
#EAF4EA
(234,244,234)
#ECF5ED
(236,245,237)
#EEF6F0
(238,246,240)
#F0F7F3
(240,247,243)
#F2F8F6
(242,248,246)
#F4F9F9
(244,249,249)
#F6FAFC
(246,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2F0DE; }

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

This text font color is #E2F0DE.


Background Color

.myBgColor { background-color: #E2F0DE; }

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

This div background color is #E2F0DE.


Border color

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

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

This div border color is #E2F0DE.


Opacity

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

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

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

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

This text has shadow with #E2F0DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2F0DE on black background.


Color preview on white background

This text has color #E2F0DE on white background.



Black color preview on #E2F0DE background

This text has black color on #E2F0DE background.


White color preview on #E2F0DE background

This text has white color on #E2F0DE background.