COLOR #EDE5E6

HEX: #EDE5E6
RGB: (237,229,230)

Color info

#EDE5E6 contains red, green and blue colors in about the same proportion. Web safe color of #EDE5E6 is #FFCCCC (or #FCC).

RGB color model

#EDE5E6 color RGB value is (237,229,230).

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

RGB channels and saturation

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

237
229
230

R + G + B ~ 91%. #EDE5E6 is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 229 + 230 = 696 (100%)
R 237 of 696 ~ 34.05%
G 229 of 696 ~ 32.9%
B 230 of 696 ~ 33.05%

%34.05
%32.9
%33.05

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.38%
  • yellow value is 2.95%
  • key color value is 7.06%
CMYK:
(0,3,3,7)
C0M3Y3K7 
(0%,3%,3%,7%)
(0.00/0.03/0.03/0.07)	

CMYK percentages

%0
%3.38
%2.95
%7.06

Codes

Color #EDE5E6 in popluar color models

EDE5E6
RGB237229230
HSL353°18.18%91.37%
HSB/HSV353°3.38%92.94%
CMYK0.00%3.38%2.95%
7.06%

Color #EDE5E6 in popluar number systems.

HEXEDE5E6
Decimal237229230
Binary111011011110010111100110
Octal355345346

Shades and tints

Shades of #EDE5E6

#EDE5E6
(237,229,230)
#D8D1D2
(216,209,210)
#C3BDBE
(195,189,190)
#AEA9AA
(174,169,170)
#999596
(153,149,150)
#848182
(132,129,130)
#6F6D6E
(111,109,110)
#5A595A
(90,89,90)
#454546
(69,69,70)
#303132
(48,49,50)
#1B1D1E
(27,29,30)
#000000
(0,0,0)

Tints of #EDE5E6

#EDE5E6
(237,229,230)
#EEE7E8
(238,231,232)
#EFE9EA
(239,233,234)
#F0EBEC
(240,235,236)
#F1EDEE
(241,237,238)
#F2EFF0
(242,239,240)
#F3F1F2
(243,241,242)
#F4F3F4
(244,243,244)
#F5F5F6
(245,245,246)
#F6F7F8
(246,247,248)
#F7F9FA
(247,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE5E6; }

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

This text font color is #EDE5E6.


Background Color

.myBgColor { background-color: #EDE5E6; }

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

This div background color is #EDE5E6.


Border color

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

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

This div border color is #EDE5E6.


Opacity

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

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

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

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

This text has shadow with #EDE5E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE5E6 on black background.


Color preview on white background

This text has color #EDE5E6 on white background.



Black color preview on #EDE5E6 background

This text has black color on #EDE5E6 background.


White color preview on #EDE5E6 background

This text has white color on #EDE5E6 background.