COLOR #E2F0DA

HEX: #E2F0DA RGB: (226,240,218)

Color info

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

RGB color model

#E2F0DA color RGB value is (226,240,218).

RGB: (226,240,218) (89%, 94%, 85%)

RGB channels and saturation

R 226 of 255 = 89%
G 240 of 255 = 94%
B 218 of 255 = 85%

226
240
218

R + G + B ~ 89%. #E2F0DA is light color.

Portions of RGB colors in percentages

R + G + B = 226 + 240 + 218 = 684 (100%)
R 226 of 684 ~ 33.04%
G 240 of 684 ~ 35.09%
B 218 of 684 ~ 31.87'%

%33.04
%35.09
%31.87

CMYK color model

#E2F0DA color CMYK value is (6,0,9,6).

  • cyan value is 5.83%
  • magenta value is 0.00%
  • yellow value is 9.17%
  • key color value is 5.88%

CMYK: (6,0,9,6)
C6M0Y9K6 (6%, 0%, 9%, 6%)
(0.06 / 0.00 / 0.09 / 0.06)

CMYK percentages

%5.83
%0
%9.17
%5.88

Codes

Color #E2F0DA in popluar color models

E2 F0 DA
RGB 226 240 218
HSL 98° 42.31% 89.80%
HSB/HSV 98° 9.17% 94.12%
CMYK 5.83% 0.00% 9.17%
5.88%

Color #E2F0DA in popluar number systems.

HEX E2 F0 DA
Decimal 226 240 218
Binary 11100010 11110000 11011010
Octal 342 360 332

Shades and tints

Shades of #E2F0DA

#E2F0DA
(226,240,218)
#CEDBC7
(206,219,199)
#BAC6B4
(186,198,180)
#A6B1A1
(166,177,161)
#929C8E
(146,156,142)
#7E877B
(126,135,123)
#6A7268
(106,114,104)
#565D55
(86,93,85)
#424842
(66,72,66)
#2E332F
(46,51,47)
#1A1E1C
(26,30,28)
#000000
(0,0,0)

Tints of #E2F0DA

#E2F0DA
(226,240,218)
#E4F1DD
(228,241,221)
#E6F2E0
(230,242,224)
#E8F3E3
(232,243,227)
#EAF4E6
(234,244,230)
#ECF5E9
(236,245,233)
#EEF6EC
(238,246,236)
#F0F7EF
(240,247,239)
#F2F8F2
(242,248,242)
#F4F9F5
(244,249,245)
#F6FAF8
(246,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2F0DA; }

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

This text font color is #E2F0DA.

Background Color

.myBgColor { background-color: #E2F0DA; }

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

This div background color is #E2F0DA.

Border color

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

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

This div border color is #E2F0DA.

Opacity

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

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

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

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

This text has shadow with #E2F0DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2F0DA.

Preview

Color preview on black background

This text has color #E2F0DA on black background.


Color preview on white background

This text has color #E2F0DA on white background.


Black color preview on #E2F0DA background

This text has black color on #E2F0DA background.


White color preview on #E2F0DA background

This text has white color on #E2F0DA background.


Related colors

Complementary color

Complementary color for #hex is #1D0F25.


I love getcolorcode.com

Triadic colors

1 #DAE2F0 and #F0DAE2 with #E2F0DA are triadic colors.

2 #DAF0E2 and #F0E2DA with #E2F0DA are triadic colors.