COLOR #EDE6E0

HEX: #EDE6E0
RGB: (237,230,224)

Color info

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

RGB color model

#EDE6E0 color RGB value is (237,230,224).

  • red value is 237;
  • green value is 230;
  • blue value is 224.
RGB:
(237,230,224)
(93%,90%,88%)

RGB channels and saturation

R 237 of 255 = 93%
G 230 of 255 = 90%
B 224 of 255 = 88%

237
230
224

R + G + B ~ 90%. #EDE6E0 is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 230 + 224 = 691 (100%)
R 237 of 691 ~ 34.3%
G 230 of 691 ~ 33.29%
B 224 of 691 ~ 32.42%

%34.3
%33.29
%32.42

CMYK color model

#EDE6E0 color CMYK value is (0,3,5,7).

  • cyan value is 0.00%
  • magenta value is 2.95%
  • yellow value is 5.49%
  • key color value is 7.06%
CMYK:
(0,3,5,7)
C0M3Y5K7 
(0%,3%,5%,7%)
(0.00/0.03/0.05/0.07)	

CMYK percentages

%0
%2.95
%5.49
%7.06

Codes

Color #EDE6E0 in popluar color models

EDE6E0
RGB237230224
HSL28°26.53%90.39%
HSB/HSV28°5.49%92.94%
CMYK0.00%2.95%5.49%
7.06%

Color #EDE6E0 in popluar number systems.

HEXEDE6E0
Decimal237230224
Binary111011011110011011100000
Octal355346340

Shades and tints

Shades of #EDE6E0

#EDE6E0
(237,230,224)
#D8D2CC
(216,210,204)
#C3BEB8
(195,190,184)
#AEAAA4
(174,170,164)
#999690
(153,150,144)
#84827C
(132,130,124)
#6F6E68
(111,110,104)
#5A5A54
(90,90,84)
#454640
(69,70,64)
#30322C
(48,50,44)
#1B1E18
(27,30,24)
#000000
(0,0,0)

Tints of #EDE6E0

#EDE6E0
(237,230,224)
#EEE8E2
(238,232,226)
#EFEAE4
(239,234,228)
#F0ECE6
(240,236,230)
#F1EEE8
(241,238,232)
#F2F0EA
(242,240,234)
#F3F2EC
(243,242,236)
#F4F4EE
(244,244,238)
#F5F6F0
(245,246,240)
#F6F8F2
(246,248,242)
#F7FAF4
(247,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDE6E0 color. Also use rgb(237,230,224) instead hex code.

Text Font Color

.myTextColor { color: #EDE6E0; }

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

This text font color is #EDE6E0.


Background Color

.myBgColor { background-color: #EDE6E0; }

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

This div background color is #EDE6E0.


Border color

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

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

This div border color is #EDE6E0.


Opacity

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

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

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

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

This text has shadow with #EDE6E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE6E0 on black background.


Color preview on white background

This text has color #EDE6E0 on white background.



Black color preview on #EDE6E0 background

This text has black color on #EDE6E0 background.


White color preview on #EDE6E0 background

This text has white color on #EDE6E0 background.