COLOR #EDE5D5

HEX: #EDE5D5
RGB: (237,229,213)

Color info

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

RGB color model

#EDE5D5 color RGB value is (237,229,213).

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

RGB channels and saturation

R 237 of 255 = 93%
G 229 of 255 = 90%
B 213 of 255 = 84%

237
229
213

R + G + B ~ 89%. #EDE5D5 is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 229 + 213 = 679 (100%)
R 237 of 679 ~ 34.9%
G 229 of 679 ~ 33.73%
B 213 of 679 ~ 31.37%

%34.9
%33.73
%31.37

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.38%
  • yellow value is 10.13%
  • key color value is 7.06%
CMYK:
(0,3,10,7)
C0M3Y10K7 
(0%,3%,10%,7%)
(0.00/0.03/0.10/0.07)	

CMYK percentages

%0
%3.38
%10.13
%7.06

Codes

Color #EDE5D5 in popluar color models

EDE5D5
RGB237229213
HSL40°40.00%88.24%
HSB/HSV40°10.13%92.94%
CMYK0.00%3.38%10.13%
7.06%

Color #EDE5D5 in popluar number systems.

HEXEDE5D5
Decimal237229213
Binary111011011110010111010101
Octal355345325

Shades and tints

Shades of #EDE5D5

#EDE5D5
(237,229,213)
#D8D1C2
(216,209,194)
#C3BDAF
(195,189,175)
#AEA99C
(174,169,156)
#999589
(153,149,137)
#848176
(132,129,118)
#6F6D63
(111,109,99)
#5A5950
(90,89,80)
#45453D
(69,69,61)
#30312A
(48,49,42)
#1B1D17
(27,29,23)
#000000
(0,0,0)

Tints of #EDE5D5

#EDE5D5
(237,229,213)
#EEE7D8
(238,231,216)
#EFE9DB
(239,233,219)
#F0EBDE
(240,235,222)
#F1EDE1
(241,237,225)
#F2EFE4
(242,239,228)
#F3F1E7
(243,241,231)
#F4F3EA
(244,243,234)
#F5F5ED
(245,245,237)
#F6F7F0
(246,247,240)
#F7F9F3
(247,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE5D5; }

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

This text font color is #EDE5D5.


Background Color

.myBgColor { background-color: #EDE5D5; }

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

This div background color is #EDE5D5.


Border color

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

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

This div border color is #EDE5D5.


Opacity

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

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

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

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

This text has shadow with #EDE5D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE5D5 on black background.


Color preview on white background

This text has color #EDE5D5 on white background.



Black color preview on #EDE5D5 background

This text has black color on #EDE5D5 background.


White color preview on #EDE5D5 background

This text has white color on #EDE5D5 background.