COLOR #EDE7D3

HEX: #EDE7D3
RGB: (237,231,211)

Color info

#EDE7D3 contains red, green and blue colors in about the same proportion. Web safe color of #EDE7D3 is #FFFFCC (or #FFC).

RGB color model

#EDE7D3 color RGB value is (237,231,211).

  • red value is 237;
  • green value is 231;
  • blue value is 211.
RGB:
(237,231,211)
(93%,91%,83%)

RGB channels and saturation

R 237 of 255 = 93%
G 231 of 255 = 91%
B 211 of 255 = 83%

237
231
211

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

Portions of RGB colors in percentages

R + G + B =
237 + 231 + 211 = 679 (100%)
R 237 of 679 ~ 34.9%
G 231 of 679 ~ 34.02%
B 211 of 679 ~ 31.08%

%34.9
%34.02
%31.08

CMYK color model

#EDE7D3 color CMYK value is (0,3,11,7).

  • cyan value is 0.00%
  • magenta value is 2.53%
  • yellow value is 10.97%
  • key color value is 7.06%
CMYK:
(0,3,11,7)
C0M3Y11K7 
(0%,3%,11%,7%)
(0.00/0.03/0.11/0.07)	

CMYK percentages

%0
%2.53
%10.97
%7.06

Codes

Color #EDE7D3 in popluar color models

EDE7D3
RGB237231211
HSL46°41.94%87.84%
HSB/HSV46°10.97%92.94%
CMYK0.00%2.53%10.97%
7.06%

Color #EDE7D3 in popluar number systems.

HEXEDE7D3
Decimal237231211
Binary111011011110011111010011
Octal355347323

Shades and tints

Shades of #EDE7D3

#EDE7D3
(237,231,211)
#D8D2C0
(216,210,192)
#C3BDAD
(195,189,173)
#AEA89A
(174,168,154)
#999387
(153,147,135)
#847E74
(132,126,116)
#6F6961
(111,105,97)
#5A544E
(90,84,78)
#453F3B
(69,63,59)
#302A28
(48,42,40)
#1B1515
(27,21,21)
#000000
(0,0,0)

Tints of #EDE7D3

#EDE7D3
(237,231,211)
#EEE9D7
(238,233,215)
#EFEBDB
(239,235,219)
#F0EDDF
(240,237,223)
#F1EFE3
(241,239,227)
#F2F1E7
(242,241,231)
#F3F3EB
(243,243,235)
#F4F5EF
(244,245,239)
#F5F7F3
(245,247,243)
#F6F9F7
(246,249,247)
#F7FBFB
(247,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDE7D3 color. Also use rgb(237,231,211) instead hex code.

Text Font Color

.myTextColor { color: #EDE7D3; }

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

This text font color is #EDE7D3.


Background Color

.myBgColor { background-color: #EDE7D3; }

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

This div background color is #EDE7D3.


Border color

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

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

This div border color is #EDE7D3.


Opacity

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

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

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

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

This text has shadow with #EDE7D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE7D3 on black background.


Color preview on white background

This text has color #EDE7D3 on white background.



Black color preview on #EDE7D3 background

This text has black color on #EDE7D3 background.


White color preview on #EDE7D3 background

This text has white color on #EDE7D3 background.