COLOR #ECDCDC

HEX: #ECDCDC
RGB: (236,220,220)

Color info

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

RGB color model

#ECDCDC color RGB value is (236,220,220).

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

RGB channels and saturation

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

236
220
220

R + G + B ~ 88%. #ECDCDC is light color.

Portions of RGB colors in percentages

R + G + B =
236 + 220 + 220 = 676 (100%)
R 236 of 676 ~ 34.91%
G 220 of 676 ~ 32.54%
B 220 of 676 ~ 32.54%

%34.91
%32.54
%32.54

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.78%
  • yellow value is 6.78%
  • key color value is 7.45%
CMYK:
(0,7,7,7)
C0M7Y7K7 
(0%,7%,7%,7%)
(0.00/0.07/0.07/0.07)	

CMYK percentages

%0
%6.78
%6.78
%7.45

Codes

Color #ECDCDC in popluar color models

ECDCDC
RGB236220220
HSL29.63%89.41%
HSB/HSV6.78%92.55%
CMYK0.00%6.78%6.78%
7.45%

Color #ECDCDC in popluar number systems.

HEXECDCDC
Decimal236220220
Binary111011001101110011011100
Octal354334334

Shades and tints

Shades of #ECDCDC

#ECDCDC
(236,220,220)
#D7C8C8
(215,200,200)
#C2B4B4
(194,180,180)
#ADA0A0
(173,160,160)
#988C8C
(152,140,140)
#837878
(131,120,120)
#6E6464
(110,100,100)
#595050
(89,80,80)
#443C3C
(68,60,60)
#2F2828
(47,40,40)
#1A1414
(26,20,20)
#000000
(0,0,0)

Tints of #ECDCDC

#ECDCDC
(236,220,220)
#EDDFDF
(237,223,223)
#EEE2E2
(238,226,226)
#EFE5E5
(239,229,229)
#F0E8E8
(240,232,232)
#F1EBEB
(241,235,235)
#F2EEEE
(242,238,238)
#F3F1F1
(243,241,241)
#F4F4F4
(244,244,244)
#F5F7F7
(245,247,247)
#F6FAFA
(246,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECDCDC; }

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

This text font color is #ECDCDC.


Background Color

.myBgColor { background-color: #ECDCDC; }

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

This div background color is #ECDCDC.


Border color

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

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

This div border color is #ECDCDC.


Opacity

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

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

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

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

This text has shadow with #ECDCDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECDCDC on black background.


Color preview on white background

This text has color #ECDCDC on white background.



Black color preview on #ECDCDC background

This text has black color on #ECDCDC background.


White color preview on #ECDCDC background

This text has white color on #ECDCDC background.