COLOR #EDECDC

HEX: #EDECDC
RGB: (237,236,220)

Color info

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

RGB color model

#EDECDC color RGB value is (237,236,220).

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

RGB channels and saturation

R 237 of 255 = 93%
G 236 of 255 = 93%
B 220 of 255 = 86%

237
236
220

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

Portions of RGB colors in percentages

R + G + B =
237 + 236 + 220 = 693 (100%)
R 237 of 693 ~ 34.2%
G 236 of 693 ~ 34.05%
B 220 of 693 ~ 31.75%

%34.2
%34.05
%31.75

CMYK color model

#EDECDC color CMYK value is (0,0,7,7).

  • cyan value is 0.00%
  • magenta value is 0.42%
  • yellow value is 7.17%
  • key color value is 7.06%
CMYK:
(0,0,7,7)
C0M0Y7K7 
(0%,0%,7%,7%)
(0.00/0.00/0.07/0.07)	

CMYK percentages

%0
%0.42
%7.17
%7.06

Codes

Color #EDECDC in popluar color models

EDECDC
RGB237236220
HSL56°32.08%89.61%
HSB/HSV56°7.17%92.94%
CMYK0.00%0.42%7.17%
7.06%

Color #EDECDC in popluar number systems.

HEXEDECDC
Decimal237236220
Binary111011011110110011011100
Octal355354334

Shades and tints

Shades of #EDECDC

#EDECDC
(237,236,220)
#D8D7C8
(216,215,200)
#C3C2B4
(195,194,180)
#AEADA0
(174,173,160)
#99988C
(153,152,140)
#848378
(132,131,120)
#6F6E64
(111,110,100)
#5A5950
(90,89,80)
#45443C
(69,68,60)
#302F28
(48,47,40)
#1B1A14
(27,26,20)
#000000
(0,0,0)

Tints of #EDECDC

#EDECDC
(237,236,220)
#EEEDDF
(238,237,223)
#EFEEE2
(239,238,226)
#F0EFE5
(240,239,229)
#F1F0E8
(241,240,232)
#F2F1EB
(242,241,235)
#F3F2EE
(243,242,238)
#F4F3F1
(244,243,241)
#F5F4F4
(245,244,244)
#F6F5F7
(246,245,247)
#F7F6FA
(247,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDECDC; }

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

This text font color is #EDECDC.


Background Color

.myBgColor { background-color: #EDECDC; }

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

This div background color is #EDECDC.


Border color

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

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

This div border color is #EDECDC.


Opacity

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

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

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

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

This text has shadow with #EDECDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDECDC on black background.


Color preview on white background

This text has color #EDECDC on white background.



Black color preview on #EDECDC background

This text has black color on #EDECDC background.


White color preview on #EDECDC background

This text has white color on #EDECDC background.