COLOR #E9FECF

HEX: #E9FECF
RGB: (233,254,207)

Color info

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

RGB color model

#E9FECF color RGB value is (233,254,207).

  • red value is 233;
  • green value is 254;
  • blue value is 207.
RGB:
(233,254,207)
(91%,100%,81%)

RGB channels and saturation

R 233 of 255 = 91%
G 254 of 255 = 100%
B 207 of 255 = 81%

233
254
207

R + G + B ~ 91%. #E9FECF is light color.

Portions of RGB colors in percentages

R + G + B =
233 + 254 + 207 = 694 (100%)
R 233 of 694 ~ 33.57%
G 254 of 694 ~ 36.6%
B 207 of 694 ~ 29.83%

%33.57
%36.6
%29.83

CMYK color model

#E9FECF color CMYK value is (8,0,19,0).

  • cyan value is 8.27%
  • magenta value is 0.00%
  • yellow value is 18.50%
  • key color value is 0.39%
CMYK:
(8,0,19,0)
C8M0Y19K0 
(8%,0%,19%,0%)
(0.08/0.00/0.19/0.00)	

CMYK percentages

%8.27
%0
%18.5
%0.39

Codes

Color #E9FECF in popluar color models

E9FECF
RGB233254207
HSL87°95.92%90.39%
HSB/HSV87°18.50%99.61%
CMYK8.27%0.00%18.50%
0.39%

Color #E9FECF in popluar number systems.

HEXE9FECF
Decimal233254207
Binary111010011111111011001111
Octal351376317

Shades and tints

Shades of #E9FECF

#E9FECF
(233,254,207)
#D4E7BD
(212,231,189)
#BFD0AB
(191,208,171)
#AAB999
(170,185,153)
#95A287
(149,162,135)
#808B75
(128,139,117)
#6B7463
(107,116,99)
#565D51
(86,93,81)
#41463F
(65,70,63)
#2C2F2D
(44,47,45)
#17181B
(23,24,27)
#000000
(0,0,0)

Tints of #E9FECF

#E9FECF
(233,254,207)
#EBFED3
(235,254,211)
#EDFED7
(237,254,215)
#EFFEDB
(239,254,219)
#F1FEDF
(241,254,223)
#F3FEE3
(243,254,227)
#F5FEE7
(245,254,231)
#F7FEEB
(247,254,235)
#F9FEEF
(249,254,239)
#FBFEF3
(251,254,243)
#FDFEF7
(253,254,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9FECF color. Also use rgb(233,254,207) instead hex code.

Text Font Color

.myTextColor { color: #E9FECF; }

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

This text font color is #E9FECF.


Background Color

.myBgColor { background-color: #E9FECF; }

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

This div background color is #E9FECF.


Border color

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

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

This div border color is #E9FECF.


Opacity

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

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

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

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

This text has shadow with #E9FECF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9FECF on black background.


Color preview on white background

This text has color #E9FECF on white background.



Black color preview on #E9FECF background

This text has black color on #E9FECF background.


White color preview on #E9FECF background

This text has white color on #E9FECF background.