COLOR #ECA4AC

HEX: #ECA4AC
RGB: (236,164,172)

Color info

#ECA4AC contains mainly red color. Web safe color of #ECA4AC is #FF9999 (or #F99).

RGB color model

#ECA4AC color RGB value is (236,164,172).

  • red value is 236;
  • green value is 164;
  • blue value is 172.
RGB:
(236,164,172)
(93%,64%,67%)

RGB channels and saturation

R 236 of 255 = 93%
G 164 of 255 = 64%
B 172 of 255 = 67%

236
164
172

R + G + B ~ 75%. #ECA4AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 164 + 172 = 572 (100%)
R 236 of 572 ~ 41.26%
G 164 of 572 ~ 28.67%
B 172 of 572 ~ 30.07%

%41.26
%28.67
%30.07

CMYK color model

#ECA4AC color CMYK value is (0,31,27,7).

  • cyan value is 0.00%
  • magenta value is 30.51%
  • yellow value is 27.12%
  • key color value is 7.45%
CMYK:
(0,31,27,7)
C0M31Y27K7 
(0%,31%,27%,7%)
(0.00/0.31/0.27/0.07)	

CMYK percentages

%0
%30.51
%27.12
%7.45

Codes

Color #ECA4AC in popluar color models

ECA4AC
RGB236164172
HSL353°65.45%78.43%
HSB/HSV353°30.51%92.55%
CMYK0.00%30.51%27.12%
7.45%

Color #ECA4AC in popluar number systems.

HEXECA4AC
Decimal236164172
Binary111011001010010010101100
Octal354244254

Shades and tints

Shades of #ECA4AC

#ECA4AC
(236,164,172)
#D7969D
(215,150,157)
#C2888E
(194,136,142)
#AD7A7F
(173,122,127)
#986C70
(152,108,112)
#835E61
(131,94,97)
#6E5052
(110,80,82)
#594243
(89,66,67)
#443434
(68,52,52)
#2F2625
(47,38,37)
#1A1816
(26,24,22)
#000000
(0,0,0)

Tints of #ECA4AC

#ECA4AC
(236,164,172)
#EDACB3
(237,172,179)
#EEB4BA
(238,180,186)
#EFBCC1
(239,188,193)
#F0C4C8
(240,196,200)
#F1CCCF
(241,204,207)
#F2D4D6
(242,212,214)
#F3DCDD
(243,220,221)
#F4E4E4
(244,228,228)
#F5ECEB
(245,236,235)
#F6F4F2
(246,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECA4AC color. Also use rgb(236,164,172) instead hex code.

Text Font Color

.myTextColor { color: #ECA4AC; }

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

This text font color is #ECA4AC.


Background Color

.myBgColor { background-color: #ECA4AC; }

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

This div background color is #ECA4AC.


Border color

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

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

This div border color is #ECA4AC.


Opacity

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

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

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

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

This text has shadow with #ECA4AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECA4AC on black background.


Color preview on white background

This text has color #ECA4AC on white background.



Black color preview on #ECA4AC background

This text has black color on #ECA4AC background.


White color preview on #ECA4AC background

This text has white color on #ECA4AC background.