COLOR #E7F3CE

HEX: #E7F3CE
RGB: (231,243,206)

Color info

#E7F3CE contains red, green and blue colors in about the same proportion. Web safe color of #E7F3CE is #FFFFCC (or #FFC).

RGB color model

#E7F3CE color RGB value is (231,243,206).

  • red value is 231;
  • green value is 243;
  • blue value is 206.
RGB:
(231,243,206)
(91%,95%,81%)

RGB channels and saturation

R 231 of 255 = 91%
G 243 of 255 = 95%
B 206 of 255 = 81%

231
243
206

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

Portions of RGB colors in percentages

R + G + B =
231 + 243 + 206 = 680 (100%)
R 231 of 680 ~ 33.97%
G 243 of 680 ~ 35.74%
B 206 of 680 ~ 30.29%

%33.97
%35.74
%30.29

CMYK color model

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

  • cyan value is 4.94%
  • magenta value is 0.00%
  • yellow value is 15.23%
  • key color value is 4.71%
CMYK:
(5,0,15,5)
C5M0Y15K5 
(5%,0%,15%,5%)
(0.05/0.00/0.15/0.05)	

CMYK percentages

%4.94
%0
%15.23
%4.71

Codes

Color #E7F3CE in popluar color models

E7F3CE
RGB231243206
HSL79°60.66%88.04%
HSB/HSV79°15.23%95.29%
CMYK4.94%0.00%15.23%
4.71%

Color #E7F3CE in popluar number systems.

HEXE7F3CE
Decimal231243206
Binary111001111111001111001110
Octal347363316

Shades and tints

Shades of #E7F3CE

#E7F3CE
(231,243,206)
#D2DDBC
(210,221,188)
#BDC7AA
(189,199,170)
#A8B198
(168,177,152)
#939B86
(147,155,134)
#7E8574
(126,133,116)
#696F62
(105,111,98)
#545950
(84,89,80)
#3F433E
(63,67,62)
#2A2D2C
(42,45,44)
#15171A
(21,23,26)
#000000
(0,0,0)

Tints of #E7F3CE

#E7F3CE
(231,243,206)
#E9F4D2
(233,244,210)
#EBF5D6
(235,245,214)
#EDF6DA
(237,246,218)
#EFF7DE
(239,247,222)
#F1F8E2
(241,248,226)
#F3F9E6
(243,249,230)
#F5FAEA
(245,250,234)
#F7FBEE
(247,251,238)
#F9FCF2
(249,252,242)
#FBFDF6
(251,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7F3CE color. Also use rgb(231,243,206) instead hex code.

Text Font Color

.myTextColor { color: #E7F3CE; }

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

This text font color is #E7F3CE.


Background Color

.myBgColor { background-color: #E7F3CE; }

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

This div background color is #E7F3CE.


Border color

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

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

This div border color is #E7F3CE.


Opacity

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

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

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

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

This text has shadow with #E7F3CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7F3CE on black background.


Color preview on white background

This text has color #E7F3CE on white background.



Black color preview on #E7F3CE background

This text has black color on #E7F3CE background.


White color preview on #E7F3CE background

This text has white color on #E7F3CE background.