COLOR #ECD6D6

HEX: #ECD6D6 RGB: (236,214,214)

Color info

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

RGB color model

#ECD6D6 color RGB value is (236,214,214).

RGB: (236,214,214) (93%, 84%, 84%)

RGB channels and saturation

R 236 of 255 = 93%
G 214 of 255 = 84%
B 214 of 255 = 84%

236
214
214

R + G + B ~ 87%. #ECD6D6 is light color.

Portions of RGB colors in percentages

R + G + B = 236 + 214 + 214 = 664 (100%)
R 236 of 664 ~ 35.54%
G 214 of 664 ~ 32.23%
B 214 of 664 ~ 32.23'%

%35.54
%32.23
%32.23

CMYK color model

#ECD6D6 color CMYK value is (0,9,9,7).

  • cyan value is 0.00%
  • magenta value is 9.32%
  • yellow value is 9.32%
  • key color value is 7.45%

CMYK: (0,9,9,7)
C0M9Y9K7 (0%, 9%, 9%, 7%)
(0.00 / 0.09 / 0.09 / 0.07)

CMYK percentages

%0
%9.32
%9.32
%7.45

Codes

Color #ECD6D6 in popluar color models

EC D6 D6
RGB 236 214 214
HSL 36.67% 88.24%
HSB/HSV 9.32% 92.55%
CMYK 0.00% 9.32% 9.32%
7.45%

Color #ECD6D6 in popluar number systems.

HEX EC D6 D6
Decimal 236 214 214
Binary 11101100 11010110 11010110
Octal 354 326 326

Shades and tints

Shades of #ECD6D6

#ECD6D6
(236,214,214)
#D7C3C3
(215,195,195)
#C2B0B0
(194,176,176)
#AD9D9D
(173,157,157)
#988A8A
(152,138,138)
#837777
(131,119,119)
#6E6464
(110,100,100)
#595151
(89,81,81)
#443E3E
(68,62,62)
#2F2B2B
(47,43,43)
#1A1818
(26,24,24)
#000000
(0,0,0)

Tints of #ECD6D6

#ECD6D6
(236,214,214)
#EDD9D9
(237,217,217)
#EEDCDC
(238,220,220)
#EFDFDF
(239,223,223)
#F0E2E2
(240,226,226)
#F1E5E5
(241,229,229)
#F2E8E8
(242,232,232)
#F3EBEB
(243,235,235)
#F4EEEE
(244,238,238)
#F5F1F1
(245,241,241)
#F6F4F4
(246,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECD6D6; }

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

This text font color is #ECD6D6.

Background Color

.myBgColor { background-color: #ECD6D6; }

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

This div background color is #ECD6D6.

Border color

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

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

This div border color is #ECD6D6.

Opacity

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

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

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

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

This text has shadow with #ECD6D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECD6D6.

Preview

Color preview on black background

This text has color #ECD6D6 on black background.


Color preview on white background

This text has color #ECD6D6 on white background.


Black color preview on #ECD6D6 background

This text has black color on #ECD6D6 background.


White color preview on #ECD6D6 background

This text has white color on #ECD6D6 background.


Related colors

Complementary color

Complementary color for #hex is #132929.


I love getcolorcode.com