COLOR #EDE6EB

HEX: #EDE6EB
RGB: (237,230,235)

Color info

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

RGB color model

#EDE6EB color RGB value is (237,230,235).

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

RGB channels and saturation

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

237
230
235

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

Portions of RGB colors in percentages

R + G + B =
237 + 230 + 235 = 702 (100%)
R 237 of 702 ~ 33.76%
G 230 of 702 ~ 32.76%
B 235 of 702 ~ 33.48%

%33.76
%32.76
%33.48

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.95%
  • yellow value is 0.84%
  • 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
%0.84
%7.06

Codes

Color #EDE6EB in popluar color models

EDE6EB
RGB237230235
HSL317°16.28%91.57%
HSB/HSV317°2.95%92.94%
CMYK0.00%2.95%0.84%
7.06%

Color #EDE6EB in popluar number systems.

HEXEDE6EB
Decimal237230235
Binary111011011110011011101011
Octal355346353

Shades and tints

Shades of #EDE6EB

#EDE6EB
(237,230,235)
#D8D2D6
(216,210,214)
#C3BEC1
(195,190,193)
#AEAAAC
(174,170,172)
#999697
(153,150,151)
#848282
(132,130,130)
#6F6E6D
(111,110,109)
#5A5A58
(90,90,88)
#454643
(69,70,67)
#30322E
(48,50,46)
#1B1E19
(27,30,25)
#000000
(0,0,0)

Tints of #EDE6EB

#EDE6EB
(237,230,235)
#EEE8EC
(238,232,236)
#EFEAED
(239,234,237)
#F0ECEE
(240,236,238)
#F1EEEF
(241,238,239)
#F2F0F0
(242,240,240)
#F3F2F1
(243,242,241)
#F4F4F2
(244,244,242)
#F5F6F3
(245,246,243)
#F6F8F4
(246,248,244)
#F7FAF5
(247,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE6EB; }

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

This text font color is #EDE6EB.


Background Color

.myBgColor { background-color: #EDE6EB; }

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

This div background color is #EDE6EB.


Border color

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

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

This div border color is #EDE6EB.


Opacity

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

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

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

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

This text has shadow with #EDE6EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE6EB on black background.


Color preview on white background

This text has color #EDE6EB on white background.



Black color preview on #EDE6EB background

This text has black color on #EDE6EB background.


White color preview on #EDE6EB background

This text has white color on #EDE6EB background.