COLOR #E0F3D2

HEX: #E0F3D2
RGB: (224,243,210)

Color info

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

RGB color model

#E0F3D2 color RGB value is (224,243,210).

  • red value is 224;
  • green value is 243;
  • blue value is 210.
RGB:
(224,243,210)
(88%,95%,82%)

RGB channels and saturation

R 224 of 255 = 88%
G 243 of 255 = 95%
B 210 of 255 = 82%

224
243
210

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

Portions of RGB colors in percentages

R + G + B =
224 + 243 + 210 = 677 (100%)
R 224 of 677 ~ 33.09%
G 243 of 677 ~ 35.89%
B 210 of 677 ~ 31.02%

%33.09
%35.89
%31.02

CMYK color model

#E0F3D2 color CMYK value is (8,0,14,5).

  • cyan value is 7.82%
  • magenta value is 0.00%
  • yellow value is 13.58%
  • key color value is 4.71%
CMYK:
(8,0,14,5)
C8M0Y14K5 
(8%,0%,14%,5%)
(0.08/0.00/0.14/0.05)	

CMYK percentages

%7.82
%0
%13.58
%4.71

Codes

Color #E0F3D2 in popluar color models

E0F3D2
RGB224243210
HSL95°57.89%88.82%
HSB/HSV95°13.58%95.29%
CMYK7.82%0.00%13.58%
4.71%

Color #E0F3D2 in popluar number systems.

HEXE0F3D2
Decimal224243210
Binary111000001111001111010010
Octal340363322

Shades and tints

Shades of #E0F3D2

#E0F3D2
(224,243,210)
#CCDDBF
(204,221,191)
#B8C7AC
(184,199,172)
#A4B199
(164,177,153)
#909B86
(144,155,134)
#7C8573
(124,133,115)
#686F60
(104,111,96)
#54594D
(84,89,77)
#40433A
(64,67,58)
#2C2D27
(44,45,39)
#181714
(24,23,20)
#000000
(0,0,0)

Tints of #E0F3D2

#E0F3D2
(224,243,210)
#E2F4D6
(226,244,214)
#E4F5DA
(228,245,218)
#E6F6DE
(230,246,222)
#E8F7E2
(232,247,226)
#EAF8E6
(234,248,230)
#ECF9EA
(236,249,234)
#EEFAEE
(238,250,238)
#F0FBF2
(240,251,242)
#F2FCF6
(242,252,246)
#F4FDFA
(244,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0F3D2 color. Also use rgb(224,243,210) instead hex code.

Text Font Color

.myTextColor { color: #E0F3D2; }

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

This text font color is #E0F3D2.


Background Color

.myBgColor { background-color: #E0F3D2; }

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

This div background color is #E0F3D2.


Border color

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

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

This div border color is #E0F3D2.


Opacity

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

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

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

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

This text has shadow with #E0F3D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0F3D2 on black background.


Color preview on white background

This text has color #E0F3D2 on white background.



Black color preview on #E0F3D2 background

This text has black color on #E0F3D2 background.


White color preview on #E0F3D2 background

This text has white color on #E0F3D2 background.