COLOR #EDFDE8

HEX: #EDFDE8
RGB: (237,253,232)

Color info

#EDFDE8 contains red, green and blue colors in about the same proportion. Web safe color of #EDFDE8 is #FFFFFF (or #FFF).

RGB color model

#EDFDE8 color RGB value is (237,253,232).

  • red value is 237;
  • green value is 253;
  • blue value is 232.
RGB:
(237,253,232)
(93%,99%,91%)

RGB channels and saturation

R 237 of 255 = 93%
G 253 of 255 = 99%
B 232 of 255 = 91%

237
253
232

R + G + B ~ 94%. #EDFDE8 is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 253 + 232 = 722 (100%)
R 237 of 722 ~ 32.83%
G 253 of 722 ~ 35.04%
B 232 of 722 ~ 32.13%

%32.83
%35.04
%32.13

CMYK color model

#EDFDE8 color CMYK value is (6,0,8,1).

  • cyan value is 6.32%
  • magenta value is 0.00%
  • yellow value is 8.30%
  • key color value is 0.78%
CMYK:
(6,0,8,1)
C6M0Y8K1 
(6%,0%,8%,1%)
(0.06/0.00/0.08/0.01)	

CMYK percentages

%6.32
%0
%8.3
%0.78

Codes

Color #EDFDE8 in popluar color models

EDFDE8
RGB237253232
HSL106°84.00%95.10%
HSB/HSV106°8.30%99.22%
CMYK6.32%0.00%8.30%
0.78%

Color #EDFDE8 in popluar number systems.

HEXEDFDE8
Decimal237253232
Binary111011011111110111101000
Octal355375350

Shades and tints

Shades of #EDFDE8

#EDFDE8
(237,253,232)
#D8E6D3
(216,230,211)
#C3CFBE
(195,207,190)
#AEB8A9
(174,184,169)
#99A194
(153,161,148)
#848A7F
(132,138,127)
#6F736A
(111,115,106)
#5A5C55
(90,92,85)
#454540
(69,69,64)
#302E2B
(48,46,43)
#1B1716
(27,23,22)
#000000
(0,0,0)

Tints of #EDFDE8

#EDFDE8
(237,253,232)
#EEFDEA
(238,253,234)
#EFFDEC
(239,253,236)
#F0FDEE
(240,253,238)
#F1FDF0
(241,253,240)
#F2FDF2
(242,253,242)
#F3FDF4
(243,253,244)
#F4FDF6
(244,253,246)
#F5FDF8
(245,253,248)
#F6FDFA
(246,253,250)
#F7FDFC
(247,253,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDFDE8 color. Also use rgb(237,253,232) instead hex code.

Text Font Color

.myTextColor { color: #EDFDE8; }

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

This text font color is #EDFDE8.


Background Color

.myBgColor { background-color: #EDFDE8; }

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

This div background color is #EDFDE8.


Border color

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

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

This div border color is #EDFDE8.


Opacity

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

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

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

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

This text has shadow with #EDFDE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDFDE8 on black background.


Color preview on white background

This text has color #EDFDE8 on white background.



Black color preview on #EDFDE8 background

This text has black color on #EDFDE8 background.


White color preview on #EDFDE8 background

This text has white color on #EDFDE8 background.