COLOR #EDE8EE

HEX: #EDE8EE
RGB: (237,232,238)

Color info

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

RGB color model

#EDE8EE color RGB value is (237,232,238).

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

RGB channels and saturation

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

237
232
238

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

Portions of RGB colors in percentages

R + G + B =
237 + 232 + 238 = 707 (100%)
R 237 of 707 ~ 33.52%
G 232 of 707 ~ 32.81%
B 238 of 707 ~ 33.66%

%33.52
%32.81
%33.66

CMYK color model

#EDE8EE color CMYK value is (0,3,0,7).

  • cyan value is 0.42%
  • magenta value is 2.52%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(0,3,0,7)
C0M3Y0K7 
(0%,3%,0%,7%)
(0.00/0.03/0.00/0.07)	

CMYK percentages

%0.42
%2.52
%0
%6.67

Codes

Color #EDE8EE in popluar color models

EDE8EE
RGB237232238
HSL290°15.00%92.16%
HSB/HSV290°2.52%93.33%
CMYK0.42%2.52%0.00%
6.67%

Color #EDE8EE in popluar number systems.

HEXEDE8EE
Decimal237232238
Binary111011011110100011101110
Octal355350356

Shades and tints

Shades of #EDE8EE

#EDE8EE
(237,232,238)
#D8D3D9
(216,211,217)
#C3BEC4
(195,190,196)
#AEA9AF
(174,169,175)
#99949A
(153,148,154)
#847F85
(132,127,133)
#6F6A70
(111,106,112)
#5A555B
(90,85,91)
#454046
(69,64,70)
#302B31
(48,43,49)
#1B161C
(27,22,28)
#000000
(0,0,0)

Tints of #EDE8EE

#EDE8EE
(237,232,238)
#EEEAEF
(238,234,239)
#EFECF0
(239,236,240)
#F0EEF1
(240,238,241)
#F1F0F2
(241,240,242)
#F2F2F3
(242,242,243)
#F3F4F4
(243,244,244)
#F4F6F5
(244,246,245)
#F5F8F6
(245,248,246)
#F6FAF7
(246,250,247)
#F7FCF8
(247,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE8EE; }

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

This text font color is #EDE8EE.


Background Color

.myBgColor { background-color: #EDE8EE; }

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

This div background color is #EDE8EE.


Border color

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

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

This div border color is #EDE8EE.


Opacity

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

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

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

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

This text has shadow with #EDE8EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE8EE on black background.


Color preview on white background

This text has color #EDE8EE on white background.



Black color preview on #EDE8EE background

This text has black color on #EDE8EE background.


White color preview on #EDE8EE background

This text has white color on #EDE8EE background.