COLOR #E3F1CE

HEX: #E3F1CE
RGB: (227,241,206)

Color info

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

RGB color model

#E3F1CE color RGB value is (227,241,206).

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

RGB channels and saturation

R 227 of 255 = 89%
G 241 of 255 = 95%
B 206 of 255 = 81%

227
241
206

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

Portions of RGB colors in percentages

R + G + B =
227 + 241 + 206 = 674 (100%)
R 227 of 674 ~ 33.68%
G 241 of 674 ~ 35.76%
B 206 of 674 ~ 30.56%

%33.68
%35.76
%30.56

CMYK color model

#E3F1CE color CMYK value is (6,0,15,5).

  • cyan value is 5.81%
  • magenta value is 0.00%
  • yellow value is 14.52%
  • key color value is 5.49%
CMYK:
(6,0,15,5)
C6M0Y15K5 
(6%,0%,15%,5%)
(0.06/0.00/0.15/0.05)	

CMYK percentages

%5.81
%0
%14.52
%5.49

Codes

Color #E3F1CE in popluar color models

E3F1CE
RGB227241206
HSL84°55.56%87.65%
HSB/HSV84°14.52%94.51%
CMYK5.81%0.00%14.52%
5.49%

Color #E3F1CE in popluar number systems.

HEXE3F1CE
Decimal227241206
Binary111000111111000111001110
Octal343361316

Shades and tints

Shades of #E3F1CE

#E3F1CE
(227,241,206)
#CFDCBC
(207,220,188)
#BBC7AA
(187,199,170)
#A7B298
(167,178,152)
#939D86
(147,157,134)
#7F8874
(127,136,116)
#6B7362
(107,115,98)
#575E50
(87,94,80)
#43493E
(67,73,62)
#2F342C
(47,52,44)
#1B1F1A
(27,31,26)
#000000
(0,0,0)

Tints of #E3F1CE

#E3F1CE
(227,241,206)
#E5F2D2
(229,242,210)
#E7F3D6
(231,243,214)
#E9F4DA
(233,244,218)
#EBF5DE
(235,245,222)
#EDF6E2
(237,246,226)
#EFF7E6
(239,247,230)
#F1F8EA
(241,248,234)
#F3F9EE
(243,249,238)
#F5FAF2
(245,250,242)
#F7FBF6
(247,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3F1CE; }

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

This text font color is #E3F1CE.


Background Color

.myBgColor { background-color: #E3F1CE; }

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

This div background color is #E3F1CE.


Border color

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

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

This div border color is #E3F1CE.


Opacity

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

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

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

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

This text has shadow with #E3F1CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3F1CE on black background.


Color preview on white background

This text has color #E3F1CE on white background.



Black color preview on #E3F1CE background

This text has black color on #E3F1CE background.


White color preview on #E3F1CE background

This text has white color on #E3F1CE background.