COLOR #ECDCDA

HEX: #ECDCDA
RGB: (236,220,218)

Color info

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

RGB color model

#ECDCDA color RGB value is (236,220,218).

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

RGB channels and saturation

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

236
220
218

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

Portions of RGB colors in percentages

R + G + B =
236 + 220 + 218 = 674 (100%)
R 236 of 674 ~ 35.01%
G 220 of 674 ~ 32.64%
B 218 of 674 ~ 32.34%

%35.01
%32.64
%32.34

CMYK color model

#ECDCDA color CMYK value is (0,7,8,7).

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

CMYK percentages

%0
%6.78
%7.63
%7.45

Codes

Color #ECDCDA in popluar color models

ECDCDA
RGB236220218
HSL32.14%89.02%
HSB/HSV7.63%92.55%
CMYK0.00%6.78%7.63%
7.45%

Color #ECDCDA in popluar number systems.

HEXECDCDA
Decimal236220218
Binary111011001101110011011010
Octal354334332

Shades and tints

Shades of #ECDCDA

#ECDCDA
(236,220,218)
#D7C8C7
(215,200,199)
#C2B4B4
(194,180,180)
#ADA0A1
(173,160,161)
#988C8E
(152,140,142)
#83787B
(131,120,123)
#6E6468
(110,100,104)
#595055
(89,80,85)
#443C42
(68,60,66)
#2F282F
(47,40,47)
#1A141C
(26,20,28)
#000000
(0,0,0)

Tints of #ECDCDA

#ECDCDA
(236,220,218)
#EDDFDD
(237,223,221)
#EEE2E0
(238,226,224)
#EFE5E3
(239,229,227)
#F0E8E6
(240,232,230)
#F1EBE9
(241,235,233)
#F2EEEC
(242,238,236)
#F3F1EF
(243,241,239)
#F4F4F2
(244,244,242)
#F5F7F5
(245,247,245)
#F6FAF8
(246,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECDCDA; }

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

This text font color is #ECDCDA.


Background Color

.myBgColor { background-color: #ECDCDA; }

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

This div background color is #ECDCDA.


Border color

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

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

This div border color is #ECDCDA.


Opacity

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

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

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

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

This text has shadow with #ECDCDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECDCDA on black background.


Color preview on white background

This text has color #ECDCDA on white background.



Black color preview on #ECDCDA background

This text has black color on #ECDCDA background.


White color preview on #ECDCDA background

This text has white color on #ECDCDA background.