COLOR #EDE1D9

HEX: #EDE1D9
RGB: (237,225,217)

Color info

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

RGB color model

#EDE1D9 color RGB value is (237,225,217).

  • red value is 237;
  • green value is 225;
  • blue value is 217.
RGB:
(237,225,217)
(93%,88%,85%)

RGB channels and saturation

R 237 of 255 = 93%
G 225 of 255 = 88%
B 217 of 255 = 85%

237
225
217

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

Portions of RGB colors in percentages

R + G + B =
237 + 225 + 217 = 679 (100%)
R 237 of 679 ~ 34.9%
G 225 of 679 ~ 33.14%
B 217 of 679 ~ 31.96%

%34.9
%33.14
%31.96

CMYK color model

#EDE1D9 color CMYK value is (0,5,8,7).

  • cyan value is 0.00%
  • magenta value is 5.06%
  • yellow value is 8.44%
  • key color value is 7.06%
CMYK:
(0,5,8,7)
C0M5Y8K7 
(0%,5%,8%,7%)
(0.00/0.05/0.08/0.07)	

CMYK percentages

%0
%5.06
%8.44
%7.06

Codes

Color #EDE1D9 in popluar color models

EDE1D9
RGB237225217
HSL24°35.71%89.02%
HSB/HSV24°8.44%92.94%
CMYK0.00%5.06%8.44%
7.06%

Color #EDE1D9 in popluar number systems.

HEXEDE1D9
Decimal237225217
Binary111011011110000111011001
Octal355341331

Shades and tints

Shades of #EDE1D9

#EDE1D9
(237,225,217)
#D8CDC6
(216,205,198)
#C3B9B3
(195,185,179)
#AEA5A0
(174,165,160)
#99918D
(153,145,141)
#847D7A
(132,125,122)
#6F6967
(111,105,103)
#5A5554
(90,85,84)
#454141
(69,65,65)
#302D2E
(48,45,46)
#1B191B
(27,25,27)
#000000
(0,0,0)

Tints of #EDE1D9

#EDE1D9
(237,225,217)
#EEE3DC
(238,227,220)
#EFE5DF
(239,229,223)
#F0E7E2
(240,231,226)
#F1E9E5
(241,233,229)
#F2EBE8
(242,235,232)
#F3EDEB
(243,237,235)
#F4EFEE
(244,239,238)
#F5F1F1
(245,241,241)
#F6F3F4
(246,243,244)
#F7F5F7
(247,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDE1D9 color. Also use rgb(237,225,217) instead hex code.

Text Font Color

.myTextColor { color: #EDE1D9; }

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

This text font color is #EDE1D9.


Background Color

.myBgColor { background-color: #EDE1D9; }

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

This div background color is #EDE1D9.


Border color

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

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

This div border color is #EDE1D9.


Opacity

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

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

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

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

This text has shadow with #EDE1D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE1D9 on black background.


Color preview on white background

This text has color #EDE1D9 on white background.



Black color preview on #EDE1D9 background

This text has black color on #EDE1D9 background.


White color preview on #EDE1D9 background

This text has white color on #EDE1D9 background.