COLOR #E3F2CE

HEX: #E3F2CE RGB: (227,242,206)

Color info

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

RGB color model

#E3F2CE color RGB value is (227,242,206).

RGB: (227,242,206) (89%, 95%, 81%)

RGB channels and saturation

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

227
242
206

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

Portions of RGB colors in percentages

R + G + B = 227 + 242 + 206 = 675 (100%)
R 227 of 675 ~ 33.63%
G 242 of 675 ~ 35.85%
B 206 of 675 ~ 30.52'%

%33.63
%35.85
%30.52

CMYK color model

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

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

CMYK percentages

%6.2
%0
%14.88
%5.1

Codes

Color #E3F2CE in popluar color models

E3 F2 CE
RGB 227 242 206
HSL 85° 58.06% 87.84%
HSB/HSV 85° 14.88% 94.90%
CMYK 6.20% 0.00% 14.88%
5.10%

Color #E3F2CE in popluar number systems.

HEX E3 F2 CE
Decimal 227 242 206
Binary 11100011 11110010 11001110
Octal 343 362 316

Shades and tints

Shades of #E3F2CE

#E3F2CE
(227,242,206)
#CFDCBC
(207,220,188)
#BBC6AA
(187,198,170)
#A7B098
(167,176,152)
#939A86
(147,154,134)
#7F8474
(127,132,116)
#6B6E62
(107,110,98)
#575850
(87,88,80)
#43423E
(67,66,62)
#2F2C2C
(47,44,44)
#1B161A
(27,22,26)
#000000
(0,0,0)

Tints of #E3F2CE

#E3F2CE
(227,242,206)
#E5F3D2
(229,243,210)
#E7F4D6
(231,244,214)
#E9F5DA
(233,245,218)
#EBF6DE
(235,246,222)
#EDF7E2
(237,247,226)
#EFF8E6
(239,248,230)
#F1F9EA
(241,249,234)
#F3FAEE
(243,250,238)
#F5FBF2
(245,251,242)
#F7FCF6
(247,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3F2CE; }

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

This text font color is #E3F2CE.

Background Color

.myBgColor { background-color: #E3F2CE; }

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

This div background color is #E3F2CE.

Border color

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

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

This div border color is #E3F2CE.

Opacity

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

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

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

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

This text has shadow with #E3F2CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3F2CE.

Preview

Color preview on black background

This text has color #E3F2CE on black background.


Color preview on white background

This text has color #E3F2CE on white background.


Black color preview on #E3F2CE background

This text has black color on #E3F2CE background.


White color preview on #E3F2CE background

This text has white color on #E3F2CE background.


Related colors

Complementary color

Complementary color for #hex is #1C0D31.


I love getcolorcode.com

Triadic colors

1 #CEE3F2 and #F2CEE3 with #E3F2CE are triadic colors.

2 #CEF2E3 and #F2E3CE with #E3F2CE are triadic colors.