COLOR #E7FDCE

HEX: #E7FDCE
RGB: (231,253,206)

Color info

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

RGB color model

#E7FDCE color RGB value is (231,253,206).

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

RGB channels and saturation

R 231 of 255 = 91%
G 253 of 255 = 99%
B 206 of 255 = 81%

231
253
206

R + G + B ~ 90%. #E7FDCE is light color.

Portions of RGB colors in percentages

R + G + B =
231 + 253 + 206 = 690 (100%)
R 231 of 690 ~ 33.48%
G 253 of 690 ~ 36.67%
B 206 of 690 ~ 29.86%

%33.48
%36.67
%29.86

CMYK color model

#E7FDCE color CMYK value is (9,0,19,1).

  • cyan value is 8.70%
  • magenta value is 0.00%
  • yellow value is 18.58%
  • key color value is 0.78%
CMYK:
(9,0,19,1)
C9M0Y19K1 
(9%,0%,19%,1%)
(0.09/0.00/0.19/0.01)	

CMYK percentages

%8.7
%0
%18.58
%0.78

Codes

Color #E7FDCE in popluar color models

E7FDCE
RGB231253206
HSL88°92.16%90.00%
HSB/HSV88°18.58%99.22%
CMYK8.70%0.00%18.58%
0.78%

Color #E7FDCE in popluar number systems.

HEXE7FDCE
Decimal231253206
Binary111001111111110111001110
Octal347375316

Shades and tints

Shades of #E7FDCE

#E7FDCE
(231,253,206)
#D2E6BC
(210,230,188)
#BDCFAA
(189,207,170)
#A8B898
(168,184,152)
#93A186
(147,161,134)
#7E8A74
(126,138,116)
#697362
(105,115,98)
#545C50
(84,92,80)
#3F453E
(63,69,62)
#2A2E2C
(42,46,44)
#15171A
(21,23,26)
#000000
(0,0,0)

Tints of #E7FDCE

#E7FDCE
(231,253,206)
#E9FDD2
(233,253,210)
#EBFDD6
(235,253,214)
#EDFDDA
(237,253,218)
#EFFDDE
(239,253,222)
#F1FDE2
(241,253,226)
#F3FDE6
(243,253,230)
#F5FDEA
(245,253,234)
#F7FDEE
(247,253,238)
#F9FDF2
(249,253,242)
#FBFDF6
(251,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7FDCE; }

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

This text font color is #E7FDCE.


Background Color

.myBgColor { background-color: #E7FDCE; }

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

This div background color is #E7FDCE.


Border color

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

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

This div border color is #E7FDCE.


Opacity

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

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

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

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

This text has shadow with #E7FDCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7FDCE on black background.


Color preview on white background

This text has color #E7FDCE on white background.



Black color preview on #E7FDCE background

This text has black color on #E7FDCE background.


White color preview on #E7FDCE background

This text has white color on #E7FDCE background.