COLOR #ECD7E2

HEX: #ECD7E2
RGB: (236,215,226)

Color info

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

RGB color model

#ECD7E2 color RGB value is (236,215,226).

  • red value is 236;
  • green value is 215;
  • blue value is 226.
RGB:
(236,215,226)
(93%,84%,89%)

RGB channels and saturation

R 236 of 255 = 93%
G 215 of 255 = 84%
B 226 of 255 = 89%

236
215
226

R + G + B ~ 89%. #ECD7E2 is light color.

Portions of RGB colors in percentages

R + G + B =
236 + 215 + 226 = 677 (100%)
R 236 of 677 ~ 34.86%
G 215 of 677 ~ 31.76%
B 226 of 677 ~ 33.38%

%34.86
%31.76
%33.38

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.90%
  • yellow value is 4.24%
  • key color value is 7.45%
CMYK:
(0,9,4,7)
C0M9Y4K7 
(0%,9%,4%,7%)
(0.00/0.09/0.04/0.07)	

CMYK percentages

%0
%8.9
%4.24
%7.45

Codes

Color #ECD7E2 in popluar color models

ECD7E2
RGB236215226
HSL329°35.59%88.43%
HSB/HSV329°8.90%92.55%
CMYK0.00%8.90%4.24%
7.45%

Color #ECD7E2 in popluar number systems.

HEXECD7E2
Decimal236215226
Binary111011001101011111100010
Octal354327342

Shades and tints

Shades of #ECD7E2

#ECD7E2
(236,215,226)
#D7C4CE
(215,196,206)
#C2B1BA
(194,177,186)
#AD9EA6
(173,158,166)
#988B92
(152,139,146)
#83787E
(131,120,126)
#6E656A
(110,101,106)
#595256
(89,82,86)
#443F42
(68,63,66)
#2F2C2E
(47,44,46)
#1A191A
(26,25,26)
#000000
(0,0,0)

Tints of #ECD7E2

#ECD7E2
(236,215,226)
#EDDAE4
(237,218,228)
#EEDDE6
(238,221,230)
#EFE0E8
(239,224,232)
#F0E3EA
(240,227,234)
#F1E6EC
(241,230,236)
#F2E9EE
(242,233,238)
#F3ECF0
(243,236,240)
#F4EFF2
(244,239,242)
#F5F2F4
(245,242,244)
#F6F5F6
(246,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECD7E2; }

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

This text font color is #ECD7E2.


Background Color

.myBgColor { background-color: #ECD7E2; }

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

This div background color is #ECD7E2.


Border color

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

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

This div border color is #ECD7E2.


Opacity

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

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

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

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

This text has shadow with #ECD7E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECD7E2 on black background.


Color preview on white background

This text has color #ECD7E2 on white background.



Black color preview on #ECD7E2 background

This text has black color on #ECD7E2 background.


White color preview on #ECD7E2 background

This text has white color on #ECD7E2 background.