COLOR #ECA5B6

HEX: #ECA5B6
RGB: (236,165,182)

Color info

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

RGB color model

#ECA5B6 color RGB value is (236,165,182).

  • red value is 236;
  • green value is 165;
  • blue value is 182.
RGB:
(236,165,182)
(93%,65%,71%)

RGB channels and saturation

R 236 of 255 = 93%
G 165 of 255 = 65%
B 182 of 255 = 71%

236
165
182

R + G + B ~ 76%. #ECA5B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 165 + 182 = 583 (100%)
R 236 of 583 ~ 40.48%
G 165 of 583 ~ 28.3%
B 182 of 583 ~ 31.22%

%40.48
%28.3
%31.22

CMYK color model

#ECA5B6 color CMYK value is (0,30,23,7).

  • cyan value is 0.00%
  • magenta value is 30.08%
  • yellow value is 22.88%
  • key color value is 7.45%
CMYK:
(0,30,23,7)
C0M30Y23K7 
(0%,30%,23%,7%)
(0.00/0.30/0.23/0.07)	

CMYK percentages

%0
%30.08
%22.88
%7.45

Codes

Color #ECA5B6 in popluar color models

ECA5B6
RGB236165182
HSL346°65.14%78.63%
HSB/HSV346°30.08%92.55%
CMYK0.00%30.08%22.88%
7.45%

Color #ECA5B6 in popluar number systems.

HEXECA5B6
Decimal236165182
Binary111011001010010110110110
Octal354245266

Shades and tints

Shades of #ECA5B6

#ECA5B6
(236,165,182)
#D796A6
(215,150,166)
#C28796
(194,135,150)
#AD7886
(173,120,134)
#986976
(152,105,118)
#835A66
(131,90,102)
#6E4B56
(110,75,86)
#593C46
(89,60,70)
#442D36
(68,45,54)
#2F1E26
(47,30,38)
#1A0F16
(26,15,22)
#000000
(0,0,0)

Tints of #ECA5B6

#ECA5B6
(236,165,182)
#EDADBC
(237,173,188)
#EEB5C2
(238,181,194)
#EFBDC8
(239,189,200)
#F0C5CE
(240,197,206)
#F1CDD4
(241,205,212)
#F2D5DA
(242,213,218)
#F3DDE0
(243,221,224)
#F4E5E6
(244,229,230)
#F5EDEC
(245,237,236)
#F6F5F2
(246,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECA5B6 color. Also use rgb(236,165,182) instead hex code.

Text Font Color

.myTextColor { color: #ECA5B6; }

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

This text font color is #ECA5B6.


Background Color

.myBgColor { background-color: #ECA5B6; }

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

This div background color is #ECA5B6.


Border color

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

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

This div border color is #ECA5B6.


Opacity

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

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

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

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

This text has shadow with #ECA5B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECA5B6 on black background.


Color preview on white background

This text has color #ECA5B6 on white background.



Black color preview on #ECA5B6 background

This text has black color on #ECA5B6 background.


White color preview on #ECA5B6 background

This text has white color on #ECA5B6 background.