COLOR #E7FCDA

HEX: #E7FCDA
RGB: (231,252,218)

Color info

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

RGB color model

#E7FCDA color RGB value is (231,252,218).

  • red value is 231;
  • green value is 252;
  • blue value is 218.
RGB:
(231,252,218)
(91%,99%,85%)

RGB channels and saturation

R 231 of 255 = 91%
G 252 of 255 = 99%
B 218 of 255 = 85%

231
252
218

R + G + B ~ 92%. #E7FCDA is light color.

Portions of RGB colors in percentages

R + G + B =
231 + 252 + 218 = 701 (100%)
R 231 of 701 ~ 32.95%
G 252 of 701 ~ 35.95%
B 218 of 701 ~ 31.1%

%32.95
%35.95
%31.1

CMYK color model

#E7FCDA color CMYK value is (8,0,13,1).

  • cyan value is 8.33%
  • magenta value is 0.00%
  • yellow value is 13.49%
  • key color value is 1.18%
CMYK:
(8,0,13,1)
C8M0Y13K1 
(8%,0%,13%,1%)
(0.08/0.00/0.13/0.01)	

CMYK percentages

%8.33
%0
%13.49
%1.18

Codes

Color #E7FCDA in popluar color models

E7FCDA
RGB231252218
HSL97°85.00%92.16%
HSB/HSV97°13.49%98.82%
CMYK8.33%0.00%13.49%
1.18%

Color #E7FCDA in popluar number systems.

HEXE7FCDA
Decimal231252218
Binary111001111111110011011010
Octal347374332

Shades and tints

Shades of #E7FCDA

#E7FCDA
(231,252,218)
#D2E6C7
(210,230,199)
#BDD0B4
(189,208,180)
#A8BAA1
(168,186,161)
#93A48E
(147,164,142)
#7E8E7B
(126,142,123)
#697868
(105,120,104)
#546255
(84,98,85)
#3F4C42
(63,76,66)
#2A362F
(42,54,47)
#15201C
(21,32,28)
#000000
(0,0,0)

Tints of #E7FCDA

#E7FCDA
(231,252,218)
#E9FCDD
(233,252,221)
#EBFCE0
(235,252,224)
#EDFCE3
(237,252,227)
#EFFCE6
(239,252,230)
#F1FCE9
(241,252,233)
#F3FCEC
(243,252,236)
#F5FCEF
(245,252,239)
#F7FCF2
(247,252,242)
#F9FCF5
(249,252,245)
#FBFCF8
(251,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7FCDA color. Also use rgb(231,252,218) instead hex code.

Text Font Color

.myTextColor { color: #E7FCDA; }

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

This text font color is #E7FCDA.


Background Color

.myBgColor { background-color: #E7FCDA; }

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

This div background color is #E7FCDA.


Border color

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

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

This div border color is #E7FCDA.


Opacity

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

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

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

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

This text has shadow with #E7FCDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7FCDA on black background.


Color preview on white background

This text has color #E7FCDA on white background.



Black color preview on #E7FCDA background

This text has black color on #E7FCDA background.


White color preview on #E7FCDA background

This text has white color on #E7FCDA background.