COLOR #E3F4DA

HEX: #E3F4DA
RGB: (227,244,218)

Color info

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

RGB color model

#E3F4DA color RGB value is (227,244,218).

  • red value is 227;
  • green value is 244;
  • blue value is 218.
RGB:
(227,244,218)
(89%,96%,85%)

RGB channels and saturation

R 227 of 255 = 89%
G 244 of 255 = 96%
B 218 of 255 = 85%

227
244
218

R + G + B ~ 90%. #E3F4DA is light color.

Portions of RGB colors in percentages

R + G + B =
227 + 244 + 218 = 689 (100%)
R 227 of 689 ~ 32.95%
G 244 of 689 ~ 35.41%
B 218 of 689 ~ 31.64%

%32.95
%35.41
%31.64

CMYK color model

#E3F4DA color CMYK value is (7,0,11,4).

  • cyan value is 6.97%
  • magenta value is 0.00%
  • yellow value is 10.66%
  • key color value is 4.31%
CMYK:
(7,0,11,4)
C7M0Y11K4 
(7%,0%,11%,4%)
(0.07/0.00/0.11/0.04)	

CMYK percentages

%6.97
%0
%10.66
%4.31

Codes

Color #E3F4DA in popluar color models

E3F4DA
RGB227244218
HSL99°54.17%90.59%
HSB/HSV99°10.66%95.69%
CMYK6.97%0.00%10.66%
4.31%

Color #E3F4DA in popluar number systems.

HEXE3F4DA
Decimal227244218
Binary111000111111010011011010
Octal343364332

Shades and tints

Shades of #E3F4DA

#E3F4DA
(227,244,218)
#CFDEC7
(207,222,199)
#BBC8B4
(187,200,180)
#A7B2A1
(167,178,161)
#939C8E
(147,156,142)
#7F867B
(127,134,123)
#6B7068
(107,112,104)
#575A55
(87,90,85)
#434442
(67,68,66)
#2F2E2F
(47,46,47)
#1B181C
(27,24,28)
#000000
(0,0,0)

Tints of #E3F4DA

#E3F4DA
(227,244,218)
#E5F5DD
(229,245,221)
#E7F6E0
(231,246,224)
#E9F7E3
(233,247,227)
#EBF8E6
(235,248,230)
#EDF9E9
(237,249,233)
#EFFAEC
(239,250,236)
#F1FBEF
(241,251,239)
#F3FCF2
(243,252,242)
#F5FDF5
(245,253,245)
#F7FEF8
(247,254,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3F4DA color. Also use rgb(227,244,218) instead hex code.

Text Font Color

.myTextColor { color: #E3F4DA; }

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

This text font color is #E3F4DA.


Background Color

.myBgColor { background-color: #E3F4DA; }

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

This div background color is #E3F4DA.


Border color

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

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

This div border color is #E3F4DA.


Opacity

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

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

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

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

This text has shadow with #E3F4DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3F4DA on black background.


Color preview on white background

This text has color #E3F4DA on white background.



Black color preview on #E3F4DA background

This text has black color on #E3F4DA background.


White color preview on #E3F4DA background

This text has white color on #E3F4DA background.