COLOR #EDE1D7

HEX: #EDE1D7 RGB: (237,225,215)

Color info

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

RGB color model

#EDE1D7 color RGB value is (237,225,215).

RGB: (237,225,215) (93%, 88%, 84%)

RGB channels and saturation

R 237 of 255 = 93%
G 225 of 255 = 88%
B 215 of 255 = 84%

237
225
215

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

Portions of RGB colors in percentages

R + G + B = 237 + 225 + 215 = 677 (100%)
R 237 of 677 ~ 35.01%
G 225 of 677 ~ 33.23%
B 215 of 677 ~ 31.76'%

%35.01
%33.23
%31.76

CMYK color model

#EDE1D7 color CMYK value is (0,5,9,7).

  • cyan value is 0.00%
  • magenta value is 5.06%
  • yellow value is 9.28%
  • key color value is 7.06%

CMYK: (0,5,9,7)
C0M5Y9K7 (0%, 5%, 9%, 7%)
(0.00 / 0.05 / 0.09 / 0.07)

CMYK percentages

%0
%5.06
%9.28
%7.06

Codes

Color #EDE1D7 in popluar color models

ED E1 D7
RGB 237 225 215
HSL 27° 37.93% 88.63%
HSB/HSV 27° 9.28% 92.94%
CMYK 0.00% 5.06% 9.28%
7.06%

Color #EDE1D7 in popluar number systems.

HEX ED E1 D7
Decimal 237 225 215
Binary 11101101 11100001 11010111
Octal 355 341 327

Shades and tints

Shades of #EDE1D7

#EDE1D7
(237,225,215)
#D8CDC4
(216,205,196)
#C3B9B1
(195,185,177)
#AEA59E
(174,165,158)
#99918B
(153,145,139)
#847D78
(132,125,120)
#6F6965
(111,105,101)
#5A5552
(90,85,82)
#45413F
(69,65,63)
#302D2C
(48,45,44)
#1B1919
(27,25,25)
#000000
(0,0,0)

Tints of #EDE1D7

#EDE1D7
(237,225,215)
#EEE3DA
(238,227,218)
#EFE5DD
(239,229,221)
#F0E7E0
(240,231,224)
#F1E9E3
(241,233,227)
#F2EBE6
(242,235,230)
#F3EDE9
(243,237,233)
#F4EFEC
(244,239,236)
#F5F1EF
(245,241,239)
#F6F3F2
(246,243,242)
#F7F5F5
(247,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE1D7; }

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

This text font color is #EDE1D7.

Background Color

.myBgColor { background-color: #EDE1D7; }

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

This div background color is #EDE1D7.

Border color

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

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

This div border color is #EDE1D7.

Opacity

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

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

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

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

This text has shadow with #EDE1D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDE1D7.

Preview

Color preview on black background

This text has color #EDE1D7 on black background.


Color preview on white background

This text has color #EDE1D7 on white background.


Black color preview on #EDE1D7 background

This text has black color on #EDE1D7 background.


White color preview on #EDE1D7 background

This text has white color on #EDE1D7 background.


Related colors

Complementary color

Complementary color for #hex is #121E28.


I love getcolorcode.com

Triadic colors

1 #D7EDE1 and #E1D7ED with #EDE1D7 are triadic colors.

2 #D7E1ED and #E1EDD7 with #EDE1D7 are triadic colors.