COLOR #EDE0CE

HEX: #EDE0CE
RGB: (237,224,206)

Color info

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

RGB color model

#EDE0CE color RGB value is (237,224,206).

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

RGB channels and saturation

R 237 of 255 = 93%
G 224 of 255 = 88%
B 206 of 255 = 81%

237
224
206

R + G + B ~ 87%. #EDE0CE is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 224 + 206 = 667 (100%)
R 237 of 667 ~ 35.53%
G 224 of 667 ~ 33.58%
B 206 of 667 ~ 30.88%

%35.53
%33.58
%30.88

CMYK color model

#EDE0CE color CMYK value is (0,5,13,7).

  • cyan value is 0.00%
  • magenta value is 5.49%
  • yellow value is 13.08%
  • key color value is 7.06%
CMYK:
(0,5,13,7)
C0M5Y13K7 
(0%,5%,13%,7%)
(0.00/0.05/0.13/0.07)	

CMYK percentages

%0
%5.49
%13.08
%7.06

Codes

Color #EDE0CE in popluar color models

EDE0CE
RGB237224206
HSL35°46.27%86.86%
HSB/HSV35°13.08%92.94%
CMYK0.00%5.49%13.08%
7.06%

Color #EDE0CE in popluar number systems.

HEXEDE0CE
Decimal237224206
Binary111011011110000011001110
Octal355340316

Shades and tints

Shades of #EDE0CE

#EDE0CE
(237,224,206)
#D8CCBC
(216,204,188)
#C3B8AA
(195,184,170)
#AEA498
(174,164,152)
#999086
(153,144,134)
#847C74
(132,124,116)
#6F6862
(111,104,98)
#5A5450
(90,84,80)
#45403E
(69,64,62)
#302C2C
(48,44,44)
#1B181A
(27,24,26)
#000000
(0,0,0)

Tints of #EDE0CE

#EDE0CE
(237,224,206)
#EEE2D2
(238,226,210)
#EFE4D6
(239,228,214)
#F0E6DA
(240,230,218)
#F1E8DE
(241,232,222)
#F2EAE2
(242,234,226)
#F3ECE6
(243,236,230)
#F4EEEA
(244,238,234)
#F5F0EE
(245,240,238)
#F6F2F2
(246,242,242)
#F7F4F6
(247,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE0CE; }

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

This text font color is #EDE0CE.


Background Color

.myBgColor { background-color: #EDE0CE; }

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

This div background color is #EDE0CE.


Border color

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

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

This div border color is #EDE0CE.


Opacity

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

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

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

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

This text has shadow with #EDE0CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE0CE on black background.


Color preview on white background

This text has color #EDE0CE on white background.



Black color preview on #EDE0CE background

This text has black color on #EDE0CE background.


White color preview on #EDE0CE background

This text has white color on #EDE0CE background.