COLOR #ECD7E3

HEX: #ECD7E3 RGB: (236,215,227)

Color info

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

RGB color model

#ECD7E3 color RGB value is (236,215,227).

RGB: (236,215,227) (93%, 84%, 89%)

RGB channels and saturation

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

236
215
227

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

Portions of RGB colors in percentages

R + G + B = 236 + 215 + 227 = 678 (100%)
R 236 of 678 ~ 34.81%
G 215 of 678 ~ 31.71%
B 227 of 678 ~ 33.48'%

%34.81
%31.71
%33.48

CMYK color model

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

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

Codes

Color #ECD7E3 in popluar color models

EC D7 E3
RGB 236 215 227
HSL 326° 35.59% 88.43%
HSB/HSV 326° 8.90% 92.55%
CMYK 0.00% 8.90% 3.81%
7.45%

Color #ECD7E3 in popluar number systems.

HEX EC D7 E3
Decimal 236 215 227
Binary 11101100 11010111 11100011
Octal 354 327 343

Shades and tints

Shades of #ECD7E3

#ECD7E3
(236,215,227)
#D7C4CF
(215,196,207)
#C2B1BB
(194,177,187)
#AD9EA7
(173,158,167)
#988B93
(152,139,147)
#83787F
(131,120,127)
#6E656B
(110,101,107)
#595257
(89,82,87)
#443F43
(68,63,67)
#2F2C2F
(47,44,47)
#1A191B
(26,25,27)
#000000
(0,0,0)

Tints of #ECD7E3

#ECD7E3
(236,215,227)
#EDDAE5
(237,218,229)
#EEDDE7
(238,221,231)
#EFE0E9
(239,224,233)
#F0E3EB
(240,227,235)
#F1E6ED
(241,230,237)
#F2E9EF
(242,233,239)
#F3ECF1
(243,236,241)
#F4EFF3
(244,239,243)
#F5F2F5
(245,242,245)
#F6F5F7
(246,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECD7E3; }

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

This text font color is #ECD7E3.

Background Color

.myBgColor { background-color: #ECD7E3; }

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

This div background color is #ECD7E3.

Border color

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

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

This div border color is #ECD7E3.

Opacity

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

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

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

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

This text has shadow with #ECD7E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECD7E3.

Preview

Color preview on black background

This text has color #ECD7E3 on black background.


Color preview on white background

This text has color #ECD7E3 on white background.


Black color preview on #ECD7E3 background

This text has black color on #ECD7E3 background.


White color preview on #ECD7E3 background

This text has white color on #ECD7E3 background.


Related colors

Complementary color

Complementary color for #hex is #13281C.


I love getcolorcode.com

Triadic colors

1 #E3ECD7 and #D7E3EC with #ECD7E3 are triadic colors.

2 #E3D7EC and #D7ECE3 with #ECD7E3 are triadic colors.