COLOR #EDE9DB

HEX: #EDE9DB
RGB: (237,233,219)

Color info

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

RGB color model

#EDE9DB color RGB value is (237,233,219).

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

RGB channels and saturation

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

237
233
219

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

Portions of RGB colors in percentages

R + G + B =
237 + 233 + 219 = 689 (100%)
R 237 of 689 ~ 34.4%
G 233 of 689 ~ 33.82%
B 219 of 689 ~ 31.79%

%34.4
%33.82
%31.79

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.69%
  • 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
%1.69
%7.59
%7.06

Codes

Color #EDE9DB in popluar color models

EDE9DB
RGB237233219
HSL47°33.33%89.41%
HSB/HSV47°7.59%92.94%
CMYK0.00%1.69%7.59%
7.06%

Color #EDE9DB in popluar number systems.

HEXEDE9DB
Decimal237233219
Binary111011011110100111011011
Octal355351333

Shades and tints

Shades of #EDE9DB

#EDE9DB
(237,233,219)
#D8D4C8
(216,212,200)
#C3BFB5
(195,191,181)
#AEAAA2
(174,170,162)
#99958F
(153,149,143)
#84807C
(132,128,124)
#6F6B69
(111,107,105)
#5A5656
(90,86,86)
#454143
(69,65,67)
#302C30
(48,44,48)
#1B171D
(27,23,29)
#000000
(0,0,0)

Tints of #EDE9DB

#EDE9DB
(237,233,219)
#EEEBDE
(238,235,222)
#EFEDE1
(239,237,225)
#F0EFE4
(240,239,228)
#F1F1E7
(241,241,231)
#F2F3EA
(242,243,234)
#F3F5ED
(243,245,237)
#F4F7F0
(244,247,240)
#F5F9F3
(245,249,243)
#F6FBF6
(246,251,246)
#F7FDF9
(247,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE9DB; }

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

This text font color is #EDE9DB.


Background Color

.myBgColor { background-color: #EDE9DB; }

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

This div background color is #EDE9DB.


Border color

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

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

This div border color is #EDE9DB.


Opacity

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

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

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

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

This text has shadow with #EDE9DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE9DB on black background.


Color preview on white background

This text has color #EDE9DB on white background.



Black color preview on #EDE9DB background

This text has black color on #EDE9DB background.


White color preview on #EDE9DB background

This text has white color on #EDE9DB background.