COLOR #E2F1CD

HEX: #E2F1CD
RGB: (226,241,205)

Color info

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

RGB color model

#E2F1CD color RGB value is (226,241,205).

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

RGB channels and saturation

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

226
241
205

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

Portions of RGB colors in percentages

R + G + B =
226 + 241 + 205 = 672 (100%)
R 226 of 672 ~ 33.63%
G 241 of 672 ~ 35.86%
B 205 of 672 ~ 30.51%

%33.63
%35.86
%30.51

CMYK color model

#E2F1CD color CMYK value is (6,0,15,5).

  • cyan value is 6.22%
  • magenta value is 0.00%
  • yellow value is 14.94%
  • key color value is 5.49%
CMYK:
(6,0,15,5)
C6M0Y15K5 
(6%,0%,15%,5%)
(0.06/0.00/0.15/0.05)	

CMYK percentages

%6.22
%0
%14.94
%5.49

Codes

Color #E2F1CD in popluar color models

E2F1CD
RGB226241205
HSL85°56.25%87.45%
HSB/HSV85°14.94%94.51%
CMYK6.22%0.00%14.94%
5.49%

Color #E2F1CD in popluar number systems.

HEXE2F1CD
Decimal226241205
Binary111000101111000111001101
Octal342361315

Shades and tints

Shades of #E2F1CD

#E2F1CD
(226,241,205)
#CEDCBB
(206,220,187)
#BAC7A9
(186,199,169)
#A6B297
(166,178,151)
#929D85
(146,157,133)
#7E8873
(126,136,115)
#6A7361
(106,115,97)
#565E4F
(86,94,79)
#42493D
(66,73,61)
#2E342B
(46,52,43)
#1A1F19
(26,31,25)
#000000
(0,0,0)

Tints of #E2F1CD

#E2F1CD
(226,241,205)
#E4F2D1
(228,242,209)
#E6F3D5
(230,243,213)
#E8F4D9
(232,244,217)
#EAF5DD
(234,245,221)
#ECF6E1
(236,246,225)
#EEF7E5
(238,247,229)
#F0F8E9
(240,248,233)
#F2F9ED
(242,249,237)
#F4FAF1
(244,250,241)
#F6FBF5
(246,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2F1CD; }

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

This text font color is #E2F1CD.


Background Color

.myBgColor { background-color: #E2F1CD; }

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

This div background color is #E2F1CD.


Border color

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

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

This div border color is #E2F1CD.


Opacity

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

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

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

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

This text has shadow with #E2F1CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2F1CD on black background.


Color preview on white background

This text has color #E2F1CD on white background.



Black color preview on #E2F1CD background

This text has black color on #E2F1CD background.


White color preview on #E2F1CD background

This text has white color on #E2F1CD background.