COLOR #ECEDEC

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

236
237
236

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

Portions of RGB colors in percentages

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

%33.29
%33.43
%33.29

CMYK color model

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

  • cyan value is 0.42%
  • magenta value is 0.00%
  • 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.42
%0
%0.42
%7.06

Codes

Color #ECEDEC in popluar color models

ECEDEC
RGB236237236
HSL120°2.70%92.75%
HSB/HSV120°0.42%92.94%
CMYK0.42%0.00%0.42%
7.06%

Color #ECEDEC in popluar number systems.

HEXECEDEC
Decimal236237236
Binary111011001110110111101100
Octal354355354

Shades and tints

Shades of #ECEDEC

#ECEDEC
(236,237,236)
#D7D8D7
(215,216,215)
#C2C3C2
(194,195,194)
#ADAEAD
(173,174,173)
#989998
(152,153,152)
#838483
(131,132,131)
#6E6F6E
(110,111,110)
#595A59
(89,90,89)
#444544
(68,69,68)
#2F302F
(47,48,47)
#1A1B1A
(26,27,26)
#000000
(0,0,0)

Tints of #ECEDEC

#ECEDEC
(236,237,236)
#EDEEED
(237,238,237)
#EEEFEE
(238,239,238)
#EFF0EF
(239,240,239)
#F0F1F0
(240,241,240)
#F1F2F1
(241,242,241)
#F2F3F2
(242,243,242)
#F3F4F3
(243,244,243)
#F4F5F4
(244,245,244)
#F5F6F5
(245,246,245)
#F6F7F6
(246,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECEDEC; }

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

This text font color is #ECEDEC.


Background Color

.myBgColor { background-color: #ECEDEC; }

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

This div background color is #ECEDEC.


Border color

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

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

This div border color is #ECEDEC.


Opacity

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

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

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

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

This text has shadow with #ECEDEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECEDEC on black background.


Color preview on white background

This text has color #ECEDEC on white background.



Black color preview on #ECEDEC background

This text has black color on #ECEDEC background.


White color preview on #ECEDEC background

This text has white color on #ECEDEC background.