COLOR #EDE9E8

HEX: #EDE9E8 RGB: (237,233,232)

Color info

#EDE9E8 contains red, green and blue colors in about the same proportion. Web safe color of #EDE9E8 is #FFFFFF (or #FFF).

RGB color model

#EDE9E8 color RGB value is (237,233,232).

RGB: (237,233,232) (93%, 91%, 91%)

RGB channels and saturation

R 237 of 255 = 93%
G 233 of 255 = 91%
B 232 of 255 = 91%

237
233
232

R + G + B ~ 92%. #EDE9E8 is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 233 + 232 = 702 (100%)
R 237 of 702 ~ 33.76%
G 233 of 702 ~ 33.19%
B 232 of 702 ~ 33.05'%

%33.76
%33.19
%33.05

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.69%
  • yellow value is 2.11%
  • key color value is 7.06%

CMYK: (0,2,2,7)
C0M2Y2K7 (0%, 2%, 2%, 7%)
(0.00 / 0.02 / 0.02 / 0.07)

CMYK percentages

%0
%1.69
%2.11
%7.06

Codes

Color #EDE9E8 in popluar color models

ED E9 E8
RGB 237 233 232
HSL 12° 12.20% 91.96%
HSB/HSV 12° 2.11% 92.94%
CMYK 0.00% 1.69% 2.11%
7.06%

Color #EDE9E8 in popluar number systems.

HEX ED E9 E8
Decimal 237 233 232
Binary 11101101 11101001 11101000
Octal 355 351 350

Shades and tints

Shades of #EDE9E8

#EDE9E8
(237,233,232)
#D8D4D3
(216,212,211)
#C3BFBE
(195,191,190)
#AEAAA9
(174,170,169)
#999594
(153,149,148)
#84807F
(132,128,127)
#6F6B6A
(111,107,106)
#5A5655
(90,86,85)
#454140
(69,65,64)
#302C2B
(48,44,43)
#1B1716
(27,23,22)
#000000
(0,0,0)

Tints of #EDE9E8

#EDE9E8
(237,233,232)
#EEEBEA
(238,235,234)
#EFEDEC
(239,237,236)
#F0EFEE
(240,239,238)
#F1F1F0
(241,241,240)
#F2F3F2
(242,243,242)
#F3F5F4
(243,245,244)
#F4F7F6
(244,247,246)
#F5F9F8
(245,249,248)
#F6FBFA
(246,251,250)
#F7FDFC
(247,253,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE9E8; }

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

This text font color is #EDE9E8.

Background Color

.myBgColor { background-color: #EDE9E8; }

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

This div background color is #EDE9E8.

Border color

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

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

This div border color is #EDE9E8.

Opacity

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

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

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

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

This text has shadow with #EDE9E8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDE9E8.

Preview

Color preview on black background

This text has color #EDE9E8 on black background.


Color preview on white background

This text has color #EDE9E8 on white background.


Black color preview on #EDE9E8 background

This text has black color on #EDE9E8 background.


White color preview on #EDE9E8 background

This text has white color on #EDE9E8 background.


Related colors

Complementary color

Complementary color for #hex is #121617.


I love getcolorcode.com

Triadic colors

1 #E8EDE9 and #E9E8ED with #EDE9E8 are triadic colors.

2 #E8E9ED and #E9EDE8 with #EDE9E8 are triadic colors.