COLOR #E7FCD8

HEX: #E7FCD8
RGB: (231,252,216)

Color info

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

RGB color model

#E7FCD8 color RGB value is (231,252,216).

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

RGB channels and saturation

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

231
252
216

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

Portions of RGB colors in percentages

R + G + B =
231 + 252 + 216 = 699 (100%)
R 231 of 699 ~ 33.05%
G 252 of 699 ~ 36.05%
B 216 of 699 ~ 30.9%

%33.05
%36.05
%30.9

CMYK color model

#E7FCD8 color CMYK value is (8,0,14,1).

  • cyan value is 8.33%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 1.18%
CMYK:
(8,0,14,1)
C8M0Y14K1 
(8%,0%,14%,1%)
(0.08/0.00/0.14/0.01)	

CMYK percentages

%8.33
%0
%14.29
%1.18

Codes

Color #E7FCD8 in popluar color models

E7FCD8
RGB231252216
HSL95°85.71%91.76%
HSB/HSV95°14.29%98.82%
CMYK8.33%0.00%14.29%
1.18%

Color #E7FCD8 in popluar number systems.

HEXE7FCD8
Decimal231252216
Binary111001111111110011011000
Octal347374330

Shades and tints

Shades of #E7FCD8

#E7FCD8
(231,252,216)
#D2E6C5
(210,230,197)
#BDD0B2
(189,208,178)
#A8BA9F
(168,186,159)
#93A48C
(147,164,140)
#7E8E79
(126,142,121)
#697866
(105,120,102)
#546253
(84,98,83)
#3F4C40
(63,76,64)
#2A362D
(42,54,45)
#15201A
(21,32,26)
#000000
(0,0,0)

Tints of #E7FCD8

#E7FCD8
(231,252,216)
#E9FCDB
(233,252,219)
#EBFCDE
(235,252,222)
#EDFCE1
(237,252,225)
#EFFCE4
(239,252,228)
#F1FCE7
(241,252,231)
#F3FCEA
(243,252,234)
#F5FCED
(245,252,237)
#F7FCF0
(247,252,240)
#F9FCF3
(249,252,243)
#FBFCF6
(251,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7FCD8; }

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

This text font color is #E7FCD8.


Background Color

.myBgColor { background-color: #E7FCD8; }

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

This div background color is #E7FCD8.


Border color

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

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

This div border color is #E7FCD8.


Opacity

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

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

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

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

This text has shadow with #E7FCD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7FCD8 on black background.


Color preview on white background

This text has color #E7FCD8 on white background.



Black color preview on #E7FCD8 background

This text has black color on #E7FCD8 background.


White color preview on #E7FCD8 background

This text has white color on #E7FCD8 background.