COLOR #EDE9D5

HEX: #EDE9D5
RGB: (237,233,213)

Color info

#EDE9D5 contains red, green and blue colors in about the same proportion. Web safe color of #EDE9D5 is #FFFFCC (or #FFC).

RGB color model

#EDE9D5 color RGB value is (237,233,213).

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

RGB channels and saturation

R 237 of 255 = 93%
G 233 of 255 = 91%
B 213 of 255 = 84%

237
233
213

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

Portions of RGB colors in percentages

R + G + B =
237 + 233 + 213 = 683 (100%)
R 237 of 683 ~ 34.7%
G 233 of 683 ~ 34.11%
B 213 of 683 ~ 31.19%

%34.7
%34.11
%31.19

CMYK color model

#EDE9D5 color CMYK value is (0,2,10,7).

  • cyan value is 0.00%
  • magenta value is 1.69%
  • yellow value is 10.13%
  • key color value is 7.06%
CMYK:
(0,2,10,7)
C0M2Y10K7 
(0%,2%,10%,7%)
(0.00/0.02/0.10/0.07)	

CMYK percentages

%0
%1.69
%10.13
%7.06

Codes

Color #EDE9D5 in popluar color models

EDE9D5
RGB237233213
HSL50°40.00%88.24%
HSB/HSV50°10.13%92.94%
CMYK0.00%1.69%10.13%
7.06%

Color #EDE9D5 in popluar number systems.

HEXEDE9D5
Decimal237233213
Binary111011011110100111010101
Octal355351325

Shades and tints

Shades of #EDE9D5

#EDE9D5
(237,233,213)
#D8D4C2
(216,212,194)
#C3BFAF
(195,191,175)
#AEAA9C
(174,170,156)
#999589
(153,149,137)
#848076
(132,128,118)
#6F6B63
(111,107,99)
#5A5650
(90,86,80)
#45413D
(69,65,61)
#302C2A
(48,44,42)
#1B1717
(27,23,23)
#000000
(0,0,0)

Tints of #EDE9D5

#EDE9D5
(237,233,213)
#EEEBD8
(238,235,216)
#EFEDDB
(239,237,219)
#F0EFDE
(240,239,222)
#F1F1E1
(241,241,225)
#F2F3E4
(242,243,228)
#F3F5E7
(243,245,231)
#F4F7EA
(244,247,234)
#F5F9ED
(245,249,237)
#F6FBF0
(246,251,240)
#F7FDF3
(247,253,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE9D5; }

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

This text font color is #EDE9D5.


Background Color

.myBgColor { background-color: #EDE9D5; }

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

This div background color is #EDE9D5.


Border color

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

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

This div border color is #EDE9D5.


Opacity

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

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

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

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

This text has shadow with #EDE9D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE9D5 on black background.


Color preview on white background

This text has color #EDE9D5 on white background.



Black color preview on #EDE9D5 background

This text has black color on #EDE9D5 background.


White color preview on #EDE9D5 background

This text has white color on #EDE9D5 background.