COLOR #EDE9DA

HEX: #EDE9DA RGB: (237,233,218)

Color info

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

RGB color model

#EDE9DA color RGB value is (237,233,218).

RGB: (237,233,218) (93%, 91%, 85%)

RGB channels and saturation

R 237 of 255 = 93%
G 233 of 255 = 91%
B 218 of 255 = 85%

237
233
218

R + G + B ~ 90%. #EDE9DA is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 233 + 218 = 688 (100%)
R 237 of 688 ~ 34.45%
G 233 of 688 ~ 33.87%
B 218 of 688 ~ 31.69'%

%34.45
%33.87
%31.69

CMYK color model

#EDE9DA color CMYK value is (0,2,8,7).

  • cyan value is 0.00%
  • magenta value is 1.69%
  • yellow value is 8.02%
  • key color value is 7.06%

CMYK: (0,2,8,7)
C0M2Y8K7 (0%, 2%, 8%, 7%)
(0.00 / 0.02 / 0.08 / 0.07)

CMYK percentages

%0
%1.69
%8.02
%7.06

Codes

Color #EDE9DA in popluar color models

ED E9 DA
RGB 237 233 218
HSL 47° 34.55% 89.22%
HSB/HSV 47° 8.02% 92.94%
CMYK 0.00% 1.69% 8.02%
7.06%

Color #EDE9DA in popluar number systems.

HEX ED E9 DA
Decimal 237 233 218
Binary 11101101 11101001 11011010
Octal 355 351 332

Shades and tints

Shades of #EDE9DA

#EDE9DA
(237,233,218)
#D8D4C7
(216,212,199)
#C3BFB4
(195,191,180)
#AEAAA1
(174,170,161)
#99958E
(153,149,142)
#84807B
(132,128,123)
#6F6B68
(111,107,104)
#5A5655
(90,86,85)
#454142
(69,65,66)
#302C2F
(48,44,47)
#1B171C
(27,23,28)
#000000
(0,0,0)

Tints of #EDE9DA

#EDE9DA
(237,233,218)
#EEEBDD
(238,235,221)
#EFEDE0
(239,237,224)
#F0EFE3
(240,239,227)
#F1F1E6
(241,241,230)
#F2F3E9
(242,243,233)
#F3F5EC
(243,245,236)
#F4F7EF
(244,247,239)
#F5F9F2
(245,249,242)
#F6FBF5
(246,251,245)
#F7FDF8
(247,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDE9DA color. Also use rgb(237,233,218) instead hex code.

Text Font Color

.myTextColor { color: #EDE9DA; }

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

This text font color is #EDE9DA.

Background Color

.myBgColor { background-color: #EDE9DA; }

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

This div background color is #EDE9DA.

Border color

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

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

This div border color is #EDE9DA.

Opacity

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

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

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

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

This text has shadow with #EDE9DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDE9DA.

Preview

Color preview on black background

This text has color #EDE9DA on black background.


Color preview on white background

This text has color #EDE9DA on white background.


Black color preview on #EDE9DA background

This text has black color on #EDE9DA background.


White color preview on #EDE9DA background

This text has white color on #EDE9DA background.


Related colors

Complementary color

Complementary color for #hex is #121625.


I love getcolorcode.com

Triadic colors

1 #DAEDE9 and #E9DAED with #EDE9DA are triadic colors.

2 #DAE9ED and #E9EDDA with #EDE9DA are triadic colors.