COLOR #EDE0D0

HEX: #EDE0D0
RGB: (237,224,208)

Color info

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

RGB color model

#EDE0D0 color RGB value is (237,224,208).

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

RGB channels and saturation

R 237 of 255 = 93%
G 224 of 255 = 88%
B 208 of 255 = 82%

237
224
208

R + G + B ~ 88%. #EDE0D0 is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 224 + 208 = 669 (100%)
R 237 of 669 ~ 35.43%
G 224 of 669 ~ 33.48%
B 208 of 669 ~ 31.09%

%35.43
%33.48
%31.09

CMYK color model

#EDE0D0 color CMYK value is (0,5,12,7).

  • cyan value is 0.00%
  • magenta value is 5.49%
  • yellow value is 12.24%
  • key color value is 7.06%
CMYK:
(0,5,12,7)
C0M5Y12K7 
(0%,5%,12%,7%)
(0.00/0.05/0.12/0.07)	

CMYK percentages

%0
%5.49
%12.24
%7.06

Codes

Color #EDE0D0 in popluar color models

EDE0D0
RGB237224208
HSL33°44.62%87.25%
HSB/HSV33°12.24%92.94%
CMYK0.00%5.49%12.24%
7.06%

Color #EDE0D0 in popluar number systems.

HEXEDE0D0
Decimal237224208
Binary111011011110000011010000
Octal355340320

Shades and tints

Shades of #EDE0D0

#EDE0D0
(237,224,208)
#D8CCBE
(216,204,190)
#C3B8AC
(195,184,172)
#AEA49A
(174,164,154)
#999088
(153,144,136)
#847C76
(132,124,118)
#6F6864
(111,104,100)
#5A5452
(90,84,82)
#454040
(69,64,64)
#302C2E
(48,44,46)
#1B181C
(27,24,28)
#000000
(0,0,0)

Tints of #EDE0D0

#EDE0D0
(237,224,208)
#EEE2D4
(238,226,212)
#EFE4D8
(239,228,216)
#F0E6DC
(240,230,220)
#F1E8E0
(241,232,224)
#F2EAE4
(242,234,228)
#F3ECE8
(243,236,232)
#F4EEEC
(244,238,236)
#F5F0F0
(245,240,240)
#F6F2F4
(246,242,244)
#F7F4F8
(247,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE0D0; }

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

This text font color is #EDE0D0.


Background Color

.myBgColor { background-color: #EDE0D0; }

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

This div background color is #EDE0D0.


Border color

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

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

This div border color is #EDE0D0.


Opacity

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

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

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

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

This text has shadow with #EDE0D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE0D0 on black background.


Color preview on white background

This text has color #EDE0D0 on white background.



Black color preview on #EDE0D0 background

This text has black color on #EDE0D0 background.


White color preview on #EDE0D0 background

This text has white color on #EDE0D0 background.