COLOR #ECD9E9

HEX: #ECD9E9
RGB: (236,217,233)

Color info

#ECD9E9 contains red, green and blue colors in about the same proportion. Web safe color of #ECD9E9 is #FFCCFF (or #FCF).

RGB color model

#ECD9E9 color RGB value is (236,217,233).

  • red value is 236;
  • green value is 217;
  • blue value is 233.
RGB:
(236,217,233)
(93%,85%,91%)

RGB channels and saturation

R 236 of 255 = 93%
G 217 of 255 = 85%
B 233 of 255 = 91%

236
217
233

R + G + B ~ 90%. #ECD9E9 is light color.

Portions of RGB colors in percentages

R + G + B =
236 + 217 + 233 = 686 (100%)
R 236 of 686 ~ 34.4%
G 217 of 686 ~ 31.63%
B 233 of 686 ~ 33.97%

%34.4
%31.63
%33.97

CMYK color model

#ECD9E9 color CMYK value is (0,8,1,7).

  • cyan value is 0.00%
  • magenta value is 8.05%
  • yellow value is 1.27%
  • key color value is 7.45%
CMYK:
(0,8,1,7)
C0M8Y1K7 
(0%,8%,1%,7%)
(0.00/0.08/0.01/0.07)	

CMYK percentages

%0
%8.05
%1.27
%7.45

Codes

Color #ECD9E9 in popluar color models

ECD9E9
RGB236217233
HSL309°33.33%88.82%
HSB/HSV309°8.05%92.55%
CMYK0.00%8.05%1.27%
7.45%

Color #ECD9E9 in popluar number systems.

HEXECD9E9
Decimal236217233
Binary111011001101100111101001
Octal354331351

Shades and tints

Shades of #ECD9E9

#ECD9E9
(236,217,233)
#D7C6D4
(215,198,212)
#C2B3BF
(194,179,191)
#ADA0AA
(173,160,170)
#988D95
(152,141,149)
#837A80
(131,122,128)
#6E676B
(110,103,107)
#595456
(89,84,86)
#444141
(68,65,65)
#2F2E2C
(47,46,44)
#1A1B17
(26,27,23)
#000000
(0,0,0)

Tints of #ECD9E9

#ECD9E9
(236,217,233)
#EDDCEB
(237,220,235)
#EEDFED
(238,223,237)
#EFE2EF
(239,226,239)
#F0E5F1
(240,229,241)
#F1E8F3
(241,232,243)
#F2EBF5
(242,235,245)
#F3EEF7
(243,238,247)
#F4F1F9
(244,241,249)
#F5F4FB
(245,244,251)
#F6F7FD
(246,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECD9E9 color. Also use rgb(236,217,233) instead hex code.

Text Font Color

.myTextColor { color: #ECD9E9; }

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

This text font color is #ECD9E9.


Background Color

.myBgColor { background-color: #ECD9E9; }

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

This div background color is #ECD9E9.


Border color

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

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

This div border color is #ECD9E9.


Opacity

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

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

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

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

This text has shadow with #ECD9E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECD9E9 on black background.


Color preview on white background

This text has color #ECD9E9 on white background.



Black color preview on #ECD9E9 background

This text has black color on #ECD9E9 background.


White color preview on #ECD9E9 background

This text has white color on #ECD9E9 background.