COLOR #E2F6CA

HEX: #E2F6CA RGB: (226,246,202)

Color info

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

RGB color model

#E2F6CA color RGB value is (226,246,202).

RGB: (226,246,202) (89%, 96%, 79%)

RGB channels and saturation

R 226 of 255 = 89%
G 246 of 255 = 96%
B 202 of 255 = 79%

226
246
202

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

Portions of RGB colors in percentages

R + G + B = 226 + 246 + 202 = 674 (100%)
R 226 of 674 ~ 33.53%
G 246 of 674 ~ 36.5%
B 202 of 674 ~ 29.97'%

%33.53
%36.5
%29.97

CMYK color model

#E2F6CA color CMYK value is (8,0,18,4).

  • cyan value is 8.13%
  • magenta value is 0.00%
  • yellow value is 17.89%
  • key color value is 3.53%
CMYK: (8,0,18,4) C8M0Y18K4 (8%,0%,18%,4%) (0.08/0.00/0.18/0.04) 

CMYK percentages

%8.13
%0
%17.89
%3.53

Codes

Color #E2F6CA in popluar color models

E2 F6 CA
RGB 226 246 202
HSL 87° 70.97% 87.84%
HSB/HSV 87° 17.89% 96.47%
CMYK 8.13% 0.00% 17.89%
3.53%

Color #E2F6CA in popluar number systems.

HEX E2 F6 CA
Decimal 226 246 202
Binary 11100010 11110110 11001010
Octal 342 366 312

Shades and tints

Shades of #E2F6CA

#E2F6CA
(226,246,202)
#CEE0B8
(206,224,184)
#BACAA6
(186,202,166)
#A6B494
(166,180,148)
#929E82
(146,158,130)
#7E8870
(126,136,112)
#6A725E
(106,114,94)
#565C4C
(86,92,76)
#42463A
(66,70,58)
#2E3028
(46,48,40)
#1A1A16
(26,26,22)
#000000
(0,0,0)

Tints of #E2F6CA

#E2F6CA
(226,246,202)
#E4F6CE
(228,246,206)
#E6F6D2
(230,246,210)
#E8F6D6
(232,246,214)
#EAF6DA
(234,246,218)
#ECF6DE
(236,246,222)
#EEF6E2
(238,246,226)
#F0F6E6
(240,246,230)
#F2F6EA
(242,246,234)
#F4F6EE
(244,246,238)
#F6F6F2
(246,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2F6CA; }

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

This text font color is #E2F6CA.

Background Color

.myBgColor { background-color: #E2F6CA; }

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

This div background color is #E2F6CA.

Border color

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

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

This div border color is #E2F6CA.

Opacity

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

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

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

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

This text has shadow with #E2F6CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2F6CA.

Preview

Color preview on black background

This text has color #E2F6CA on black background.


Color preview on white background

This text has color #E2F6CA on white background.


Black color preview on #E2F6CA background

This text has black color on #E2F6CA background.


White color preview on #E2F6CA background

This text has white color on #E2F6CA background.


Related colors

Complementary color

Complementary color for #hex is #1D0935.


I love getcolorcode.com

Triadic colors

1 #CAE2F6 and #F6CAE2 with #E2F6CA are triadic colors.

2 #CAF6E2 and #F6E2CA with #E2F6CA are triadic colors.