COLOR #EDE6D1

HEX: #EDE6D1
RGB: (237,230,209)

Color info

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

RGB color model

#EDE6D1 color RGB value is (237,230,209).

  • red value is 237;
  • green value is 230;
  • blue value is 209.
RGB:
(237,230,209)
(93%,90%,82%)

RGB channels and saturation

R 237 of 255 = 93%
G 230 of 255 = 90%
B 209 of 255 = 82%

237
230
209

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

Portions of RGB colors in percentages

R + G + B =
237 + 230 + 209 = 676 (100%)
R 237 of 676 ~ 35.06%
G 230 of 676 ~ 34.02%
B 209 of 676 ~ 30.92%

%35.06
%34.02
%30.92

CMYK color model

#EDE6D1 color CMYK value is (0,3,12,7).

  • cyan value is 0.00%
  • magenta value is 2.95%
  • yellow value is 11.81%
  • key color value is 7.06%
CMYK:
(0,3,12,7)
C0M3Y12K7 
(0%,3%,12%,7%)
(0.00/0.03/0.12/0.07)	

CMYK percentages

%0
%2.95
%11.81
%7.06

Codes

Color #EDE6D1 in popluar color models

EDE6D1
RGB237230209
HSL45°43.75%87.45%
HSB/HSV45°11.81%92.94%
CMYK0.00%2.95%11.81%
7.06%

Color #EDE6D1 in popluar number systems.

HEXEDE6D1
Decimal237230209
Binary111011011110011011010001
Octal355346321

Shades and tints

Shades of #EDE6D1

#EDE6D1
(237,230,209)
#D8D2BE
(216,210,190)
#C3BEAB
(195,190,171)
#AEAA98
(174,170,152)
#999685
(153,150,133)
#848272
(132,130,114)
#6F6E5F
(111,110,95)
#5A5A4C
(90,90,76)
#454639
(69,70,57)
#303226
(48,50,38)
#1B1E13
(27,30,19)
#000000
(0,0,0)

Tints of #EDE6D1

#EDE6D1
(237,230,209)
#EEE8D5
(238,232,213)
#EFEAD9
(239,234,217)
#F0ECDD
(240,236,221)
#F1EEE1
(241,238,225)
#F2F0E5
(242,240,229)
#F3F2E9
(243,242,233)
#F4F4ED
(244,244,237)
#F5F6F1
(245,246,241)
#F6F8F5
(246,248,245)
#F7FAF9
(247,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDE6D1 color. Also use rgb(237,230,209) instead hex code.

Text Font Color

.myTextColor { color: #EDE6D1; }

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

This text font color is #EDE6D1.


Background Color

.myBgColor { background-color: #EDE6D1; }

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

This div background color is #EDE6D1.


Border color

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

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

This div border color is #EDE6D1.


Opacity

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

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

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

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

This text has shadow with #EDE6D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE6D1 on black background.


Color preview on white background

This text has color #EDE6D1 on white background.



Black color preview on #EDE6D1 background

This text has black color on #EDE6D1 background.


White color preview on #EDE6D1 background

This text has white color on #EDE6D1 background.