COLOR #EDE7DA

HEX: #EDE7DA
RGB: (237,231,218)

Color info

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

RGB color model

#EDE7DA color RGB value is (237,231,218).

  • red value is 237;
  • green value is 231;
  • blue value is 218.
RGB:
(237,231,218)
(93%,91%,85%)

RGB channels and saturation

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

237
231
218

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

Portions of RGB colors in percentages

R + G + B =
237 + 231 + 218 = 686 (100%)
R 237 of 686 ~ 34.55%
G 231 of 686 ~ 33.67%
B 218 of 686 ~ 31.78%

%34.55
%33.67
%31.78

CMYK color model

#EDE7DA color CMYK value is (0,3,8,7).

  • cyan value is 0.00%
  • magenta value is 2.53%
  • yellow value is 8.02%
  • key color value is 7.06%
CMYK:
(0,3,8,7)
C0M3Y8K7 
(0%,3%,8%,7%)
(0.00/0.03/0.08/0.07)	

CMYK percentages

%0
%2.53
%8.02
%7.06

Codes

Color #EDE7DA in popluar color models

EDE7DA
RGB237231218
HSL41°34.55%89.22%
HSB/HSV41°8.02%92.94%
CMYK0.00%2.53%8.02%
7.06%

Color #EDE7DA in popluar number systems.

HEXEDE7DA
Decimal237231218
Binary111011011110011111011010
Octal355347332

Shades and tints

Shades of #EDE7DA

#EDE7DA
(237,231,218)
#D8D2C7
(216,210,199)
#C3BDB4
(195,189,180)
#AEA8A1
(174,168,161)
#99938E
(153,147,142)
#847E7B
(132,126,123)
#6F6968
(111,105,104)
#5A5455
(90,84,85)
#453F42
(69,63,66)
#302A2F
(48,42,47)
#1B151C
(27,21,28)
#000000
(0,0,0)

Tints of #EDE7DA

#EDE7DA
(237,231,218)
#EEE9DD
(238,233,221)
#EFEBE0
(239,235,224)
#F0EDE3
(240,237,227)
#F1EFE6
(241,239,230)
#F2F1E9
(242,241,233)
#F3F3EC
(243,243,236)
#F4F5EF
(244,245,239)
#F5F7F2
(245,247,242)
#F6F9F5
(246,249,245)
#F7FBF8
(247,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE7DA; }

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

This text font color is #EDE7DA.


Background Color

.myBgColor { background-color: #EDE7DA; }

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

This div background color is #EDE7DA.


Border color

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

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

This div border color is #EDE7DA.


Opacity

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

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

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

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

This text has shadow with #EDE7DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE7DA on black background.


Color preview on white background

This text has color #EDE7DA on white background.



Black color preview on #EDE7DA background

This text has black color on #EDE7DA background.


White color preview on #EDE7DA background

This text has white color on #EDE7DA background.