COLOR #ECA8D0

HEX: #ECA8D0
RGB: (236,168,208)

Color info

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

RGB color model

#ECA8D0 color RGB value is (236,168,208).

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

RGB channels and saturation

R 236 of 255 = 93%
G 168 of 255 = 66%
B 208 of 255 = 82%

236
168
208

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

Portions of RGB colors in percentages

R + G + B =
236 + 168 + 208 = 612 (100%)
R 236 of 612 ~ 38.56%
G 168 of 612 ~ 27.45%
B 208 of 612 ~ 33.99%

%38.56
%27.45
%33.99

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 28.81%
  • yellow value is 11.86%
  • key color value is 7.45%
CMYK:
(0,29,12,7)
C0M29Y12K7 
(0%,29%,12%,7%)
(0.00/0.29/0.12/0.07)	

CMYK percentages

%0
%28.81
%11.86
%7.45

Codes

Color #ECA8D0 in popluar color models

ECA8D0
RGB236168208
HSL325°64.15%79.22%
HSB/HSV325°28.81%92.55%
CMYK0.00%28.81%11.86%
7.45%

Color #ECA8D0 in popluar number systems.

HEXECA8D0
Decimal236168208
Binary111011001010100011010000
Octal354250320

Shades and tints

Shades of #ECA8D0

#ECA8D0
(236,168,208)
#D799BE
(215,153,190)
#C28AAC
(194,138,172)
#AD7B9A
(173,123,154)
#986C88
(152,108,136)
#835D76
(131,93,118)
#6E4E64
(110,78,100)
#593F52
(89,63,82)
#443040
(68,48,64)
#2F212E
(47,33,46)
#1A121C
(26,18,28)
#000000
(0,0,0)

Tints of #ECA8D0

#ECA8D0
(236,168,208)
#EDAFD4
(237,175,212)
#EEB6D8
(238,182,216)
#EFBDDC
(239,189,220)
#F0C4E0
(240,196,224)
#F1CBE4
(241,203,228)
#F2D2E8
(242,210,232)
#F3D9EC
(243,217,236)
#F4E0F0
(244,224,240)
#F5E7F4
(245,231,244)
#F6EEF8
(246,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECA8D0; }

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

This text font color is #ECA8D0.


Background Color

.myBgColor { background-color: #ECA8D0; }

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

This div background color is #ECA8D0.


Border color

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

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

This div border color is #ECA8D0.


Opacity

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

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

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

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

This text has shadow with #ECA8D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECA8D0 on black background.


Color preview on white background

This text has color #ECA8D0 on white background.



Black color preview on #ECA8D0 background

This text has black color on #ECA8D0 background.


White color preview on #ECA8D0 background

This text has white color on #ECA8D0 background.