COLOR #ECD7E6

HEX: #ECD7E6
RGB: (236,215,230)

Color info

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

RGB color model

#ECD7E6 color RGB value is (236,215,230).

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

RGB channels and saturation

R 236 of 255 = 93%
G 215 of 255 = 84%
B 230 of 255 = 90%

236
215
230

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

Portions of RGB colors in percentages

R + G + B =
236 + 215 + 230 = 681 (100%)
R 236 of 681 ~ 34.65%
G 215 of 681 ~ 31.57%
B 230 of 681 ~ 33.77%

%34.65
%31.57
%33.77

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.90%
  • yellow value is 2.54%
  • key color value is 7.45%
CMYK:
(0,9,3,7)
C0M9Y3K7 
(0%,9%,3%,7%)
(0.00/0.09/0.03/0.07)	

CMYK percentages

%0
%8.9
%2.54
%7.45

Codes

Color #ECD7E6 in popluar color models

ECD7E6
RGB236215230
HSL317°35.59%88.43%
HSB/HSV317°8.90%92.55%
CMYK0.00%8.90%2.54%
7.45%

Color #ECD7E6 in popluar number systems.

HEXECD7E6
Decimal236215230
Binary111011001101011111100110
Octal354327346

Shades and tints

Shades of #ECD7E6

#ECD7E6
(236,215,230)
#D7C4D2
(215,196,210)
#C2B1BE
(194,177,190)
#AD9EAA
(173,158,170)
#988B96
(152,139,150)
#837882
(131,120,130)
#6E656E
(110,101,110)
#59525A
(89,82,90)
#443F46
(68,63,70)
#2F2C32
(47,44,50)
#1A191E
(26,25,30)
#000000
(0,0,0)

Tints of #ECD7E6

#ECD7E6
(236,215,230)
#EDDAE8
(237,218,232)
#EEDDEA
(238,221,234)
#EFE0EC
(239,224,236)
#F0E3EE
(240,227,238)
#F1E6F0
(241,230,240)
#F2E9F2
(242,233,242)
#F3ECF4
(243,236,244)
#F4EFF6
(244,239,246)
#F5F2F8
(245,242,248)
#F6F5FA
(246,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECD7E6; }

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

This text font color is #ECD7E6.


Background Color

.myBgColor { background-color: #ECD7E6; }

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

This div background color is #ECD7E6.


Border color

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

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

This div border color is #ECD7E6.


Opacity

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

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

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

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

This text has shadow with #ECD7E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECD7E6 on black background.


Color preview on white background

This text has color #ECD7E6 on white background.



Black color preview on #ECD7E6 background

This text has black color on #ECD7E6 background.


White color preview on #ECD7E6 background

This text has white color on #ECD7E6 background.