COLOR #E1F3CA

HEX: #E1F3CA RGB: (225,243,202)

Color info

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

RGB color model

#E1F3CA color RGB value is (225,243,202).

RGB: (225,243,202) (88%, 95%, 79%)

RGB channels and saturation

R 225 of 255 = 88%
G 243 of 255 = 95%
B 202 of 255 = 79%

225
243
202

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

Portions of RGB colors in percentages

R + G + B = 225 + 243 + 202 = 670 (100%)
R 225 of 670 ~ 33.58%
G 243 of 670 ~ 36.27%
B 202 of 670 ~ 30.15'%

%33.58
%36.27
%30.15

CMYK color model

#E1F3CA color CMYK value is (7,0,17,5).

  • cyan value is 7.41%
  • magenta value is 0.00%
  • yellow value is 16.87%
  • key color value is 4.71%

CMYK: (7,0,17,5)
C7M0Y17K5 (7%, 0%, 17%, 5%)
(0.07 / 0.00 / 0.17 / 0.05)

CMYK percentages

%7.41
%0
%16.87
%4.71

Codes

Color #E1F3CA in popluar color models

E1 F3 CA
RGB 225 243 202
HSL 86° 63.08% 87.25%
HSB/HSV 86° 16.87% 95.29%
CMYK 7.41% 0.00% 16.87%
4.71%

Color #E1F3CA in popluar number systems.

HEX E1 F3 CA
Decimal 225 243 202
Binary 11100001 11110011 11001010
Octal 341 363 312

Shades and tints

Shades of #E1F3CA

#E1F3CA
(225,243,202)
#CDDDB8
(205,221,184)
#B9C7A6
(185,199,166)
#A5B194
(165,177,148)
#919B82
(145,155,130)
#7D8570
(125,133,112)
#696F5E
(105,111,94)
#55594C
(85,89,76)
#41433A
(65,67,58)
#2D2D28
(45,45,40)
#191716
(25,23,22)
#000000
(0,0,0)

Tints of #E1F3CA

#E1F3CA
(225,243,202)
#E3F4CE
(227,244,206)
#E5F5D2
(229,245,210)
#E7F6D6
(231,246,214)
#E9F7DA
(233,247,218)
#EBF8DE
(235,248,222)
#EDF9E2
(237,249,226)
#EFFAE6
(239,250,230)
#F1FBEA
(241,251,234)
#F3FCEE
(243,252,238)
#F5FDF2
(245,253,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1F3CA color. Also use rgb(225,243,202) instead hex code.

Text Font Color

.myTextColor { color: #E1F3CA; }

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

This text font color is #E1F3CA.

Background Color

.myBgColor { background-color: #E1F3CA; }

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

This div background color is #E1F3CA.

Border color

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

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

This div border color is #E1F3CA.

Opacity

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

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

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

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

This text has shadow with #E1F3CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1F3CA.

Preview

Color preview on black background

This text has color #E1F3CA on black background.


Color preview on white background

This text has color #E1F3CA on white background.


Black color preview on #E1F3CA background

This text has black color on #E1F3CA background.


White color preview on #E1F3CA background

This text has white color on #E1F3CA background.


Related colors

Complementary color

Complementary color for #hex is #1E0C35.


I love getcolorcode.com

Triadic colors

1 #CAE1F3 and #F3CAE1 with #E1F3CA are triadic colors.

2 #CAF3E1 and #F3E1CA with #E1F3CA are triadic colors.