COLOR #EDE5CD

HEX: #EDE5CD
RGB: (237,229,205)

Color info

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

RGB color model

#EDE5CD color RGB value is (237,229,205).

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

RGB channels and saturation

R 237 of 255 = 93%
G 229 of 255 = 90%
B 205 of 255 = 80%

237
229
205

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

Portions of RGB colors in percentages

R + G + B =
237 + 229 + 205 = 671 (100%)
R 237 of 671 ~ 35.32%
G 229 of 671 ~ 34.13%
B 205 of 671 ~ 30.55%

%35.32
%34.13
%30.55

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.38%
  • yellow value is 13.50%
  • key color value is 7.06%
CMYK:
(0,3,14,7)
C0M3Y14K7 
(0%,3%,14%,7%)
(0.00/0.03/0.14/0.07)	

CMYK percentages

%0
%3.38
%13.5
%7.06

Codes

Color #EDE5CD in popluar color models

EDE5CD
RGB237229205
HSL45°47.06%86.67%
HSB/HSV45°13.50%92.94%
CMYK0.00%3.38%13.50%
7.06%

Color #EDE5CD in popluar number systems.

HEXEDE5CD
Decimal237229205
Binary111011011110010111001101
Octal355345315

Shades and tints

Shades of #EDE5CD

#EDE5CD
(237,229,205)
#D8D1BB
(216,209,187)
#C3BDA9
(195,189,169)
#AEA997
(174,169,151)
#999585
(153,149,133)
#848173
(132,129,115)
#6F6D61
(111,109,97)
#5A594F
(90,89,79)
#45453D
(69,69,61)
#30312B
(48,49,43)
#1B1D19
(27,29,25)
#000000
(0,0,0)

Tints of #EDE5CD

#EDE5CD
(237,229,205)
#EEE7D1
(238,231,209)
#EFE9D5
(239,233,213)
#F0EBD9
(240,235,217)
#F1EDDD
(241,237,221)
#F2EFE1
(242,239,225)
#F3F1E5
(243,241,229)
#F4F3E9
(244,243,233)
#F5F5ED
(245,245,237)
#F6F7F1
(246,247,241)
#F7F9F5
(247,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE5CD; }

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

This text font color is #EDE5CD.


Background Color

.myBgColor { background-color: #EDE5CD; }

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

This div background color is #EDE5CD.


Border color

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

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

This div border color is #EDE5CD.


Opacity

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

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

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

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

This text has shadow with #EDE5CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE5CD on black background.


Color preview on white background

This text has color #EDE5CD on white background.



Black color preview on #EDE5CD background

This text has black color on #EDE5CD background.


White color preview on #EDE5CD background

This text has white color on #EDE5CD background.