COLOR #EDE0D2

HEX: #EDE0D2
RGB: (237,224,210)

Color info

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

RGB color model

#EDE0D2 color RGB value is (237,224,210).

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

RGB channels and saturation

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

237
224
210

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

Portions of RGB colors in percentages

R + G + B =
237 + 224 + 210 = 671 (100%)
R 237 of 671 ~ 35.32%
G 224 of 671 ~ 33.38%
B 210 of 671 ~ 31.3%

%35.32
%33.38
%31.3

CMYK color model

#EDE0D2 color CMYK value is (0,5,11,7).

  • cyan value is 0.00%
  • magenta value is 5.49%
  • yellow value is 11.39%
  • key color value is 7.06%
CMYK:
(0,5,11,7)
C0M5Y11K7 
(0%,5%,11%,7%)
(0.00/0.05/0.11/0.07)	

CMYK percentages

%0
%5.49
%11.39
%7.06

Codes

Color #EDE0D2 in popluar color models

EDE0D2
RGB237224210
HSL31°42.86%87.65%
HSB/HSV31°11.39%92.94%
CMYK0.00%5.49%11.39%
7.06%

Color #EDE0D2 in popluar number systems.

HEXEDE0D2
Decimal237224210
Binary111011011110000011010010
Octal355340322

Shades and tints

Shades of #EDE0D2

#EDE0D2
(237,224,210)
#D8CCBF
(216,204,191)
#C3B8AC
(195,184,172)
#AEA499
(174,164,153)
#999086
(153,144,134)
#847C73
(132,124,115)
#6F6860
(111,104,96)
#5A544D
(90,84,77)
#45403A
(69,64,58)
#302C27
(48,44,39)
#1B1814
(27,24,20)
#000000
(0,0,0)

Tints of #EDE0D2

#EDE0D2
(237,224,210)
#EEE2D6
(238,226,214)
#EFE4DA
(239,228,218)
#F0E6DE
(240,230,222)
#F1E8E2
(241,232,226)
#F2EAE6
(242,234,230)
#F3ECEA
(243,236,234)
#F4EEEE
(244,238,238)
#F5F0F2
(245,240,242)
#F6F2F6
(246,242,246)
#F7F4FA
(247,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE0D2; }

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

This text font color is #EDE0D2.


Background Color

.myBgColor { background-color: #EDE0D2; }

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

This div background color is #EDE0D2.


Border color

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

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

This div border color is #EDE0D2.


Opacity

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

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

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

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

This text has shadow with #EDE0D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE0D2 on black background.


Color preview on white background

This text has color #EDE0D2 on white background.



Black color preview on #EDE0D2 background

This text has black color on #EDE0D2 background.


White color preview on #EDE0D2 background

This text has white color on #EDE0D2 background.