COLOR #EDE3E9

HEX: #EDE3E9
RGB: (237,227,233)

Color info

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

RGB color model

#EDE3E9 color RGB value is (237,227,233).

  • red value is 237;
  • green value is 227;
  • blue value is 233.
RGB:
(237,227,233)
(93%,89%,91%)

RGB channels and saturation

R 237 of 255 = 93%
G 227 of 255 = 89%
B 233 of 255 = 91%

237
227
233

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

Portions of RGB colors in percentages

R + G + B =
237 + 227 + 233 = 697 (100%)
R 237 of 697 ~ 34%
G 227 of 697 ~ 32.57%
B 233 of 697 ~ 33.43%

%34
%32.57
%33.43

CMYK color model

#EDE3E9 color CMYK value is (0,4,2,7).

  • cyan value is 0.00%
  • magenta value is 4.22%
  • yellow value is 1.69%
  • key color value is 7.06%
CMYK:
(0,4,2,7)
C0M4Y2K7 
(0%,4%,2%,7%)
(0.00/0.04/0.02/0.07)	

CMYK percentages

%0
%4.22
%1.69
%7.06

Codes

Color #EDE3E9 in popluar color models

EDE3E9
RGB237227233
HSL324°21.74%90.98%
HSB/HSV324°4.22%92.94%
CMYK0.00%4.22%1.69%
7.06%

Color #EDE3E9 in popluar number systems.

HEXEDE3E9
Decimal237227233
Binary111011011110001111101001
Octal355343351

Shades and tints

Shades of #EDE3E9

#EDE3E9
(237,227,233)
#D8CFD4
(216,207,212)
#C3BBBF
(195,187,191)
#AEA7AA
(174,167,170)
#999395
(153,147,149)
#847F80
(132,127,128)
#6F6B6B
(111,107,107)
#5A5756
(90,87,86)
#454341
(69,67,65)
#302F2C
(48,47,44)
#1B1B17
(27,27,23)
#000000
(0,0,0)

Tints of #EDE3E9

#EDE3E9
(237,227,233)
#EEE5EB
(238,229,235)
#EFE7ED
(239,231,237)
#F0E9EF
(240,233,239)
#F1EBF1
(241,235,241)
#F2EDF3
(242,237,243)
#F3EFF5
(243,239,245)
#F4F1F7
(244,241,247)
#F5F3F9
(245,243,249)
#F6F5FB
(246,245,251)
#F7F7FD
(247,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDE3E9 color. Also use rgb(237,227,233) instead hex code.

Text Font Color

.myTextColor { color: #EDE3E9; }

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

This text font color is #EDE3E9.


Background Color

.myBgColor { background-color: #EDE3E9; }

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

This div background color is #EDE3E9.


Border color

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

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

This div border color is #EDE3E9.


Opacity

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

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

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

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

This text has shadow with #EDE3E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE3E9 on black background.


Color preview on white background

This text has color #EDE3E9 on white background.



Black color preview on #EDE3E9 background

This text has black color on #EDE3E9 background.


White color preview on #EDE3E9 background

This text has white color on #EDE3E9 background.