COLOR #EDFCD3

HEX: #EDFCD3
RGB: (237,252,211)

Color info

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

RGB color model

#EDFCD3 color RGB value is (237,252,211).

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

RGB channels and saturation

R 237 of 255 = 93%
G 252 of 255 = 99%
B 211 of 255 = 83%

237
252
211

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

Portions of RGB colors in percentages

R + G + B =
237 + 252 + 211 = 700 (100%)
R 237 of 700 ~ 33.86%
G 252 of 700 ~ 36%
B 211 of 700 ~ 30.14%

%33.86
%36
%30.14

CMYK color model

#EDFCD3 color CMYK value is (6,0,16,1).

  • cyan value is 5.95%
  • magenta value is 0.00%
  • yellow value is 16.27%
  • key color value is 1.18%
CMYK:
(6,0,16,1)
C6M0Y16K1 
(6%,0%,16%,1%)
(0.06/0.00/0.16/0.01)	

CMYK percentages

%5.95
%0
%16.27
%1.18

Codes

Color #EDFCD3 in popluar color models

EDFCD3
RGB237252211
HSL82°87.23%90.78%
HSB/HSV82°16.27%98.82%
CMYK5.95%0.00%16.27%
1.18%

Color #EDFCD3 in popluar number systems.

HEXEDFCD3
Decimal237252211
Binary111011011111110011010011
Octal355374323

Shades and tints

Shades of #EDFCD3

#EDFCD3
(237,252,211)
#D8E6C0
(216,230,192)
#C3D0AD
(195,208,173)
#AEBA9A
(174,186,154)
#99A487
(153,164,135)
#848E74
(132,142,116)
#6F7861
(111,120,97)
#5A624E
(90,98,78)
#454C3B
(69,76,59)
#303628
(48,54,40)
#1B2015
(27,32,21)
#000000
(0,0,0)

Tints of #EDFCD3

#EDFCD3
(237,252,211)
#EEFCD7
(238,252,215)
#EFFCDB
(239,252,219)
#F0FCDF
(240,252,223)
#F1FCE3
(241,252,227)
#F2FCE7
(242,252,231)
#F3FCEB
(243,252,235)
#F4FCEF
(244,252,239)
#F5FCF3
(245,252,243)
#F6FCF7
(246,252,247)
#F7FCFB
(247,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDFCD3; }

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

This text font color is #EDFCD3.


Background Color

.myBgColor { background-color: #EDFCD3; }

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

This div background color is #EDFCD3.


Border color

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

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

This div border color is #EDFCD3.


Opacity

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

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

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

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

This text has shadow with #EDFCD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDFCD3 on black background.


Color preview on white background

This text has color #EDFCD3 on white background.



Black color preview on #EDFCD3 background

This text has black color on #EDFCD3 background.


White color preview on #EDFCD3 background

This text has white color on #EDFCD3 background.