COLOR #ECD3DA

HEX: #ECD3DA
RGB: (236,211,218)

Color info

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

RGB color model

#ECD3DA color RGB value is (236,211,218).

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

RGB channels and saturation

R 236 of 255 = 93%
G 211 of 255 = 83%
B 218 of 255 = 85%

236
211
218

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

Portions of RGB colors in percentages

R + G + B =
236 + 211 + 218 = 665 (100%)
R 236 of 665 ~ 35.49%
G 211 of 665 ~ 31.73%
B 218 of 665 ~ 32.78%

%35.49
%31.73
%32.78

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.59%
  • yellow value is 7.63%
  • key color value is 7.45%
CMYK:
(0,11,8,7)
C0M11Y8K7 
(0%,11%,8%,7%)
(0.00/0.11/0.08/0.07)	

CMYK percentages

%0
%10.59
%7.63
%7.45

Codes

Color #ECD3DA in popluar color models

ECD3DA
RGB236211218
HSL343°39.68%87.65%
HSB/HSV343°10.59%92.55%
CMYK0.00%10.59%7.63%
7.45%

Color #ECD3DA in popluar number systems.

HEXECD3DA
Decimal236211218
Binary111011001101001111011010
Octal354323332

Shades and tints

Shades of #ECD3DA

#ECD3DA
(236,211,218)
#D7C0C7
(215,192,199)
#C2ADB4
(194,173,180)
#AD9AA1
(173,154,161)
#98878E
(152,135,142)
#83747B
(131,116,123)
#6E6168
(110,97,104)
#594E55
(89,78,85)
#443B42
(68,59,66)
#2F282F
(47,40,47)
#1A151C
(26,21,28)
#000000
(0,0,0)

Tints of #ECD3DA

#ECD3DA
(236,211,218)
#EDD7DD
(237,215,221)
#EEDBE0
(238,219,224)
#EFDFE3
(239,223,227)
#F0E3E6
(240,227,230)
#F1E7E9
(241,231,233)
#F2EBEC
(242,235,236)
#F3EFEF
(243,239,239)
#F4F3F2
(244,243,242)
#F5F7F5
(245,247,245)
#F6FBF8
(246,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECD3DA; }

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

This text font color is #ECD3DA.


Background Color

.myBgColor { background-color: #ECD3DA; }

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

This div background color is #ECD3DA.


Border color

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

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

This div border color is #ECD3DA.


Opacity

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

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

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

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

This text has shadow with #ECD3DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECD3DA on black background.


Color preview on white background

This text has color #ECD3DA on white background.



Black color preview on #ECD3DA background

This text has black color on #ECD3DA background.


White color preview on #ECD3DA background

This text has white color on #ECD3DA background.