COLOR #EDE7D6

HEX: #EDE7D6
RGB: (237,231,214)

Color info

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

RGB color model

#EDE7D6 color RGB value is (237,231,214).

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

RGB channels and saturation

R 237 of 255 = 93%
G 231 of 255 = 91%
B 214 of 255 = 84%

237
231
214

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

Portions of RGB colors in percentages

R + G + B =
237 + 231 + 214 = 682 (100%)
R 237 of 682 ~ 34.75%
G 231 of 682 ~ 33.87%
B 214 of 682 ~ 31.38%

%34.75
%33.87
%31.38

CMYK color model

#EDE7D6 color CMYK value is (0,3,10,7).

  • cyan value is 0.00%
  • magenta value is 2.53%
  • yellow value is 9.70%
  • key color value is 7.06%
CMYK:
(0,3,10,7)
C0M3Y10K7 
(0%,3%,10%,7%)
(0.00/0.03/0.10/0.07)	

CMYK percentages

%0
%2.53
%9.7
%7.06

Codes

Color #EDE7D6 in popluar color models

EDE7D6
RGB237231214
HSL44°38.98%88.43%
HSB/HSV44°9.70%92.94%
CMYK0.00%2.53%9.70%
7.06%

Color #EDE7D6 in popluar number systems.

HEXEDE7D6
Decimal237231214
Binary111011011110011111010110
Octal355347326

Shades and tints

Shades of #EDE7D6

#EDE7D6
(237,231,214)
#D8D2C3
(216,210,195)
#C3BDB0
(195,189,176)
#AEA89D
(174,168,157)
#99938A
(153,147,138)
#847E77
(132,126,119)
#6F6964
(111,105,100)
#5A5451
(90,84,81)
#453F3E
(69,63,62)
#302A2B
(48,42,43)
#1B1518
(27,21,24)
#000000
(0,0,0)

Tints of #EDE7D6

#EDE7D6
(237,231,214)
#EEE9D9
(238,233,217)
#EFEBDC
(239,235,220)
#F0EDDF
(240,237,223)
#F1EFE2
(241,239,226)
#F2F1E5
(242,241,229)
#F3F3E8
(243,243,232)
#F4F5EB
(244,245,235)
#F5F7EE
(245,247,238)
#F6F9F1
(246,249,241)
#F7FBF4
(247,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE7D6; }

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

This text font color is #EDE7D6.


Background Color

.myBgColor { background-color: #EDE7D6; }

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

This div background color is #EDE7D6.


Border color

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

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

This div border color is #EDE7D6.


Opacity

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

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

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

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

This text has shadow with #EDE7D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE7D6 on black background.


Color preview on white background

This text has color #EDE7D6 on white background.



Black color preview on #EDE7D6 background

This text has black color on #EDE7D6 background.


White color preview on #EDE7D6 background

This text has white color on #EDE7D6 background.