COLOR #EDE8E0

HEX: #EDE8E0
RGB: (237,232,224)

Color info

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

RGB color model

#EDE8E0 color RGB value is (237,232,224).

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

RGB channels and saturation

R 237 of 255 = 93%
G 232 of 255 = 91%
B 224 of 255 = 88%

237
232
224

R + G + B ~ 91%. #EDE8E0 is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 232 + 224 = 693 (100%)
R 237 of 693 ~ 34.2%
G 232 of 693 ~ 33.48%
B 224 of 693 ~ 32.32%

%34.2
%33.48
%32.32

CMYK color model

#EDE8E0 color CMYK value is (0,2,5,7).

  • cyan value is 0.00%
  • magenta value is 2.11%
  • yellow value is 5.49%
  • key color value is 7.06%
CMYK:
(0,2,5,7)
C0M2Y5K7 
(0%,2%,5%,7%)
(0.00/0.02/0.05/0.07)	

CMYK percentages

%0
%2.11
%5.49
%7.06

Codes

Color #EDE8E0 in popluar color models

EDE8E0
RGB237232224
HSL37°26.53%90.39%
HSB/HSV37°5.49%92.94%
CMYK0.00%2.11%5.49%
7.06%

Color #EDE8E0 in popluar number systems.

HEXEDE8E0
Decimal237232224
Binary111011011110100011100000
Octal355350340

Shades and tints

Shades of #EDE8E0

#EDE8E0
(237,232,224)
#D8D3CC
(216,211,204)
#C3BEB8
(195,190,184)
#AEA9A4
(174,169,164)
#999490
(153,148,144)
#847F7C
(132,127,124)
#6F6A68
(111,106,104)
#5A5554
(90,85,84)
#454040
(69,64,64)
#302B2C
(48,43,44)
#1B1618
(27,22,24)
#000000
(0,0,0)

Tints of #EDE8E0

#EDE8E0
(237,232,224)
#EEEAE2
(238,234,226)
#EFECE4
(239,236,228)
#F0EEE6
(240,238,230)
#F1F0E8
(241,240,232)
#F2F2EA
(242,242,234)
#F3F4EC
(243,244,236)
#F4F6EE
(244,246,238)
#F5F8F0
(245,248,240)
#F6FAF2
(246,250,242)
#F7FCF4
(247,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE8E0; }

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

This text font color is #EDE8E0.


Background Color

.myBgColor { background-color: #EDE8E0; }

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

This div background color is #EDE8E0.


Border color

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

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

This div border color is #EDE8E0.


Opacity

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

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

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

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

This text has shadow with #EDE8E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE8E0 on black background.


Color preview on white background

This text has color #EDE8E0 on white background.



Black color preview on #EDE8E0 background

This text has black color on #EDE8E0 background.


White color preview on #EDE8E0 background

This text has white color on #EDE8E0 background.