COLOR #EDE7F0

HEX: #EDE7F0 RGB: (237,231,240)

Color info

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

RGB color model

#EDE7F0 color RGB value is (237,231,240).

RGB: (237,231,240) (93%, 91%, 94%)

RGB channels and saturation

R 237 of 255 = 93%
G 231 of 255 = 91%
B 240 of 255 = 94%

237
231
240

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

Portions of RGB colors in percentages

R + G + B = 237 + 231 + 240 = 708 (100%)
R 237 of 708 ~ 33.47%
G 231 of 708 ~ 32.63%
B 240 of 708 ~ 33.9'%

%33.47
%32.63
%33.9

CMYK color model

#EDE7F0 color CMYK value is (1,4,0,6).

  • cyan value is 1.25%
  • magenta value is 3.75%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK: (1,4,0,6) C1M4Y0K6 (1%,4%,0%,6%) (0.01/0.04/0.00/0.06) 

CMYK percentages

%1.25
%3.75
%0
%5.88

Codes

Color #EDE7F0 in popluar color models

ED E7 F0
RGB 237 231 240
HSL 280° 23.08% 92.35%
HSB/HSV 280° 3.75% 94.12%
CMYK 1.25% 3.75% 0.00%
5.88%

Color #EDE7F0 in popluar number systems.

HEX ED E7 F0
Decimal 237 231 240
Binary 11101101 11100111 11110000
Octal 355 347 360

Shades and tints

Shades of #EDE7F0

#EDE7F0
(237,231,240)
#D8D2DB
(216,210,219)
#C3BDC6
(195,189,198)
#AEA8B1
(174,168,177)
#99939C
(153,147,156)
#847E87
(132,126,135)
#6F6972
(111,105,114)
#5A545D
(90,84,93)
#453F48
(69,63,72)
#302A33
(48,42,51)
#1B151E
(27,21,30)
#000000
(0,0,0)

Tints of #EDE7F0

#EDE7F0
(237,231,240)
#EEE9F1
(238,233,241)
#EFEBF2
(239,235,242)
#F0EDF3
(240,237,243)
#F1EFF4
(241,239,244)
#F2F1F5
(242,241,245)
#F3F3F6
(243,243,246)
#F4F5F7
(244,245,247)
#F5F7F8
(245,247,248)
#F6F9F9
(246,249,249)
#F7FBFA
(247,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDE7F0 color. Also use rgb(237,231,240) instead hex code.

Text Font Color

.myTextColor { color: #EDE7F0; }

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

This text font color is #EDE7F0.

Background Color

.myBgColor { background-color: #EDE7F0; }

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

This div background color is #EDE7F0.

Border color

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

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

This div border color is #EDE7F0.

Opacity

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

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

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

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

This text has shadow with #EDE7F0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDE7F0.

Preview

Color preview on black background

This text has color #EDE7F0 on black background.


Color preview on white background

This text has color #EDE7F0 on white background.


Black color preview on #EDE7F0 background

This text has black color on #EDE7F0 background.


White color preview on #EDE7F0 background

This text has white color on #EDE7F0 background.


Related colors

Complementary color

Complementary color for #hex is #12180F.


I love getcolorcode.com

Triadic colors

1 #F0EDE7 and #E7F0ED with #EDE7F0 are triadic colors.

2 #F0E7ED and #E7EDF0 with #EDE7F0 are triadic colors.