COLOR #EDE3D9

HEX: #EDE3D9 RGB: (237,227,217)

Color info

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

RGB color model

#EDE3D9 color RGB value is (237,227,217).

RGB: (237,227,217) (93%, 89%, 85%)

RGB channels and saturation

R 237 of 255 = 93%
G 227 of 255 = 89%
B 217 of 255 = 85%

237
227
217

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

Portions of RGB colors in percentages

R + G + B = 237 + 227 + 217 = 681 (100%)
R 237 of 681 ~ 34.8%
G 227 of 681 ~ 33.33%
B 217 of 681 ~ 31.86'%

%34.8
%33.33
%31.86

CMYK color model

#EDE3D9 color CMYK value is (0,4,8,7).

  • cyan value is 0.00%
  • magenta value is 4.22%
  • yellow value is 8.44%
  • key color value is 7.06%
CMYK: (0,4,8,7) C0M4Y8K7 (0%,4%,8%,7%) (0.00/0.04/0.08/0.07) 

CMYK percentages

%0
%4.22
%8.44
%7.06

Codes

Color #EDE3D9 in popluar color models

ED E3 D9
RGB 237 227 217
HSL 30° 35.71% 89.02%
HSB/HSV 30° 8.44% 92.94%
CMYK 0.00% 4.22% 8.44%
7.06%

Color #EDE3D9 in popluar number systems.

HEX ED E3 D9
Decimal 237 227 217
Binary 11101101 11100011 11011001
Octal 355 343 331

Shades and tints

Shades of #EDE3D9

#EDE3D9
(237,227,217)
#D8CFC6
(216,207,198)
#C3BBB3
(195,187,179)
#AEA7A0
(174,167,160)
#99938D
(153,147,141)
#847F7A
(132,127,122)
#6F6B67
(111,107,103)
#5A5754
(90,87,84)
#454341
(69,67,65)
#302F2E
(48,47,46)
#1B1B1B
(27,27,27)
#000000
(0,0,0)

Tints of #EDE3D9

#EDE3D9
(237,227,217)
#EEE5DC
(238,229,220)
#EFE7DF
(239,231,223)
#F0E9E2
(240,233,226)
#F1EBE5
(241,235,229)
#F2EDE8
(242,237,232)
#F3EFEB
(243,239,235)
#F4F1EE
(244,241,238)
#F5F3F1
(245,243,241)
#F6F5F4
(246,245,244)
#F7F7F7
(247,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE3D9; }

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

This text font color is #EDE3D9.

Background Color

.myBgColor { background-color: #EDE3D9; }

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

This div background color is #EDE3D9.

Border color

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

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

This div border color is #EDE3D9.

Opacity

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

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

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

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

This text has shadow with #EDE3D9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDE3D9.

Preview

Color preview on black background

This text has color #EDE3D9 on black background.


Color preview on white background

This text has color #EDE3D9 on white background.


Black color preview on #EDE3D9 background

This text has black color on #EDE3D9 background.


White color preview on #EDE3D9 background

This text has white color on #EDE3D9 background.


Related colors

Complementary color

Complementary color for #hex is #121C26.


I love getcolorcode.com

Triadic colors

1 #D9EDE3 and #E3D9ED with #EDE3D9 are triadic colors.

2 #D9E3ED and #E3EDD9 with #EDE3D9 are triadic colors.