COLOR #EDD0CE

HEX: #EDD0CE
RGB: (237,208,206)

Color info

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

RGB color model

#EDD0CE color RGB value is (237,208,206).

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

RGB channels and saturation

R 237 of 255 = 93%
G 208 of 255 = 82%
B 206 of 255 = 81%

237
208
206

R + G + B ~ 85%. #EDD0CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 208 + 206 = 651 (100%)
R 237 of 651 ~ 36.41%
G 208 of 651 ~ 31.95%
B 206 of 651 ~ 31.64%

%36.41
%31.95
%31.64

CMYK color model

#EDD0CE color CMYK value is (0,12,13,7).

  • cyan value is 0.00%
  • magenta value is 12.24%
  • yellow value is 13.08%
  • key color value is 7.06%
CMYK:
(0,12,13,7)
C0M12Y13K7 
(0%,12%,13%,7%)
(0.00/0.12/0.13/0.07)	

CMYK percentages

%0
%12.24
%13.08
%7.06

Codes

Color #EDD0CE in popluar color models

EDD0CE
RGB237208206
HSL46.27%86.86%
HSB/HSV13.08%92.94%
CMYK0.00%12.24%13.08%
7.06%

Color #EDD0CE in popluar number systems.

HEXEDD0CE
Decimal237208206
Binary111011011101000011001110
Octal355320316

Shades and tints

Shades of #EDD0CE

#EDD0CE
(237,208,206)
#D8BEBC
(216,190,188)
#C3ACAA
(195,172,170)
#AE9A98
(174,154,152)
#998886
(153,136,134)
#847674
(132,118,116)
#6F6462
(111,100,98)
#5A5250
(90,82,80)
#45403E
(69,64,62)
#302E2C
(48,46,44)
#1B1C1A
(27,28,26)
#000000
(0,0,0)

Tints of #EDD0CE

#EDD0CE
(237,208,206)
#EED4D2
(238,212,210)
#EFD8D6
(239,216,214)
#F0DCDA
(240,220,218)
#F1E0DE
(241,224,222)
#F2E4E2
(242,228,226)
#F3E8E6
(243,232,230)
#F4ECEA
(244,236,234)
#F5F0EE
(245,240,238)
#F6F4F2
(246,244,242)
#F7F8F6
(247,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD0CE; }

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

This text font color is #EDD0CE.


Background Color

.myBgColor { background-color: #EDD0CE; }

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

This div background color is #EDD0CE.


Border color

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

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

This div border color is #EDD0CE.


Opacity

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

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

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

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

This text has shadow with #EDD0CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD0CE on black background.


Color preview on white background

This text has color #EDD0CE on white background.



Black color preview on #EDD0CE background

This text has black color on #EDD0CE background.


White color preview on #EDD0CE background

This text has white color on #EDD0CE background.