COLOR #E2F6CD

HEX: #E2F6CD
RGB: (226,246,205)

Color info

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

RGB color model

#E2F6CD color RGB value is (226,246,205).

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

RGB channels and saturation

R 226 of 255 = 89%
G 246 of 255 = 96%
B 205 of 255 = 80%

226
246
205

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

Portions of RGB colors in percentages

R + G + B =
226 + 246 + 205 = 677 (100%)
R 226 of 677 ~ 33.38%
G 246 of 677 ~ 36.34%
B 205 of 677 ~ 30.28%

%33.38
%36.34
%30.28

CMYK color model

#E2F6CD color CMYK value is (8,0,17,4).

  • cyan value is 8.13%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 3.53%
CMYK: (8,0,17,4) C8M0Y17K4 (8%,0%,17%,4%) (0.08/0.00/0.17/0.04)

CMYK percentages

%8.13
%0
%16.67
%3.53

Codes

Color #E2F6CD in popluar color models

E2F6CD
RGB226246205
HSL89°69.49%88.43%
HSB/HSV89°16.67%96.47%
CMYK8.13%0.00%16.67%
3.53%

Color #E2F6CD in popluar number systems.

HEXE2F6CD
Decimal226246205
Binary111000101111011011001101
Octal342366315

Shades and tints

Shades of #E2F6CD

#E2F6CD
(226,246,205)
#CEE0BB
(206,224,187)
#BACAA9
(186,202,169)
#A6B497
(166,180,151)
#929E85
(146,158,133)
#7E8873
(126,136,115)
#6A7261
(106,114,97)
#565C4F
(86,92,79)
#42463D
(66,70,61)
#2E302B
(46,48,43)
#1A1A19
(26,26,25)
#000000
(0,0,0)

Tints of #E2F6CD

#E2F6CD
(226,246,205)
#E4F6D1
(228,246,209)
#E6F6D5
(230,246,213)
#E8F6D9
(232,246,217)
#EAF6DD
(234,246,221)
#ECF6E1
(236,246,225)
#EEF6E5
(238,246,229)
#F0F6E9
(240,246,233)
#F2F6ED
(242,246,237)
#F4F6F1
(244,246,241)
#F6F6F5
(246,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2F6CD; }

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

This text font color is #E2F6CD.


Background Color

.myBgColor { background-color: #E2F6CD; }

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

This div background color is #E2F6CD.


Border color

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

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

This div border color is #E2F6CD.


Opacity

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

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

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

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

This text has shadow with #E2F6CD color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #E2F6CD on black background.


Color preview on white background

This text has color #E2F6CD on white background.



Black color preview on #E2F6CD background

This text has black color on #E2F6CD background.


White color preview on #E2F6CD background

This text has white color on #E2F6CD background.