COLOR #EDECEC

HEX: #EDECEC
RGB: (237,236,236)

Color info

#EDECEC contains red, green and blue colors in about the same proportion. Web safe color of #EDECEC is #FFFFFF (or #FFF).

RGB color model

#EDECEC color RGB value is (237,236,236).

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

RGB channels and saturation

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

237
236
236

R + G + B ~ 93%. #EDECEC is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 236 + 236 = 709 (100%)
R 237 of 709 ~ 33.43%
G 236 of 709 ~ 33.29%
B 236 of 709 ~ 33.29%

%33.43
%33.29
%33.29

CMYK color model

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

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

CMYK percentages

%0
%0.42
%0.42
%7.06

Codes

Color #EDECEC in popluar color models

EDECEC
RGB237236236
HSL2.70%92.75%
HSB/HSV0.42%92.94%
CMYK0.00%0.42%0.42%
7.06%

Color #EDECEC in popluar number systems.

HEXEDECEC
Decimal237236236
Binary111011011110110011101100
Octal355354354

Shades and tints

Shades of #EDECEC

#EDECEC
(237,236,236)
#D8D7D7
(216,215,215)
#C3C2C2
(195,194,194)
#AEADAD
(174,173,173)
#999898
(153,152,152)
#848383
(132,131,131)
#6F6E6E
(111,110,110)
#5A5959
(90,89,89)
#454444
(69,68,68)
#302F2F
(48,47,47)
#1B1A1A
(27,26,26)
#000000
(0,0,0)

Tints of #EDECEC

#EDECEC
(237,236,236)
#EEEDED
(238,237,237)
#EFEEEE
(239,238,238)
#F0EFEF
(240,239,239)
#F1F0F0
(241,240,240)
#F2F1F1
(242,241,241)
#F3F2F2
(243,242,242)
#F4F3F3
(244,243,243)
#F5F4F4
(245,244,244)
#F6F5F5
(246,245,245)
#F7F6F6
(247,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDECEC; }

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

This text font color is #EDECEC.


Background Color

.myBgColor { background-color: #EDECEC; }

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

This div background color is #EDECEC.


Border color

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

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

This div border color is #EDECEC.


Opacity

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

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

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

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

This text has shadow with #EDECEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDECEC on black background.


Color preview on white background

This text has color #EDECEC on white background.



Black color preview on #EDECEC background

This text has black color on #EDECEC background.


White color preview on #EDECEC background

This text has white color on #EDECEC background.