COLOR #E0F4CA

HEX: #E0F4CA RGB: (224,244,202)

Color info

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

RGB color model

#E0F4CA color RGB value is (224,244,202).

RGB: (224,244,202) (88%, 96%, 79%)

RGB channels and saturation

R 224 of 255 = 88%
G 244 of 255 = 96%
B 202 of 255 = 79%

224
244
202

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

Portions of RGB colors in percentages

R + G + B = 224 + 244 + 202 = 670 (100%)
R 224 of 670 ~ 33.43%
G 244 of 670 ~ 36.42%
B 202 of 670 ~ 30.15'%

%33.43
%36.42
%30.15

CMYK color model

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

  • cyan value is 8.20%
  • magenta value is 0.00%
  • yellow value is 17.21%
  • key color value is 4.31%

CMYK: (8,0,17,4)
C8M0Y17K4 (8%, 0%, 17%, 4%)
(0.08 / 0.00 / 0.17 / 0.04)

CMYK percentages

%8.2
%0
%17.21
%4.31

Codes

Color #E0F4CA in popluar color models

E0 F4 CA
RGB 224 244 202
HSL 89° 65.63% 87.45%
HSB/HSV 89° 17.21% 95.69%
CMYK 8.20% 0.00% 17.21%
4.31%

Color #E0F4CA in popluar number systems.

HEX E0 F4 CA
Decimal 224 244 202
Binary 11100000 11110100 11001010
Octal 340 364 312

Shades and tints

Shades of #E0F4CA

#E0F4CA
(224,244,202)
#CCDEB8
(204,222,184)
#B8C8A6
(184,200,166)
#A4B294
(164,178,148)
#909C82
(144,156,130)
#7C8670
(124,134,112)
#68705E
(104,112,94)
#545A4C
(84,90,76)
#40443A
(64,68,58)
#2C2E28
(44,46,40)
#181816
(24,24,22)
#000000
(0,0,0)

Tints of #E0F4CA

#E0F4CA
(224,244,202)
#E2F5CE
(226,245,206)
#E4F6D2
(228,246,210)
#E6F7D6
(230,247,214)
#E8F8DA
(232,248,218)
#EAF9DE
(234,249,222)
#ECFAE2
(236,250,226)
#EEFBE6
(238,251,230)
#F0FCEA
(240,252,234)
#F2FDEE
(242,253,238)
#F4FEF2
(244,254,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0F4CA color. Also use rgb(224,244,202) instead hex code.

Text Font Color

.myTextColor { color: #E0F4CA; }

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

This text font color is #E0F4CA.

Background Color

.myBgColor { background-color: #E0F4CA; }

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

This div background color is #E0F4CA.

Border color

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

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

This div border color is #E0F4CA.

Opacity

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

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

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

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

This text has shadow with #E0F4CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0F4CA.

Preview

Color preview on black background

This text has color #E0F4CA on black background.


Color preview on white background

This text has color #E0F4CA on white background.


Black color preview on #E0F4CA background

This text has black color on #E0F4CA background.


White color preview on #E0F4CA background

This text has white color on #E0F4CA background.


Related colors

Complementary color

Complementary color for #hex is #1F0B35.


I love getcolorcode.com

Triadic colors

1 #CAE0F4 and #F4CAE0 with #E0F4CA are triadic colors.

2 #CAF4E0 and #F4E0CA with #E0F4CA are triadic colors.