COLOR #EDFECF

HEX: #EDFECF
RGB: (237,254,207)

Color info

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

RGB color model

#EDFECF color RGB value is (237,254,207).

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

RGB channels and saturation

R 237 of 255 = 93%
G 254 of 255 = 100%
B 207 of 255 = 81%

237
254
207

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

Portions of RGB colors in percentages

R + G + B =
237 + 254 + 207 = 698 (100%)
R 237 of 698 ~ 33.95%
G 254 of 698 ~ 36.39%
B 207 of 698 ~ 29.66%

%33.95
%36.39
%29.66

CMYK color model

#EDFECF color CMYK value is (7,0,19,0).

  • cyan value is 6.69%
  • magenta value is 0.00%
  • yellow value is 18.50%
  • key color value is 0.39%
CMYK:
(7,0,19,0)
C7M0Y19K0 
(7%,0%,19%,0%)
(0.07/0.00/0.19/0.00)	

CMYK percentages

%6.69
%0
%18.5
%0.39

Codes

Color #EDFECF in popluar color models

EDFECF
RGB237254207
HSL82°95.92%90.39%
HSB/HSV82°18.50%99.61%
CMYK6.69%0.00%18.50%
0.39%

Color #EDFECF in popluar number systems.

HEXEDFECF
Decimal237254207
Binary111011011111111011001111
Octal355376317

Shades and tints

Shades of #EDFECF

#EDFECF
(237,254,207)
#D8E7BD
(216,231,189)
#C3D0AB
(195,208,171)
#AEB999
(174,185,153)
#99A287
(153,162,135)
#848B75
(132,139,117)
#6F7463
(111,116,99)
#5A5D51
(90,93,81)
#45463F
(69,70,63)
#302F2D
(48,47,45)
#1B181B
(27,24,27)
#000000
(0,0,0)

Tints of #EDFECF

#EDFECF
(237,254,207)
#EEFED3
(238,254,211)
#EFFED7
(239,254,215)
#F0FEDB
(240,254,219)
#F1FEDF
(241,254,223)
#F2FEE3
(242,254,227)
#F3FEE7
(243,254,231)
#F4FEEB
(244,254,235)
#F5FEEF
(245,254,239)
#F6FEF3
(246,254,243)
#F7FEF7
(247,254,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDFECF; }

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

This text font color is #EDFECF.


Background Color

.myBgColor { background-color: #EDFECF; }

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

This div background color is #EDFECF.


Border color

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

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

This div border color is #EDFECF.


Opacity

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

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

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

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

This text has shadow with #EDFECF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDFECF on black background.


Color preview on white background

This text has color #EDFECF on white background.



Black color preview on #EDFECF background

This text has black color on #EDFECF background.


White color preview on #EDFECF background

This text has white color on #EDFECF background.