COLOR #ECAAB2

HEX: #ECAAB2
RGB: (236,170,178)

Color info

#ECAAB2 contains mainly red and blue colors. Web safe color of #ECAAB2 is #FF9999 (or #F99).

RGB color model

#ECAAB2 color RGB value is (236,170,178).

  • red value is 236;
  • green value is 170;
  • blue value is 178.
RGB:
(236,170,178)
(93%,67%,70%)

RGB channels and saturation

R 236 of 255 = 93%
G 170 of 255 = 67%
B 178 of 255 = 70%

236
170
178

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

Portions of RGB colors in percentages

R + G + B =
236 + 170 + 178 = 584 (100%)
R 236 of 584 ~ 40.41%
G 170 of 584 ~ 29.11%
B 178 of 584 ~ 30.48%

%40.41
%29.11
%30.48

CMYK color model

#ECAAB2 color CMYK value is (0,28,25,7).

  • cyan value is 0.00%
  • magenta value is 27.97%
  • yellow value is 24.58%
  • key color value is 7.45%
CMYK:
(0,28,25,7)
C0M28Y25K7 
(0%,28%,25%,7%)
(0.00/0.28/0.25/0.07)	

CMYK percentages

%0
%27.97
%24.58
%7.45

Codes

Color #ECAAB2 in popluar color models

ECAAB2
RGB236170178
HSL353°63.46%79.61%
HSB/HSV353°27.97%92.55%
CMYK0.00%27.97%24.58%
7.45%

Color #ECAAB2 in popluar number systems.

HEXECAAB2
Decimal236170178
Binary111011001010101010110010
Octal354252262

Shades and tints

Shades of #ECAAB2

#ECAAB2
(236,170,178)
#D79BA2
(215,155,162)
#C28C92
(194,140,146)
#AD7D82
(173,125,130)
#986E72
(152,110,114)
#835F62
(131,95,98)
#6E5052
(110,80,82)
#594142
(89,65,66)
#443232
(68,50,50)
#2F2322
(47,35,34)
#1A1412
(26,20,18)
#000000
(0,0,0)

Tints of #ECAAB2

#ECAAB2
(236,170,178)
#EDB1B9
(237,177,185)
#EEB8C0
(238,184,192)
#EFBFC7
(239,191,199)
#F0C6CE
(240,198,206)
#F1CDD5
(241,205,213)
#F2D4DC
(242,212,220)
#F3DBE3
(243,219,227)
#F4E2EA
(244,226,234)
#F5E9F1
(245,233,241)
#F6F0F8
(246,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECAAB2 color. Also use rgb(236,170,178) instead hex code.

Text Font Color

.myTextColor { color: #ECAAB2; }

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

This text font color is #ECAAB2.


Background Color

.myBgColor { background-color: #ECAAB2; }

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

This div background color is #ECAAB2.


Border color

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

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

This div border color is #ECAAB2.


Opacity

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

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

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

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

This text has shadow with #ECAAB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECAAB2 on black background.


Color preview on white background

This text has color #ECAAB2 on white background.



Black color preview on #ECAAB2 background

This text has black color on #ECAAB2 background.


White color preview on #ECAAB2 background

This text has white color on #ECAAB2 background.