COLOR #EDE1E1

HEX: #EDE1E1
RGB: (237,225,225)

Color info

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

RGB color model

#EDE1E1 color RGB value is (237,225,225).

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

RGB channels and saturation

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

237
225
225

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

Portions of RGB colors in percentages

R + G + B =
237 + 225 + 225 = 687 (100%)
R 237 of 687 ~ 34.5%
G 225 of 687 ~ 32.75%
B 225 of 687 ~ 32.75%

%34.5
%32.75
%32.75

CMYK color model

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

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

CMYK percentages

%0
%5.06
%5.06
%7.06

Codes

Color #EDE1E1 in popluar color models

EDE1E1
RGB237225225
HSL25.00%90.59%
HSB/HSV5.06%92.94%
CMYK0.00%5.06%5.06%
7.06%

Color #EDE1E1 in popluar number systems.

HEXEDE1E1
Decimal237225225
Binary111011011110000111100001
Octal355341341

Shades and tints

Shades of #EDE1E1

#EDE1E1
(237,225,225)
#D8CDCD
(216,205,205)
#C3B9B9
(195,185,185)
#AEA5A5
(174,165,165)
#999191
(153,145,145)
#847D7D
(132,125,125)
#6F6969
(111,105,105)
#5A5555
(90,85,85)
#454141
(69,65,65)
#302D2D
(48,45,45)
#1B1919
(27,25,25)
#000000
(0,0,0)

Tints of #EDE1E1

#EDE1E1
(237,225,225)
#EEE3E3
(238,227,227)
#EFE5E5
(239,229,229)
#F0E7E7
(240,231,231)
#F1E9E9
(241,233,233)
#F2EBEB
(242,235,235)
#F3EDED
(243,237,237)
#F4EFEF
(244,239,239)
#F5F1F1
(245,241,241)
#F6F3F3
(246,243,243)
#F7F5F5
(247,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE1E1; }

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

This text font color is #EDE1E1.


Background Color

.myBgColor { background-color: #EDE1E1; }

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

This div background color is #EDE1E1.


Border color

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

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

This div border color is #EDE1E1.


Opacity

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

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

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

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

This text has shadow with #EDE1E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE1E1 on black background.


Color preview on white background

This text has color #EDE1E1 on white background.



Black color preview on #EDE1E1 background

This text has black color on #EDE1E1 background.


White color preview on #EDE1E1 background

This text has white color on #EDE1E1 background.