COLOR #ECD3D8

HEX: #ECD3D8
RGB: (236,211,216)

Color info

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

RGB color model

#ECD3D8 color RGB value is (236,211,216).

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

RGB channels and saturation

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

236
211
216

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

Portions of RGB colors in percentages

R + G + B =
236 + 211 + 216 = 663 (100%)
R 236 of 663 ~ 35.6%
G 211 of 663 ~ 31.83%
B 216 of 663 ~ 32.58%

%35.6
%31.83
%32.58

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.59%
  • yellow value is 8.47%
  • 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
%8.47
%7.45

Codes

Color #ECD3D8 in popluar color models

ECD3D8
RGB236211216
HSL348°39.68%87.65%
HSB/HSV348°10.59%92.55%
CMYK0.00%10.59%8.47%
7.45%

Color #ECD3D8 in popluar number systems.

HEXECD3D8
Decimal236211216
Binary111011001101001111011000
Octal354323330

Shades and tints

Shades of #ECD3D8

#ECD3D8
(236,211,216)
#D7C0C5
(215,192,197)
#C2ADB2
(194,173,178)
#AD9A9F
(173,154,159)
#98878C
(152,135,140)
#837479
(131,116,121)
#6E6166
(110,97,102)
#594E53
(89,78,83)
#443B40
(68,59,64)
#2F282D
(47,40,45)
#1A151A
(26,21,26)
#000000
(0,0,0)

Tints of #ECD3D8

#ECD3D8
(236,211,216)
#EDD7DB
(237,215,219)
#EEDBDE
(238,219,222)
#EFDFE1
(239,223,225)
#F0E3E4
(240,227,228)
#F1E7E7
(241,231,231)
#F2EBEA
(242,235,234)
#F3EFED
(243,239,237)
#F4F3F0
(244,243,240)
#F5F7F3
(245,247,243)
#F6FBF6
(246,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECD3D8; }

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

This text font color is #ECD3D8.


Background Color

.myBgColor { background-color: #ECD3D8; }

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

This div background color is #ECD3D8.


Border color

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

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

This div border color is #ECD3D8.


Opacity

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

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

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

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

This text has shadow with #ECD3D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECD3D8 on black background.


Color preview on white background

This text has color #ECD3D8 on white background.



Black color preview on #ECD3D8 background

This text has black color on #ECD3D8 background.


White color preview on #ECD3D8 background

This text has white color on #ECD3D8 background.