COLOR #EDECE1

HEX: #EDECE1
RGB: (237,236,225)

Color info

#EDECE1 contains red, green and blue colors in about the same proportion. Web safe color of #EDECE1 is #FFFFCC (or #FFC).

RGB color model

#EDECE1 color RGB value is (237,236,225).

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

RGB channels and saturation

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

237
236
225

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

Portions of RGB colors in percentages

R + G + B =
237 + 236 + 225 = 698 (100%)
R 237 of 698 ~ 33.95%
G 236 of 698 ~ 33.81%
B 225 of 698 ~ 32.23%

%33.95
%33.81
%32.23

CMYK color model

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

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

CMYK percentages

%0
%0.42
%5.06
%7.06

Codes

Color #EDECE1 in popluar color models

EDECE1
RGB237236225
HSL55°25.00%90.59%
HSB/HSV55°5.06%92.94%
CMYK0.00%0.42%5.06%
7.06%

Color #EDECE1 in popluar number systems.

HEXEDECE1
Decimal237236225
Binary111011011110110011100001
Octal355354341

Shades and tints

Shades of #EDECE1

#EDECE1
(237,236,225)
#D8D7CD
(216,215,205)
#C3C2B9
(195,194,185)
#AEADA5
(174,173,165)
#999891
(153,152,145)
#84837D
(132,131,125)
#6F6E69
(111,110,105)
#5A5955
(90,89,85)
#454441
(69,68,65)
#302F2D
(48,47,45)
#1B1A19
(27,26,25)
#000000
(0,0,0)

Tints of #EDECE1

#EDECE1
(237,236,225)
#EEEDE3
(238,237,227)
#EFEEE5
(239,238,229)
#F0EFE7
(240,239,231)
#F1F0E9
(241,240,233)
#F2F1EB
(242,241,235)
#F3F2ED
(243,242,237)
#F4F3EF
(244,243,239)
#F5F4F1
(245,244,241)
#F6F5F3
(246,245,243)
#F7F6F5
(247,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDECE1; }

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

This text font color is #EDECE1.


Background Color

.myBgColor { background-color: #EDECE1; }

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

This div background color is #EDECE1.


Border color

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

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

This div border color is #EDECE1.


Opacity

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

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

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

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

This text has shadow with #EDECE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDECE1 on black background.


Color preview on white background

This text has color #EDECE1 on white background.



Black color preview on #EDECE1 background

This text has black color on #EDECE1 background.


White color preview on #EDECE1 background

This text has white color on #EDECE1 background.