COLOR #ECD4E3

HEX: #ECD4E3
RGB: (236,212,227)

Color info

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

RGB color model

#ECD4E3 color RGB value is (236,212,227).

  • red value is 236;
  • green value is 212;
  • blue value is 227.
RGB:
(236,212,227)
(93%,83%,89%)

RGB channels and saturation

R 236 of 255 = 93%
G 212 of 255 = 83%
B 227 of 255 = 89%

236
212
227

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

Portions of RGB colors in percentages

R + G + B =
236 + 212 + 227 = 675 (100%)
R 236 of 675 ~ 34.96%
G 212 of 675 ~ 31.41%
B 227 of 675 ~ 33.63%

%34.96
%31.41
%33.63

CMYK color model

#ECD4E3 color CMYK value is (0,10,4,7).

  • cyan value is 0.00%
  • magenta value is 10.17%
  • yellow value is 3.81%
  • key color value is 7.45%
CMYK:
(0,10,4,7)
C0M10Y4K7 
(0%,10%,4%,7%)
(0.00/0.10/0.04/0.07)	

CMYK percentages

%0
%10.17
%3.81
%7.45

Codes

Color #ECD4E3 in popluar color models

ECD4E3
RGB236212227
HSL323°38.71%87.84%
HSB/HSV323°10.17%92.55%
CMYK0.00%10.17%3.81%
7.45%

Color #ECD4E3 in popluar number systems.

HEXECD4E3
Decimal236212227
Binary111011001101010011100011
Octal354324343

Shades and tints

Shades of #ECD4E3

#ECD4E3
(236,212,227)
#D7C1CF
(215,193,207)
#C2AEBB
(194,174,187)
#AD9BA7
(173,155,167)
#988893
(152,136,147)
#83757F
(131,117,127)
#6E626B
(110,98,107)
#594F57
(89,79,87)
#443C43
(68,60,67)
#2F292F
(47,41,47)
#1A161B
(26,22,27)
#000000
(0,0,0)

Tints of #ECD4E3

#ECD4E3
(236,212,227)
#EDD7E5
(237,215,229)
#EEDAE7
(238,218,231)
#EFDDE9
(239,221,233)
#F0E0EB
(240,224,235)
#F1E3ED
(241,227,237)
#F2E6EF
(242,230,239)
#F3E9F1
(243,233,241)
#F4ECF3
(244,236,243)
#F5EFF5
(245,239,245)
#F6F2F7
(246,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECD4E3 color. Also use rgb(236,212,227) instead hex code.

Text Font Color

.myTextColor { color: #ECD4E3; }

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

This text font color is #ECD4E3.


Background Color

.myBgColor { background-color: #ECD4E3; }

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

This div background color is #ECD4E3.


Border color

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

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

This div border color is #ECD4E3.


Opacity

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

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

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

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

This text has shadow with #ECD4E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECD4E3 on black background.


Color preview on white background

This text has color #ECD4E3 on white background.



Black color preview on #ECD4E3 background

This text has black color on #ECD4E3 background.


White color preview on #ECD4E3 background

This text has white color on #ECD4E3 background.