COLOR #ECA9CE

HEX: #ECA9CE
RGB: (236,169,206)

Color info

#ECA9CE contains mainly red and blue colors. Web safe color of #ECA9CE is #FF99CC (or #F9C).

RGB color model

#ECA9CE color RGB value is (236,169,206).

  • red value is 236;
  • green value is 169;
  • blue value is 206.
RGB:
(236,169,206)
(93%,66%,81%)

RGB channels and saturation

R 236 of 255 = 93%
G 169 of 255 = 66%
B 206 of 255 = 81%

236
169
206

R + G + B ~ 80%. #ECA9CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 169 + 206 = 611 (100%)
R 236 of 611 ~ 38.63%
G 169 of 611 ~ 27.66%
B 206 of 611 ~ 33.72%

%38.63
%27.66
%33.72

CMYK color model

#ECA9CE color CMYK value is (0,28,13,7).

  • cyan value is 0.00%
  • magenta value is 28.39%
  • yellow value is 12.71%
  • key color value is 7.45%
CMYK:
(0,28,13,7)
C0M28Y13K7 
(0%,28%,13%,7%)
(0.00/0.28/0.13/0.07)	

CMYK percentages

%0
%28.39
%12.71
%7.45

Codes

Color #ECA9CE in popluar color models

ECA9CE
RGB236169206
HSL327°63.81%79.41%
HSB/HSV327°28.39%92.55%
CMYK0.00%28.39%12.71%
7.45%

Color #ECA9CE in popluar number systems.

HEXECA9CE
Decimal236169206
Binary111011001010100111001110
Octal354251316

Shades and tints

Shades of #ECA9CE

#ECA9CE
(236,169,206)
#D79ABC
(215,154,188)
#C28BAA
(194,139,170)
#AD7C98
(173,124,152)
#986D86
(152,109,134)
#835E74
(131,94,116)
#6E4F62
(110,79,98)
#594050
(89,64,80)
#44313E
(68,49,62)
#2F222C
(47,34,44)
#1A131A
(26,19,26)
#000000
(0,0,0)

Tints of #ECA9CE

#ECA9CE
(236,169,206)
#EDB0D2
(237,176,210)
#EEB7D6
(238,183,214)
#EFBEDA
(239,190,218)
#F0C5DE
(240,197,222)
#F1CCE2
(241,204,226)
#F2D3E6
(242,211,230)
#F3DAEA
(243,218,234)
#F4E1EE
(244,225,238)
#F5E8F2
(245,232,242)
#F6EFF6
(246,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECA9CE color. Also use rgb(236,169,206) instead hex code.

Text Font Color

.myTextColor { color: #ECA9CE; }

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

This text font color is #ECA9CE.


Background Color

.myBgColor { background-color: #ECA9CE; }

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

This div background color is #ECA9CE.


Border color

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

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

This div border color is #ECA9CE.


Opacity

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

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

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

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

This text has shadow with #ECA9CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECA9CE on black background.


Color preview on white background

This text has color #ECA9CE on white background.



Black color preview on #ECA9CE background

This text has black color on #ECA9CE background.


White color preview on #ECA9CE background

This text has white color on #ECA9CE background.