COLOR #EDE0D9

HEX: #EDE0D9
RGB: (237,224,217)

Color info

#EDE0D9 contains red, green and blue colors in about the same proportion. Web safe color of #EDE0D9 is #FFCCCC (or #FCC).

RGB color model

#EDE0D9 color RGB value is (237,224,217).

  • red value is 237;
  • green value is 224;
  • blue value is 217.
RGB:
(237,224,217)
(93%,88%,85%)

RGB channels and saturation

R 237 of 255 = 93%
G 224 of 255 = 88%
B 217 of 255 = 85%

237
224
217

R + G + B ~ 89%. #EDE0D9 is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 224 + 217 = 678 (100%)
R 237 of 678 ~ 34.96%
G 224 of 678 ~ 33.04%
B 217 of 678 ~ 32.01%

%34.96
%33.04
%32.01

CMYK color model

#EDE0D9 color CMYK value is (0,5,8,7).

  • cyan value is 0.00%
  • magenta value is 5.49%
  • yellow value is 8.44%
  • key color value is 7.06%
CMYK:
(0,5,8,7)
C0M5Y8K7 
(0%,5%,8%,7%)
(0.00/0.05/0.08/0.07)	

CMYK percentages

%0
%5.49
%8.44
%7.06

Codes

Color #EDE0D9 in popluar color models

EDE0D9
RGB237224217
HSL21°35.71%89.02%
HSB/HSV21°8.44%92.94%
CMYK0.00%5.49%8.44%
7.06%

Color #EDE0D9 in popluar number systems.

HEXEDE0D9
Decimal237224217
Binary111011011110000011011001
Octal355340331

Shades and tints

Shades of #EDE0D9

#EDE0D9
(237,224,217)
#D8CCC6
(216,204,198)
#C3B8B3
(195,184,179)
#AEA4A0
(174,164,160)
#99908D
(153,144,141)
#847C7A
(132,124,122)
#6F6867
(111,104,103)
#5A5454
(90,84,84)
#454041
(69,64,65)
#302C2E
(48,44,46)
#1B181B
(27,24,27)
#000000
(0,0,0)

Tints of #EDE0D9

#EDE0D9
(237,224,217)
#EEE2DC
(238,226,220)
#EFE4DF
(239,228,223)
#F0E6E2
(240,230,226)
#F1E8E5
(241,232,229)
#F2EAE8
(242,234,232)
#F3ECEB
(243,236,235)
#F4EEEE
(244,238,238)
#F5F0F1
(245,240,241)
#F6F2F4
(246,242,244)
#F7F4F7
(247,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDE0D9 color. Also use rgb(237,224,217) instead hex code.

Text Font Color

.myTextColor { color: #EDE0D9; }

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

This text font color is #EDE0D9.


Background Color

.myBgColor { background-color: #EDE0D9; }

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

This div background color is #EDE0D9.


Border color

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

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

This div border color is #EDE0D9.


Opacity

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

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

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

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

This text has shadow with #EDE0D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE0D9 on black background.


Color preview on white background

This text has color #EDE0D9 on white background.



Black color preview on #EDE0D9 background

This text has black color on #EDE0D9 background.


White color preview on #EDE0D9 background

This text has white color on #EDE0D9 background.