COLOR #EDE5DC

HEX: #EDE5DC
RGB: (237,229,220)

Color info

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

RGB color model

#EDE5DC color RGB value is (237,229,220).

  • red value is 237;
  • green value is 229;
  • blue value is 220.
RGB:
(237,229,220)
(93%,90%,86%)

RGB channels and saturation

R 237 of 255 = 93%
G 229 of 255 = 90%
B 220 of 255 = 86%

237
229
220

R + G + B ~ 90%. #EDE5DC is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 229 + 220 = 686 (100%)
R 237 of 686 ~ 34.55%
G 229 of 686 ~ 33.38%
B 220 of 686 ~ 32.07%

%34.55
%33.38
%32.07

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.38%
  • yellow value is 7.17%
  • key color value is 7.06%
CMYK:
(0,3,7,7)
C0M3Y7K7 
(0%,3%,7%,7%)
(0.00/0.03/0.07/0.07)	

CMYK percentages

%0
%3.38
%7.17
%7.06

Codes

Color #EDE5DC in popluar color models

EDE5DC
RGB237229220
HSL32°32.08%89.61%
HSB/HSV32°7.17%92.94%
CMYK0.00%3.38%7.17%
7.06%

Color #EDE5DC in popluar number systems.

HEXEDE5DC
Decimal237229220
Binary111011011110010111011100
Octal355345334

Shades and tints

Shades of #EDE5DC

#EDE5DC
(237,229,220)
#D8D1C8
(216,209,200)
#C3BDB4
(195,189,180)
#AEA9A0
(174,169,160)
#99958C
(153,149,140)
#848178
(132,129,120)
#6F6D64
(111,109,100)
#5A5950
(90,89,80)
#45453C
(69,69,60)
#303128
(48,49,40)
#1B1D14
(27,29,20)
#000000
(0,0,0)

Tints of #EDE5DC

#EDE5DC
(237,229,220)
#EEE7DF
(238,231,223)
#EFE9E2
(239,233,226)
#F0EBE5
(240,235,229)
#F1EDE8
(241,237,232)
#F2EFEB
(242,239,235)
#F3F1EE
(243,241,238)
#F4F3F1
(244,243,241)
#F5F5F4
(245,245,244)
#F6F7F7
(246,247,247)
#F7F9FA
(247,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDE5DC color. Also use rgb(237,229,220) instead hex code.

Text Font Color

.myTextColor { color: #EDE5DC; }

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

This text font color is #EDE5DC.


Background Color

.myBgColor { background-color: #EDE5DC; }

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

This div background color is #EDE5DC.


Border color

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

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

This div border color is #EDE5DC.


Opacity

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

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

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

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

This text has shadow with #EDE5DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE5DC on black background.


Color preview on white background

This text has color #EDE5DC on white background.



Black color preview on #EDE5DC background

This text has black color on #EDE5DC background.


White color preview on #EDE5DC background

This text has white color on #EDE5DC background.