COLOR #EDE6EC

HEX: #EDE6EC
RGB: (237,230,236)

Color info

#EDE6EC contains red, green and blue colors in about the same proportion. Web safe color of #EDE6EC is #FFCCFF (or #FCF).

RGB color model

#EDE6EC color RGB value is (237,230,236).

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

RGB channels and saturation

R 237 of 255 = 93%
G 230 of 255 = 90%
B 236 of 255 = 93%

237
230
236

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

Portions of RGB colors in percentages

R + G + B =
237 + 230 + 236 = 703 (100%)
R 237 of 703 ~ 33.71%
G 230 of 703 ~ 32.72%
B 236 of 703 ~ 33.57%

%33.71
%32.72
%33.57

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.95%
  • 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.95
%0.42
%7.06

Codes

Color #EDE6EC in popluar color models

EDE6EC
RGB237230236
HSL309°16.28%91.57%
HSB/HSV309°2.95%92.94%
CMYK0.00%2.95%0.42%
7.06%

Color #EDE6EC in popluar number systems.

HEXEDE6EC
Decimal237230236
Binary111011011110011011101100
Octal355346354

Shades and tints

Shades of #EDE6EC

#EDE6EC
(237,230,236)
#D8D2D7
(216,210,215)
#C3BEC2
(195,190,194)
#AEAAAD
(174,170,173)
#999698
(153,150,152)
#848283
(132,130,131)
#6F6E6E
(111,110,110)
#5A5A59
(90,90,89)
#454644
(69,70,68)
#30322F
(48,50,47)
#1B1E1A
(27,30,26)
#000000
(0,0,0)

Tints of #EDE6EC

#EDE6EC
(237,230,236)
#EEE8ED
(238,232,237)
#EFEAEE
(239,234,238)
#F0ECEF
(240,236,239)
#F1EEF0
(241,238,240)
#F2F0F1
(242,240,241)
#F3F2F2
(243,242,242)
#F4F4F3
(244,244,243)
#F5F6F4
(245,246,244)
#F6F8F5
(246,248,245)
#F7FAF6
(247,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE6EC; }

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

This text font color is #EDE6EC.


Background Color

.myBgColor { background-color: #EDE6EC; }

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

This div background color is #EDE6EC.


Border color

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

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

This div border color is #EDE6EC.


Opacity

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

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

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

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

This text has shadow with #EDE6EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE6EC on black background.


Color preview on white background

This text has color #EDE6EC on white background.



Black color preview on #EDE6EC background

This text has black color on #EDE6EC background.


White color preview on #EDE6EC background

This text has white color on #EDE6EC background.