COLOR #EDE8EF

HEX: #EDE8EF RGB: (237,232,239)

Color info

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

RGB color model

#EDE8EF color RGB value is (237,232,239).

RGB: (237,232,239) (93%, 91%, 94%)

RGB channels and saturation

R 237 of 255 = 93%
G 232 of 255 = 91%
B 239 of 255 = 94%

237
232
239

R + G + B ~ 93%. #EDE8EF is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 232 + 239 = 708 (100%)
R 237 of 708 ~ 33.47%
G 232 of 708 ~ 32.77%
B 239 of 708 ~ 33.76'%

%33.47
%32.77
%33.76

CMYK color model

#EDE8EF color CMYK value is (1,3,0,6).

  • cyan value is 0.84%
  • magenta value is 2.93%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (1,3,0,6)
C1M3Y0K6 (1%, 3%, 0%, 6%)
(0.01 / 0.03 / 0.00 / 0.06)

CMYK percentages

%0.84
%2.93
%0
%6.27

Codes

Color #EDE8EF in popluar color models

ED E8 EF
RGB 237 232 239
HSL 283° 17.95% 92.35%
HSB/HSV 283° 2.93% 93.73%
CMYK 0.84% 2.93% 0.00%
6.27%

Color #EDE8EF in popluar number systems.

HEX ED E8 EF
Decimal 237 232 239
Binary 11101101 11101000 11101111
Octal 355 350 357

Shades and tints

Shades of #EDE8EF

#EDE8EF
(237,232,239)
#D8D3DA
(216,211,218)
#C3BEC5
(195,190,197)
#AEA9B0
(174,169,176)
#99949B
(153,148,155)
#847F86
(132,127,134)
#6F6A71
(111,106,113)
#5A555C
(90,85,92)
#454047
(69,64,71)
#302B32
(48,43,50)
#1B161D
(27,22,29)
#000000
(0,0,0)

Tints of #EDE8EF

#EDE8EF
(237,232,239)
#EEEAF0
(238,234,240)
#EFECF1
(239,236,241)
#F0EEF2
(240,238,242)
#F1F0F3
(241,240,243)
#F2F2F4
(242,242,244)
#F3F4F5
(243,244,245)
#F4F6F6
(244,246,246)
#F5F8F7
(245,248,247)
#F6FAF8
(246,250,248)
#F7FCF9
(247,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE8EF; }

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

This text font color is #EDE8EF.

Background Color

.myBgColor { background-color: #EDE8EF; }

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

This div background color is #EDE8EF.

Border color

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

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

This div border color is #EDE8EF.

Opacity

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

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

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

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

This text has shadow with #EDE8EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDE8EF.

Preview

Color preview on black background

This text has color #EDE8EF on black background.


Color preview on white background

This text has color #EDE8EF on white background.


Black color preview on #EDE8EF background

This text has black color on #EDE8EF background.


White color preview on #EDE8EF background

This text has white color on #EDE8EF background.


Related colors

Complementary color

Complementary color for #hex is #121710.


I love getcolorcode.com

Triadic colors

1 #EFEDE8 and #E8EFED with #EDE8EF are triadic colors.

2 #EFE8ED and #E8EDEF with #EDE8EF are triadic colors.