COLOR #EDFCE0

HEX: #EDFCE0
RGB: (237,252,224)

Color info

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

RGB color model

#EDFCE0 color RGB value is (237,252,224).

  • red value is 237;
  • green value is 252;
  • blue value is 224.
RGB:
(237,252,224)
(93%,99%,88%)

RGB channels and saturation

R 237 of 255 = 93%
G 252 of 255 = 99%
B 224 of 255 = 88%

237
252
224

R + G + B ~ 93%. #EDFCE0 is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 252 + 224 = 713 (100%)
R 237 of 713 ~ 33.24%
G 252 of 713 ~ 35.34%
B 224 of 713 ~ 31.42%

%33.24
%35.34
%31.42

CMYK color model

#EDFCE0 color CMYK value is (6,0,11,1).

  • cyan value is 5.95%
  • magenta value is 0.00%
  • yellow value is 11.11%
  • key color value is 1.18%
CMYK:
(6,0,11,1)
C6M0Y11K1 
(6%,0%,11%,1%)
(0.06/0.00/0.11/0.01)	

CMYK percentages

%5.95
%0
%11.11
%1.18

Codes

Color #EDFCE0 in popluar color models

EDFCE0
RGB237252224
HSL92°82.35%93.33%
HSB/HSV92°11.11%98.82%
CMYK5.95%0.00%11.11%
1.18%

Color #EDFCE0 in popluar number systems.

HEXEDFCE0
Decimal237252224
Binary111011011111110011100000
Octal355374340

Shades and tints

Shades of #EDFCE0

#EDFCE0
(237,252,224)
#D8E6CC
(216,230,204)
#C3D0B8
(195,208,184)
#AEBAA4
(174,186,164)
#99A490
(153,164,144)
#848E7C
(132,142,124)
#6F7868
(111,120,104)
#5A6254
(90,98,84)
#454C40
(69,76,64)
#30362C
(48,54,44)
#1B2018
(27,32,24)
#000000
(0,0,0)

Tints of #EDFCE0

#EDFCE0
(237,252,224)
#EEFCE2
(238,252,226)
#EFFCE4
(239,252,228)
#F0FCE6
(240,252,230)
#F1FCE8
(241,252,232)
#F2FCEA
(242,252,234)
#F3FCEC
(243,252,236)
#F4FCEE
(244,252,238)
#F5FCF0
(245,252,240)
#F6FCF2
(246,252,242)
#F7FCF4
(247,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDFCE0 color. Also use rgb(237,252,224) instead hex code.

Text Font Color

.myTextColor { color: #EDFCE0; }

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

This text font color is #EDFCE0.


Background Color

.myBgColor { background-color: #EDFCE0; }

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

This div background color is #EDFCE0.


Border color

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

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

This div border color is #EDFCE0.


Opacity

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

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

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

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

This text has shadow with #EDFCE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDFCE0 on black background.


Color preview on white background

This text has color #EDFCE0 on white background.



Black color preview on #EDFCE0 background

This text has black color on #EDFCE0 background.


White color preview on #EDFCE0 background

This text has white color on #EDFCE0 background.