COLOR #EDF9DF

HEX: #EDF9DF RGB: (237,249,223)

Color info

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

RGB color model

#EDF9DF color RGB value is (237,249,223).

RGB: (237,249,223) (93%, 98%, 87%)

RGB channels and saturation

R 237 of 255 = 93%
G 249 of 255 = 98%
B 223 of 255 = 87%

237
249
223

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

Portions of RGB colors in percentages

R + G + B = 237 + 249 + 223 = 709 (100%)
R 237 of 709 ~ 33.43%
G 249 of 709 ~ 35.12%
B 223 of 709 ~ 31.45'%

%33.43
%35.12
%31.45

CMYK color model

#EDF9DF color CMYK value is (5,0,10,2).

  • cyan value is 4.82%
  • magenta value is 0.00%
  • yellow value is 10.44%
  • key color value is 2.35%

CMYK: (5,0,10,2)
C5M0Y10K2 (5%, 0%, 10%, 2%)
(0.05 / 0.00 / 0.10 / 0.02)

CMYK percentages

%4.82
%0
%10.44
%2.35

Codes

Color #EDF9DF in popluar color models

ED F9 DF
RGB 237 249 223
HSL 88° 68.42% 92.55%
HSB/HSV 88° 10.44% 97.65%
CMYK 4.82% 0.00% 10.44%
2.35%

Color #EDF9DF in popluar number systems.

HEX ED F9 DF
Decimal 237 249 223
Binary 11101101 11111001 11011111
Octal 355 371 337

Shades and tints

Shades of #EDF9DF

#EDF9DF
(237,249,223)
#D8E3CB
(216,227,203)
#C3CDB7
(195,205,183)
#AEB7A3
(174,183,163)
#99A18F
(153,161,143)
#848B7B
(132,139,123)
#6F7567
(111,117,103)
#5A5F53
(90,95,83)
#45493F
(69,73,63)
#30332B
(48,51,43)
#1B1D17
(27,29,23)
#000000
(0,0,0)

Tints of #EDF9DF

#EDF9DF
(237,249,223)
#EEF9E1
(238,249,225)
#EFF9E3
(239,249,227)
#F0F9E5
(240,249,229)
#F1F9E7
(241,249,231)
#F2F9E9
(242,249,233)
#F3F9EB
(243,249,235)
#F4F9ED
(244,249,237)
#F5F9EF
(245,249,239)
#F6F9F1
(246,249,241)
#F7F9F3
(247,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDF9DF color. Also use rgb(237,249,223) instead hex code.

Text Font Color

.myTextColor { color: #EDF9DF; }

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

This text font color is #EDF9DF.

Background Color

.myBgColor { background-color: #EDF9DF; }

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

This div background color is #EDF9DF.

Border color

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

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

This div border color is #EDF9DF.

Opacity

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

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

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

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

This text has shadow with #EDF9DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDF9DF.

Preview

Color preview on black background

This text has color #EDF9DF on black background.


Color preview on white background

This text has color #EDF9DF on white background.


Black color preview on #EDF9DF background

This text has black color on #EDF9DF background.


White color preview on #EDF9DF background

This text has white color on #EDF9DF background.


Related colors

Complementary color

Complementary color for #hex is #120620.


I love getcolorcode.com

Triadic colors

1 #DFEDF9 and #F9DFED with #EDF9DF are triadic colors.

2 #DFF9ED and #F9EDDF with #EDF9DF are triadic colors.