COLOR #EDE6EA

HEX: #EDE6EA
RGB: (237,230,234)

Color info

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

RGB color model

#EDE6EA color RGB value is (237,230,234).

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

RGB channels and saturation

R 237 of 255 = 93%
G 230 of 255 = 90%
B 234 of 255 = 92%

237
230
234

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

Portions of RGB colors in percentages

R + G + B =
237 + 230 + 234 = 701 (100%)
R 237 of 701 ~ 33.81%
G 230 of 701 ~ 32.81%
B 234 of 701 ~ 33.38%

%33.81
%32.81
%33.38

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.95%
  • yellow value is 1.27%
  • key color value is 7.06%
CMYK:
(0,3,1,7)
C0M3Y1K7 
(0%,3%,1%,7%)
(0.00/0.03/0.01/0.07)	

CMYK percentages

%0
%2.95
%1.27
%7.06

Codes

Color #EDE6EA in popluar color models

EDE6EA
RGB237230234
HSL326°16.28%91.57%
HSB/HSV326°2.95%92.94%
CMYK0.00%2.95%1.27%
7.06%

Color #EDE6EA in popluar number systems.

HEXEDE6EA
Decimal237230234
Binary111011011110011011101010
Octal355346352

Shades and tints

Shades of #EDE6EA

#EDE6EA
(237,230,234)
#D8D2D5
(216,210,213)
#C3BEC0
(195,190,192)
#AEAAAB
(174,170,171)
#999696
(153,150,150)
#848281
(132,130,129)
#6F6E6C
(111,110,108)
#5A5A57
(90,90,87)
#454642
(69,70,66)
#30322D
(48,50,45)
#1B1E18
(27,30,24)
#000000
(0,0,0)

Tints of #EDE6EA

#EDE6EA
(237,230,234)
#EEE8EB
(238,232,235)
#EFEAEC
(239,234,236)
#F0ECED
(240,236,237)
#F1EEEE
(241,238,238)
#F2F0EF
(242,240,239)
#F3F2F0
(243,242,240)
#F4F4F1
(244,244,241)
#F5F6F2
(245,246,242)
#F6F8F3
(246,248,243)
#F7FAF4
(247,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE6EA; }

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

This text font color is #EDE6EA.


Background Color

.myBgColor { background-color: #EDE6EA; }

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

This div background color is #EDE6EA.


Border color

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

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

This div border color is #EDE6EA.


Opacity

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

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

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

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

This text has shadow with #EDE6EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE6EA on black background.


Color preview on white background

This text has color #EDE6EA on white background.



Black color preview on #EDE6EA background

This text has black color on #EDE6EA background.


White color preview on #EDE6EA background

This text has white color on #EDE6EA background.