COLOR #EDFFD4

HEX: #EDFFD4
RGB: (237,255,212)

Color info

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

RGB color model

#EDFFD4 color RGB value is (237,255,212).

  • red value is 237;
  • green value is 255;
  • blue value is 212.
RGB:
(237,255,212)
(93%,100%,83%)

RGB channels and saturation

R 237 of 255 = 93%
G 255 of 255 = 100%
B 212 of 255 = 83%

237
255
212

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

Portions of RGB colors in percentages

R + G + B =
237 + 255 + 212 = 704 (100%)
R 237 of 704 ~ 33.66%
G 255 of 704 ~ 36.22%
B 212 of 704 ~ 30.11%

%33.66
%36.22
%30.11

CMYK color model

#EDFFD4 color CMYK value is (7,0,17,0).

  • cyan value is 7.06%
  • magenta value is 0.00%
  • yellow value is 16.86%
  • key color value is 0.00%
CMYK:
(7,0,17,0)
C7M0Y17K0 
(7%,0%,17%,0%)
(0.07/0.00/0.17/0.00)	

CMYK percentages

%7.06
%0
%16.86
%0

Codes

Color #EDFFD4 in popluar color models

EDFFD4
RGB237255212
HSL85°100.00%91.57%
HSB/HSV85°16.86%100.00%
CMYK7.06%0.00%16.86%
0.00%

Color #EDFFD4 in popluar number systems.

HEXEDFFD4
Decimal237255212
Binary111011011111111111010100
Octal355377324

Shades and tints

Shades of #EDFFD4

#EDFFD4
(237,255,212)
#D8E8C1
(216,232,193)
#C3D1AE
(195,209,174)
#AEBA9B
(174,186,155)
#99A388
(153,163,136)
#848C75
(132,140,117)
#6F7562
(111,117,98)
#5A5E4F
(90,94,79)
#45473C
(69,71,60)
#303029
(48,48,41)
#1B1916
(27,25,22)
#000000
(0,0,0)

Tints of #EDFFD4

#EDFFD4
(237,255,212)
#EEFFD7
(238,255,215)
#EFFFDA
(239,255,218)
#F0FFDD
(240,255,221)
#F1FFE0
(241,255,224)
#F2FFE3
(242,255,227)
#F3FFE6
(243,255,230)
#F4FFE9
(244,255,233)
#F5FFEC
(245,255,236)
#F6FFEF
(246,255,239)
#F7FFF2
(247,255,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDFFD4 color. Also use rgb(237,255,212) instead hex code.

Text Font Color

.myTextColor { color: #EDFFD4; }

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

This text font color is #EDFFD4.


Background Color

.myBgColor { background-color: #EDFFD4; }

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

This div background color is #EDFFD4.


Border color

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

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

This div border color is #EDFFD4.


Opacity

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

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

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

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

This text has shadow with #EDFFD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDFFD4 on black background.


Color preview on white background

This text has color #EDFFD4 on white background.



Black color preview on #EDFFD4 background

This text has black color on #EDFFD4 background.


White color preview on #EDFFD4 background

This text has white color on #EDFFD4 background.