COLOR #E2F2CD

HEX: #E2F2CD
RGB: (226,242,205)

Color info

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

RGB color model

#E2F2CD color RGB value is (226,242,205).

  • red value is 226;
  • green value is 242;
  • blue value is 205.
RGB:
(226,242,205)
(89%,95%,80%)

RGB channels and saturation

R 226 of 255 = 89%
G 242 of 255 = 95%
B 205 of 255 = 80%

226
242
205

R + G + B ~ 88%. #E2F2CD is light color.

Portions of RGB colors in percentages

R + G + B =
226 + 242 + 205 = 673 (100%)
R 226 of 673 ~ 33.58%
G 242 of 673 ~ 35.96%
B 205 of 673 ~ 30.46%

%33.58
%35.96
%30.46

CMYK color model

#E2F2CD color CMYK value is (7,0,15,5).

  • cyan value is 6.61%
  • magenta value is 0.00%
  • yellow value is 15.29%
  • key color value is 5.10%
CMYK:
(7,0,15,5)
C7M0Y15K5 
(7%,0%,15%,5%)
(0.07/0.00/0.15/0.05)	

CMYK percentages

%6.61
%0
%15.29
%5.1

Codes

Color #E2F2CD in popluar color models

E2F2CD
RGB226242205
HSL86°58.73%87.65%
HSB/HSV86°15.29%94.90%
CMYK6.61%0.00%15.29%
5.10%

Color #E2F2CD in popluar number systems.

HEXE2F2CD
Decimal226242205
Binary111000101111001011001101
Octal342362315

Shades and tints

Shades of #E2F2CD

#E2F2CD
(226,242,205)
#CEDCBB
(206,220,187)
#BAC6A9
(186,198,169)
#A6B097
(166,176,151)
#929A85
(146,154,133)
#7E8473
(126,132,115)
#6A6E61
(106,110,97)
#56584F
(86,88,79)
#42423D
(66,66,61)
#2E2C2B
(46,44,43)
#1A1619
(26,22,25)
#000000
(0,0,0)

Tints of #E2F2CD

#E2F2CD
(226,242,205)
#E4F3D1
(228,243,209)
#E6F4D5
(230,244,213)
#E8F5D9
(232,245,217)
#EAF6DD
(234,246,221)
#ECF7E1
(236,247,225)
#EEF8E5
(238,248,229)
#F0F9E9
(240,249,233)
#F2FAED
(242,250,237)
#F4FBF1
(244,251,241)
#F6FCF5
(246,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2F2CD color. Also use rgb(226,242,205) instead hex code.

Text Font Color

.myTextColor { color: #E2F2CD; }

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

This text font color is #E2F2CD.


Background Color

.myBgColor { background-color: #E2F2CD; }

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

This div background color is #E2F2CD.


Border color

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

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

This div border color is #E2F2CD.


Opacity

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

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

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

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

This text has shadow with #E2F2CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2F2CD on black background.


Color preview on white background

This text has color #E2F2CD on white background.



Black color preview on #E2F2CD background

This text has black color on #E2F2CD background.


White color preview on #E2F2CD background

This text has white color on #E2F2CD background.