COLOR #E2F0CA

HEX: #E2F0CA RGB: (226,240,202)

Color info

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

RGB color model

#E2F0CA color RGB value is (226,240,202).

RGB: (226,240,202) (89%, 94%, 79%)

RGB channels and saturation

R 226 of 255 = 89%
G 240 of 255 = 94%
B 202 of 255 = 79%

226
240
202

R + G + B ~ 87%. #E2F0CA is light color.

Portions of RGB colors in percentages

R + G + B = 226 + 240 + 202 = 668 (100%)
R 226 of 668 ~ 33.83%
G 240 of 668 ~ 35.93%
B 202 of 668 ~ 30.24'%

%33.83
%35.93
%30.24

CMYK color model

#E2F0CA color CMYK value is (6,0,16,6).

  • cyan value is 5.83%
  • magenta value is 0.00%
  • yellow value is 15.83%
  • key color value is 5.88%

CMYK: (6,0,16,6)
C6M0Y16K6 (6%, 0%, 16%, 6%)
(0.06 / 0.00 / 0.16 / 0.06)

CMYK percentages

%5.83
%0
%15.83
%5.88

Codes

Color #E2F0CA in popluar color models

E2 F0 CA
RGB 226 240 202
HSL 82° 55.88% 86.67%
HSB/HSV 82° 15.83% 94.12%
CMYK 5.83% 0.00% 15.83%
5.88%

Color #E2F0CA in popluar number systems.

HEX E2 F0 CA
Decimal 226 240 202
Binary 11100010 11110000 11001010
Octal 342 360 312

Shades and tints

Shades of #E2F0CA

#E2F0CA
(226,240,202)
#CEDBB8
(206,219,184)
#BAC6A6
(186,198,166)
#A6B194
(166,177,148)
#929C82
(146,156,130)
#7E8770
(126,135,112)
#6A725E
(106,114,94)
#565D4C
(86,93,76)
#42483A
(66,72,58)
#2E3328
(46,51,40)
#1A1E16
(26,30,22)
#000000
(0,0,0)

Tints of #E2F0CA

#E2F0CA
(226,240,202)
#E4F1CE
(228,241,206)
#E6F2D2
(230,242,210)
#E8F3D6
(232,243,214)
#EAF4DA
(234,244,218)
#ECF5DE
(236,245,222)
#EEF6E2
(238,246,226)
#F0F7E6
(240,247,230)
#F2F8EA
(242,248,234)
#F4F9EE
(244,249,238)
#F6FAF2
(246,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2F0CA; }

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

This text font color is #E2F0CA.

Background Color

.myBgColor { background-color: #E2F0CA; }

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

This div background color is #E2F0CA.

Border color

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

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

This div border color is #E2F0CA.

Opacity

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

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

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

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

This text has shadow with #E2F0CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2F0CA.

Preview

Color preview on black background

This text has color #E2F0CA on black background.


Color preview on white background

This text has color #E2F0CA on white background.


Black color preview on #E2F0CA background

This text has black color on #E2F0CA background.


White color preview on #E2F0CA background

This text has white color on #E2F0CA background.


Related colors

Complementary color

Complementary color for #hex is #1D0F35.


I love getcolorcode.com

Triadic colors

1 #CAE2F0 and #F0CAE2 with #E2F0CA are triadic colors.

2 #CAF0E2 and #F0E2CA with #E2F0CA are triadic colors.