COLOR #ECA3BB

HEX: #ECA3BB
RGB: (236,163,187)

Color info

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

RGB color model

#ECA3BB color RGB value is (236,163,187).

  • red value is 236;
  • green value is 163;
  • blue value is 187.
RGB:
(236,163,187)
(93%,64%,73%)

RGB channels and saturation

R 236 of 255 = 93%
G 163 of 255 = 64%
B 187 of 255 = 73%

236
163
187

R + G + B ~ 77%. #ECA3BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 163 + 187 = 586 (100%)
R 236 of 586 ~ 40.27%
G 163 of 586 ~ 27.82%
B 187 of 586 ~ 31.91%

%40.27
%27.82
%31.91

CMYK color model

#ECA3BB color CMYK value is (0,31,21,7).

  • cyan value is 0.00%
  • magenta value is 30.93%
  • yellow value is 20.76%
  • key color value is 7.45%
CMYK:
(0,31,21,7)
C0M31Y21K7 
(0%,31%,21%,7%)
(0.00/0.31/0.21/0.07)	

CMYK percentages

%0
%30.93
%20.76
%7.45

Codes

Color #ECA3BB in popluar color models

ECA3BB
RGB236163187
HSL340°65.77%78.24%
HSB/HSV340°30.93%92.55%
CMYK0.00%30.93%20.76%
7.45%

Color #ECA3BB in popluar number systems.

HEXECA3BB
Decimal236163187
Binary111011001010001110111011
Octal354243273

Shades and tints

Shades of #ECA3BB

#ECA3BB
(236,163,187)
#D795AA
(215,149,170)
#C28799
(194,135,153)
#AD7988
(173,121,136)
#986B77
(152,107,119)
#835D66
(131,93,102)
#6E4F55
(110,79,85)
#594144
(89,65,68)
#443333
(68,51,51)
#2F2522
(47,37,34)
#1A1711
(26,23,17)
#000000
(0,0,0)

Tints of #ECA3BB

#ECA3BB
(236,163,187)
#EDABC1
(237,171,193)
#EEB3C7
(238,179,199)
#EFBBCD
(239,187,205)
#F0C3D3
(240,195,211)
#F1CBD9
(241,203,217)
#F2D3DF
(242,211,223)
#F3DBE5
(243,219,229)
#F4E3EB
(244,227,235)
#F5EBF1
(245,235,241)
#F6F3F7
(246,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECA3BB color. Also use rgb(236,163,187) instead hex code.

Text Font Color

.myTextColor { color: #ECA3BB; }

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

This text font color is #ECA3BB.


Background Color

.myBgColor { background-color: #ECA3BB; }

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

This div background color is #ECA3BB.


Border color

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

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

This div border color is #ECA3BB.


Opacity

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

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

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

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

This text has shadow with #ECA3BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECA3BB on black background.


Color preview on white background

This text has color #ECA3BB on white background.



Black color preview on #ECA3BB background

This text has black color on #ECA3BB background.


White color preview on #ECA3BB background

This text has white color on #ECA3BB background.