COLOR #EDE7EC

HEX: #EDE7EC
RGB: (237,231,236)

Color info

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

RGB color model

#EDE7EC color RGB value is (237,231,236).

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

RGB channels and saturation

R 237 of 255 = 93%
G 231 of 255 = 91%
B 236 of 255 = 93%

237
231
236

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

Portions of RGB colors in percentages

R + G + B =
237 + 231 + 236 = 704 (100%)
R 237 of 704 ~ 33.66%
G 231 of 704 ~ 32.81%
B 236 of 704 ~ 33.52%

%33.66
%32.81
%33.52

CMYK color model

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

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

CMYK percentages

%0
%2.53
%0.42
%7.06

Codes

Color #EDE7EC in popluar color models

EDE7EC
RGB237231236
HSL310°14.29%91.76%
HSB/HSV310°2.53%92.94%
CMYK0.00%2.53%0.42%
7.06%

Color #EDE7EC in popluar number systems.

HEXEDE7EC
Decimal237231236
Binary111011011110011111101100
Octal355347354

Shades and tints

Shades of #EDE7EC

#EDE7EC
(237,231,236)
#D8D2D7
(216,210,215)
#C3BDC2
(195,189,194)
#AEA8AD
(174,168,173)
#999398
(153,147,152)
#847E83
(132,126,131)
#6F696E
(111,105,110)
#5A5459
(90,84,89)
#453F44
(69,63,68)
#302A2F
(48,42,47)
#1B151A
(27,21,26)
#000000
(0,0,0)

Tints of #EDE7EC

#EDE7EC
(237,231,236)
#EEE9ED
(238,233,237)
#EFEBEE
(239,235,238)
#F0EDEF
(240,237,239)
#F1EFF0
(241,239,240)
#F2F1F1
(242,241,241)
#F3F3F2
(243,243,242)
#F4F5F3
(244,245,243)
#F5F7F4
(245,247,244)
#F6F9F5
(246,249,245)
#F7FBF6
(247,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE7EC; }

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

This text font color is #EDE7EC.


Background Color

.myBgColor { background-color: #EDE7EC; }

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

This div background color is #EDE7EC.


Border color

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

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

This div border color is #EDE7EC.


Opacity

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

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

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

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

This text has shadow with #EDE7EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE7EC on black background.


Color preview on white background

This text has color #EDE7EC on white background.



Black color preview on #EDE7EC background

This text has black color on #EDE7EC background.


White color preview on #EDE7EC background

This text has white color on #EDE7EC background.