COLOR #EDE2CD

HEX: #EDE2CD
RGB: (237,226,205)

Color info

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

RGB color model

#EDE2CD color RGB value is (237,226,205).

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

RGB channels and saturation

R 237 of 255 = 93%
G 226 of 255 = 89%
B 205 of 255 = 80%

237
226
205

R + G + B ~ 87%. #EDE2CD is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 226 + 205 = 668 (100%)
R 237 of 668 ~ 35.48%
G 226 of 668 ~ 33.83%
B 205 of 668 ~ 30.69%

%35.48
%33.83
%30.69

CMYK color model

#EDE2CD color CMYK value is (0,5,14,7).

  • cyan value is 0.00%
  • magenta value is 4.64%
  • yellow value is 13.50%
  • key color value is 7.06%
CMYK:
(0,5,14,7)
C0M5Y14K7 
(0%,5%,14%,7%)
(0.00/0.05/0.14/0.07)	

CMYK percentages

%0
%4.64
%13.5
%7.06

Codes

Color #EDE2CD in popluar color models

EDE2CD
RGB237226205
HSL39°47.06%86.67%
HSB/HSV39°13.50%92.94%
CMYK0.00%4.64%13.50%
7.06%

Color #EDE2CD in popluar number systems.

HEXEDE2CD
Decimal237226205
Binary111011011110001011001101
Octal355342315

Shades and tints

Shades of #EDE2CD

#EDE2CD
(237,226,205)
#D8CEBB
(216,206,187)
#C3BAA9
(195,186,169)
#AEA697
(174,166,151)
#999285
(153,146,133)
#847E73
(132,126,115)
#6F6A61
(111,106,97)
#5A564F
(90,86,79)
#45423D
(69,66,61)
#302E2B
(48,46,43)
#1B1A19
(27,26,25)
#000000
(0,0,0)

Tints of #EDE2CD

#EDE2CD
(237,226,205)
#EEE4D1
(238,228,209)
#EFE6D5
(239,230,213)
#F0E8D9
(240,232,217)
#F1EADD
(241,234,221)
#F2ECE1
(242,236,225)
#F3EEE5
(243,238,229)
#F4F0E9
(244,240,233)
#F5F2ED
(245,242,237)
#F6F4F1
(246,244,241)
#F7F6F5
(247,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE2CD; }

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

This text font color is #EDE2CD.


Background Color

.myBgColor { background-color: #EDE2CD; }

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

This div background color is #EDE2CD.


Border color

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

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

This div border color is #EDE2CD.


Opacity

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

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

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

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

This text has shadow with #EDE2CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE2CD on black background.


Color preview on white background

This text has color #EDE2CD on white background.



Black color preview on #EDE2CD background

This text has black color on #EDE2CD background.


White color preview on #EDE2CD background

This text has white color on #EDE2CD background.