COLOR #E2F1DD

HEX: #E2F1DD
RGB: (226,241,221)

Color info

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

RGB color model

#E2F1DD color RGB value is (226,241,221).

  • red value is 226;
  • green value is 241;
  • blue value is 221.
RGB:
(226,241,221)
(89%,95%,87%)

RGB channels and saturation

R 226 of 255 = 89%
G 241 of 255 = 95%
B 221 of 255 = 87%

226
241
221

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

Portions of RGB colors in percentages

R + G + B =
226 + 241 + 221 = 688 (100%)
R 226 of 688 ~ 32.85%
G 241 of 688 ~ 35.03%
B 221 of 688 ~ 32.12%

%32.85
%35.03
%32.12

CMYK color model

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

  • cyan value is 6.22%
  • magenta value is 0.00%
  • yellow value is 8.30%
  • key color value is 5.49%
CMYK:
(6,0,8,5)
C6M0Y8K5 
(6%,0%,8%,5%)
(0.06/0.00/0.08/0.05)	

CMYK percentages

%6.22
%0
%8.3
%5.49

Codes

Color #E2F1DD in popluar color models

E2F1DD
RGB226241221
HSL105°41.67%90.59%
HSB/HSV105°8.30%94.51%
CMYK6.22%0.00%8.30%
5.49%

Color #E2F1DD in popluar number systems.

HEXE2F1DD
Decimal226241221
Binary111000101111000111011101
Octal342361335

Shades and tints

Shades of #E2F1DD

#E2F1DD
(226,241,221)
#CEDCC9
(206,220,201)
#BAC7B5
(186,199,181)
#A6B2A1
(166,178,161)
#929D8D
(146,157,141)
#7E8879
(126,136,121)
#6A7365
(106,115,101)
#565E51
(86,94,81)
#42493D
(66,73,61)
#2E3429
(46,52,41)
#1A1F15
(26,31,21)
#000000
(0,0,0)

Tints of #E2F1DD

#E2F1DD
(226,241,221)
#E4F2E0
(228,242,224)
#E6F3E3
(230,243,227)
#E8F4E6
(232,244,230)
#EAF5E9
(234,245,233)
#ECF6EC
(236,246,236)
#EEF7EF
(238,247,239)
#F0F8F2
(240,248,242)
#F2F9F5
(242,249,245)
#F4FAF8
(244,250,248)
#F6FBFB
(246,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2F1DD color. Also use rgb(226,241,221) instead hex code.

Text Font Color

.myTextColor { color: #E2F1DD; }

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

This text font color is #E2F1DD.


Background Color

.myBgColor { background-color: #E2F1DD; }

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

This div background color is #E2F1DD.


Border color

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

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

This div border color is #E2F1DD.


Opacity

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

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

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

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

This text has shadow with #E2F1DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2F1DD on black background.


Color preview on white background

This text has color #E2F1DD on white background.



Black color preview on #E2F1DD background

This text has black color on #E2F1DD background.


White color preview on #E2F1DD background

This text has white color on #E2F1DD background.