COLOR #EDE8DB

HEX: #EDE8DB
RGB: (237,232,219)

Color info

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

RGB color model

#EDE8DB color RGB value is (237,232,219).

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

RGB channels and saturation

R 237 of 255 = 93%
G 232 of 255 = 91%
B 219 of 255 = 86%

237
232
219

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

Portions of RGB colors in percentages

R + G + B =
237 + 232 + 219 = 688 (100%)
R 237 of 688 ~ 34.45%
G 232 of 688 ~ 33.72%
B 219 of 688 ~ 31.83%

%34.45
%33.72
%31.83

CMYK color model

#EDE8DB color CMYK value is (0,2,8,7).

  • cyan value is 0.00%
  • magenta value is 2.11%
  • yellow value is 7.59%
  • key color value is 7.06%
CMYK:
(0,2,8,7)
C0M2Y8K7 
(0%,2%,8%,7%)
(0.00/0.02/0.08/0.07)	

CMYK percentages

%0
%2.11
%7.59
%7.06

Codes

Color #EDE8DB in popluar color models

EDE8DB
RGB237232219
HSL43°33.33%89.41%
HSB/HSV43°7.59%92.94%
CMYK0.00%2.11%7.59%
7.06%

Color #EDE8DB in popluar number systems.

HEXEDE8DB
Decimal237232219
Binary111011011110100011011011
Octal355350333

Shades and tints

Shades of #EDE8DB

#EDE8DB
(237,232,219)
#D8D3C8
(216,211,200)
#C3BEB5
(195,190,181)
#AEA9A2
(174,169,162)
#99948F
(153,148,143)
#847F7C
(132,127,124)
#6F6A69
(111,106,105)
#5A5556
(90,85,86)
#454043
(69,64,67)
#302B30
(48,43,48)
#1B161D
(27,22,29)
#000000
(0,0,0)

Tints of #EDE8DB

#EDE8DB
(237,232,219)
#EEEADE
(238,234,222)
#EFECE1
(239,236,225)
#F0EEE4
(240,238,228)
#F1F0E7
(241,240,231)
#F2F2EA
(242,242,234)
#F3F4ED
(243,244,237)
#F4F6F0
(244,246,240)
#F5F8F3
(245,248,243)
#F6FAF6
(246,250,246)
#F7FCF9
(247,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE8DB; }

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

This text font color is #EDE8DB.


Background Color

.myBgColor { background-color: #EDE8DB; }

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

This div background color is #EDE8DB.


Border color

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

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

This div border color is #EDE8DB.


Opacity

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

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

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

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

This text has shadow with #EDE8DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE8DB on black background.


Color preview on white background

This text has color #EDE8DB on white background.



Black color preview on #EDE8DB background

This text has black color on #EDE8DB background.


White color preview on #EDE8DB background

This text has white color on #EDE8DB background.