COLOR #E7FCCF

HEX: #E7FCCF
RGB: (231,252,207)

Color info

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

RGB color model

#E7FCCF color RGB value is (231,252,207).

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

RGB channels and saturation

R 231 of 255 = 91%
G 252 of 255 = 99%
B 207 of 255 = 81%

231
252
207

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

Portions of RGB colors in percentages

R + G + B =
231 + 252 + 207 = 690 (100%)
R 231 of 690 ~ 33.48%
G 252 of 690 ~ 36.52%
B 207 of 690 ~ 30%

%33.48
%36.52
%30

CMYK color model

#E7FCCF color CMYK value is (8,0,18,1).

  • cyan value is 8.33%
  • magenta value is 0.00%
  • yellow value is 17.86%
  • key color value is 1.18%
CMYK:
(8,0,18,1)
C8M0Y18K1 
(8%,0%,18%,1%)
(0.08/0.00/0.18/0.01)	

CMYK percentages

%8.33
%0
%17.86
%1.18

Codes

Color #E7FCCF in popluar color models

E7FCCF
RGB231252207
HSL88°88.24%90.00%
HSB/HSV88°17.86%98.82%
CMYK8.33%0.00%17.86%
1.18%

Color #E7FCCF in popluar number systems.

HEXE7FCCF
Decimal231252207
Binary111001111111110011001111
Octal347374317

Shades and tints

Shades of #E7FCCF

#E7FCCF
(231,252,207)
#D2E6BD
(210,230,189)
#BDD0AB
(189,208,171)
#A8BA99
(168,186,153)
#93A487
(147,164,135)
#7E8E75
(126,142,117)
#697863
(105,120,99)
#546251
(84,98,81)
#3F4C3F
(63,76,63)
#2A362D
(42,54,45)
#15201B
(21,32,27)
#000000
(0,0,0)

Tints of #E7FCCF

#E7FCCF
(231,252,207)
#E9FCD3
(233,252,211)
#EBFCD7
(235,252,215)
#EDFCDB
(237,252,219)
#EFFCDF
(239,252,223)
#F1FCE3
(241,252,227)
#F3FCE7
(243,252,231)
#F5FCEB
(245,252,235)
#F7FCEF
(247,252,239)
#F9FCF3
(249,252,243)
#FBFCF7
(251,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7FCCF; }

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

This text font color is #E7FCCF.


Background Color

.myBgColor { background-color: #E7FCCF; }

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

This div background color is #E7FCCF.


Border color

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

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

This div border color is #E7FCCF.


Opacity

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

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

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

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

This text has shadow with #E7FCCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7FCCF on black background.


Color preview on white background

This text has color #E7FCCF on white background.



Black color preview on #E7FCCF background

This text has black color on #E7FCCF background.


White color preview on #E7FCCF background

This text has white color on #E7FCCF background.