COLOR #ECA8DC

HEX: #ECA8DC
RGB: (236,168,220)

Color info

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

RGB color model

#ECA8DC color RGB value is (236,168,220).

  • red value is 236;
  • green value is 168;
  • blue value is 220.
RGB:
(236,168,220)
(93%,66%,86%)

RGB channels and saturation

R 236 of 255 = 93%
G 168 of 255 = 66%
B 220 of 255 = 86%

236
168
220

R + G + B ~ 82%. #ECA8DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 168 + 220 = 624 (100%)
R 236 of 624 ~ 37.82%
G 168 of 624 ~ 26.92%
B 220 of 624 ~ 35.26%

%37.82
%26.92
%35.26

CMYK color model

#ECA8DC color CMYK value is (0,29,7,7).

  • cyan value is 0.00%
  • magenta value is 28.81%
  • yellow value is 6.78%
  • key color value is 7.45%
CMYK:
(0,29,7,7)
C0M29Y7K7 
(0%,29%,7%,7%)
(0.00/0.29/0.07/0.07)	

CMYK percentages

%0
%28.81
%6.78
%7.45

Codes

Color #ECA8DC in popluar color models

ECA8DC
RGB236168220
HSL314°64.15%79.22%
HSB/HSV314°28.81%92.55%
CMYK0.00%28.81%6.78%
7.45%

Color #ECA8DC in popluar number systems.

HEXECA8DC
Decimal236168220
Binary111011001010100011011100
Octal354250334

Shades and tints

Shades of #ECA8DC

#ECA8DC
(236,168,220)
#D799C8
(215,153,200)
#C28AB4
(194,138,180)
#AD7BA0
(173,123,160)
#986C8C
(152,108,140)
#835D78
(131,93,120)
#6E4E64
(110,78,100)
#593F50
(89,63,80)
#44303C
(68,48,60)
#2F2128
(47,33,40)
#1A1214
(26,18,20)
#000000
(0,0,0)

Tints of #ECA8DC

#ECA8DC
(236,168,220)
#EDAFDF
(237,175,223)
#EEB6E2
(238,182,226)
#EFBDE5
(239,189,229)
#F0C4E8
(240,196,232)
#F1CBEB
(241,203,235)
#F2D2EE
(242,210,238)
#F3D9F1
(243,217,241)
#F4E0F4
(244,224,244)
#F5E7F7
(245,231,247)
#F6EEFA
(246,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECA8DC color. Also use rgb(236,168,220) instead hex code.

Text Font Color

.myTextColor { color: #ECA8DC; }

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

This text font color is #ECA8DC.


Background Color

.myBgColor { background-color: #ECA8DC; }

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

This div background color is #ECA8DC.


Border color

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

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

This div border color is #ECA8DC.


Opacity

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

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

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

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

This text has shadow with #ECA8DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECA8DC on black background.


Color preview on white background

This text has color #ECA8DC on white background.



Black color preview on #ECA8DC background

This text has black color on #ECA8DC background.


White color preview on #ECA8DC background

This text has white color on #ECA8DC background.