COLOR #EDE1E3

HEX: #EDE1E3
RGB: (237,225,227)

Color info

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

RGB color model

#EDE1E3 color RGB value is (237,225,227).

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

RGB channels and saturation

R 237 of 255 = 93%
G 225 of 255 = 88%
B 227 of 255 = 89%

237
225
227

R + G + B ~ 90%. #EDE1E3 is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 225 + 227 = 689 (100%)
R 237 of 689 ~ 34.4%
G 225 of 689 ~ 32.66%
B 227 of 689 ~ 32.95%

%34.4
%32.66
%32.95

CMYK color model

#EDE1E3 color CMYK value is (0,5,4,7).

  • cyan value is 0.00%
  • magenta value is 5.06%
  • yellow value is 4.22%
  • key color value is 7.06%
CMYK:
(0,5,4,7)
C0M5Y4K7 
(0%,5%,4%,7%)
(0.00/0.05/0.04/0.07)	

CMYK percentages

%0
%5.06
%4.22
%7.06

Codes

Color #EDE1E3 in popluar color models

EDE1E3
RGB237225227
HSL350°25.00%90.59%
HSB/HSV350°5.06%92.94%
CMYK0.00%5.06%4.22%
7.06%

Color #EDE1E3 in popluar number systems.

HEXEDE1E3
Decimal237225227
Binary111011011110000111100011
Octal355341343

Shades and tints

Shades of #EDE1E3

#EDE1E3
(237,225,227)
#D8CDCF
(216,205,207)
#C3B9BB
(195,185,187)
#AEA5A7
(174,165,167)
#999193
(153,145,147)
#847D7F
(132,125,127)
#6F696B
(111,105,107)
#5A5557
(90,85,87)
#454143
(69,65,67)
#302D2F
(48,45,47)
#1B191B
(27,25,27)
#000000
(0,0,0)

Tints of #EDE1E3

#EDE1E3
(237,225,227)
#EEE3E5
(238,227,229)
#EFE5E7
(239,229,231)
#F0E7E9
(240,231,233)
#F1E9EB
(241,233,235)
#F2EBED
(242,235,237)
#F3EDEF
(243,237,239)
#F4EFF1
(244,239,241)
#F5F1F3
(245,241,243)
#F6F3F5
(246,243,245)
#F7F5F7
(247,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE1E3; }

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

This text font color is #EDE1E3.


Background Color

.myBgColor { background-color: #EDE1E3; }

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

This div background color is #EDE1E3.


Border color

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

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

This div border color is #EDE1E3.


Opacity

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

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

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

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

This text has shadow with #EDE1E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE1E3 on black background.


Color preview on white background

This text has color #EDE1E3 on white background.



Black color preview on #EDE1E3 background

This text has black color on #EDE1E3 background.


White color preview on #EDE1E3 background

This text has white color on #EDE1E3 background.