COLOR #E3F6CE

HEX: #E3F6CE
RGB: (227,246,206)

Color info

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

RGB color model

#E3F6CE color RGB value is (227,246,206).

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

RGB channels and saturation

R 227 of 255 = 89%
G 246 of 255 = 96%
B 206 of 255 = 81%

227
246
206

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

Portions of RGB colors in percentages

R + G + B =
227 + 246 + 206 = 679 (100%)
R 227 of 679 ~ 33.43%
G 246 of 679 ~ 36.23%
B 206 of 679 ~ 30.34%

%33.43
%36.23
%30.34

CMYK color model

#E3F6CE color CMYK value is (8,0,16,4).

  • cyan value is 7.72%
  • magenta value is 0.00%
  • yellow value is 16.26%
  • key color value is 3.53%
CMYK:
(8,0,16,4)
C8M0Y16K4 
(8%,0%,16%,4%)
(0.08/0.00/0.16/0.04)	

CMYK percentages

%7.72
%0
%16.26
%3.53

Codes

Color #E3F6CE in popluar color models

E3F6CE
RGB227246206
HSL89°68.97%88.63%
HSB/HSV89°16.26%96.47%
CMYK7.72%0.00%16.26%
3.53%

Color #E3F6CE in popluar number systems.

HEXE3F6CE
Decimal227246206
Binary111000111111011011001110
Octal343366316

Shades and tints

Shades of #E3F6CE

#E3F6CE
(227,246,206)
#CFE0BC
(207,224,188)
#BBCAAA
(187,202,170)
#A7B498
(167,180,152)
#939E86
(147,158,134)
#7F8874
(127,136,116)
#6B7262
(107,114,98)
#575C50
(87,92,80)
#43463E
(67,70,62)
#2F302C
(47,48,44)
#1B1A1A
(27,26,26)
#000000
(0,0,0)

Tints of #E3F6CE

#E3F6CE
(227,246,206)
#E5F6D2
(229,246,210)
#E7F6D6
(231,246,214)
#E9F6DA
(233,246,218)
#EBF6DE
(235,246,222)
#EDF6E2
(237,246,226)
#EFF6E6
(239,246,230)
#F1F6EA
(241,246,234)
#F3F6EE
(243,246,238)
#F5F6F2
(245,246,242)
#F7F6F6
(247,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3F6CE; }

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

This text font color is #E3F6CE.


Background Color

.myBgColor { background-color: #E3F6CE; }

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

This div background color is #E3F6CE.


Border color

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

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

This div border color is #E3F6CE.


Opacity

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

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

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

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

This text has shadow with #E3F6CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3F6CE on black background.


Color preview on white background

This text has color #E3F6CE on white background.



Black color preview on #E3F6CE background

This text has black color on #E3F6CE background.


White color preview on #E3F6CE background

This text has white color on #E3F6CE background.