COLOR #E0F0CA

HEX: #E0F0CA
RGB: (224,240,202)

Color info

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

RGB color model

#E0F0CA color RGB value is (224,240,202).

  • red value is 224;
  • green value is 240;
  • blue value is 202.
RGB:
(224,240,202)
(88%,94%,79%)

RGB channels and saturation

R 224 of 255 = 88%
G 240 of 255 = 94%
B 202 of 255 = 79%

224
240
202

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

Portions of RGB colors in percentages

R + G + B =
224 + 240 + 202 = 666 (100%)
R 224 of 666 ~ 33.63%
G 240 of 666 ~ 36.04%
B 202 of 666 ~ 30.33%

%33.63
%36.04
%30.33

CMYK color model

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

  • cyan value is 6.67%
  • magenta value is 0.00%
  • yellow value is 15.83%
  • key color value is 5.88%
CMYK:
(7,0,16,6)
C7M0Y16K6 
(7%,0%,16%,6%)
(0.07/0.00/0.16/0.06)	

CMYK percentages

%6.67
%0
%15.83
%5.88

Codes

Color #E0F0CA in popluar color models

E0F0CA
RGB224240202
HSL85°55.88%86.67%
HSB/HSV85°15.83%94.12%
CMYK6.67%0.00%15.83%
5.88%

Color #E0F0CA in popluar number systems.

HEXE0F0CA
Decimal224240202
Binary111000001111000011001010
Octal340360312

Shades and tints

Shades of #E0F0CA

#E0F0CA
(224,240,202)
#CCDBB8
(204,219,184)
#B8C6A6
(184,198,166)
#A4B194
(164,177,148)
#909C82
(144,156,130)
#7C8770
(124,135,112)
#68725E
(104,114,94)
#545D4C
(84,93,76)
#40483A
(64,72,58)
#2C3328
(44,51,40)
#181E16
(24,30,22)
#000000
(0,0,0)

Tints of #E0F0CA

#E0F0CA
(224,240,202)
#E2F1CE
(226,241,206)
#E4F2D2
(228,242,210)
#E6F3D6
(230,243,214)
#E8F4DA
(232,244,218)
#EAF5DE
(234,245,222)
#ECF6E2
(236,246,226)
#EEF7E6
(238,247,230)
#F0F8EA
(240,248,234)
#F2F9EE
(242,249,238)
#F4FAF2
(244,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0F0CA; }

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

This text font color is #E0F0CA.


Background Color

.myBgColor { background-color: #E0F0CA; }

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

This div background color is #E0F0CA.


Border color

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

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

This div border color is #E0F0CA.


Opacity

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

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

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

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

This text has shadow with #E0F0CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0F0CA on black background.


Color preview on white background

This text has color #E0F0CA on white background.



Black color preview on #E0F0CA background

This text has black color on #E0F0CA background.


White color preview on #E0F0CA background

This text has white color on #E0F0CA background.