COLOR #E3F6D4

HEX: #E3F6D4
RGB: (227,246,212)

Color info

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

RGB color model

#E3F6D4 color RGB value is (227,246,212).

  • red value is 227;
  • green value is 246;
  • blue value is 212.
RGB:
(227,246,212)
(89%,96%,83%)

RGB channels and saturation

R 227 of 255 = 89%
G 246 of 255 = 96%
B 212 of 255 = 83%

227
246
212

R + G + B ~ 89%. #E3F6D4 is light color.

Portions of RGB colors in percentages

R + G + B =
227 + 246 + 212 = 685 (100%)
R 227 of 685 ~ 33.14%
G 246 of 685 ~ 35.91%
B 212 of 685 ~ 30.95%

%33.14
%35.91
%30.95

CMYK color model

#E3F6D4 color CMYK value is (8,0,14,4).

  • cyan value is 7.72%
  • magenta value is 0.00%
  • yellow value is 13.82%
  • key color value is 3.53%
CMYK:
(8,0,14,4)
C8M0Y14K4 
(8%,0%,14%,4%)
(0.08/0.00/0.14/0.04)	

CMYK percentages

%7.72
%0
%13.82
%3.53

Codes

Color #E3F6D4 in popluar color models

E3F6D4
RGB227246212
HSL94°65.38%89.80%
HSB/HSV94°13.82%96.47%
CMYK7.72%0.00%13.82%
3.53%

Color #E3F6D4 in popluar number systems.

HEXE3F6D4
Decimal227246212
Binary111000111111011011010100
Octal343366324

Shades and tints

Shades of #E3F6D4

#E3F6D4
(227,246,212)
#CFE0C1
(207,224,193)
#BBCAAE
(187,202,174)
#A7B49B
(167,180,155)
#939E88
(147,158,136)
#7F8875
(127,136,117)
#6B7262
(107,114,98)
#575C4F
(87,92,79)
#43463C
(67,70,60)
#2F3029
(47,48,41)
#1B1A16
(27,26,22)
#000000
(0,0,0)

Tints of #E3F6D4

#E3F6D4
(227,246,212)
#E5F6D7
(229,246,215)
#E7F6DA
(231,246,218)
#E9F6DD
(233,246,221)
#EBF6E0
(235,246,224)
#EDF6E3
(237,246,227)
#EFF6E6
(239,246,230)
#F1F6E9
(241,246,233)
#F3F6EC
(243,246,236)
#F5F6EF
(245,246,239)
#F7F6F2
(247,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3F6D4 color. Also use rgb(227,246,212) instead hex code.

Text Font Color

.myTextColor { color: #E3F6D4; }

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

This text font color is #E3F6D4.


Background Color

.myBgColor { background-color: #E3F6D4; }

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

This div background color is #E3F6D4.


Border color

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

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

This div border color is #E3F6D4.


Opacity

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

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

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

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

This text has shadow with #E3F6D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3F6D4 on black background.


Color preview on white background

This text has color #E3F6D4 on white background.



Black color preview on #E3F6D4 background

This text has black color on #E3F6D4 background.


White color preview on #E3F6D4 background

This text has white color on #E3F6D4 background.