COLOR #ECABB8

HEX: #ECABB8 RGB: (236,171,184)

Color info

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

RGB color model

#ECABB8 color RGB value is (236,171,184).

RGB: (236,171,184) (93%, 67%, 72%)

RGB channels and saturation

R 236 of 255 = 93%
G 171 of 255 = 67%
B 184 of 255 = 72%

236
171
184

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

Portions of RGB colors in percentages

R + G + B = 236 + 171 + 184 = 591 (100%)
R 236 of 591 ~ 39.93%
G 171 of 591 ~ 28.93%
B 184 of 591 ~ 31.13'%

%39.93
%28.93
%31.13

CMYK color model

#ECABB8 color CMYK value is (0,28,22,7).

  • cyan value is 0.00%
  • magenta value is 27.54%
  • yellow value is 22.03%
  • key color value is 7.45%

CMYK: (0,28,22,7)
C0M28Y22K7 (0%, 28%, 22%, 7%)
(0.00 / 0.28 / 0.22 / 0.07)

CMYK percentages

%0
%27.54
%22.03
%7.45

Codes

Color #ECABB8 in popluar color models

EC AB B8
RGB 236 171 184
HSL 348° 63.11% 79.80%
HSB/HSV 348° 27.54% 92.55%
CMYK 0.00% 27.54% 22.03%
7.45%

Color #ECABB8 in popluar number systems.

HEX EC AB B8
Decimal 236 171 184
Binary 11101100 10101011 10111000
Octal 354 253 270

Shades and tints

Shades of #ECABB8

#ECABB8
(236,171,184)
#D79CA8
(215,156,168)
#C28D98
(194,141,152)
#AD7E88
(173,126,136)
#986F78
(152,111,120)
#836068
(131,96,104)
#6E5158
(110,81,88)
#594248
(89,66,72)
#443338
(68,51,56)
#2F2428
(47,36,40)
#1A1518
(26,21,24)
#000000
(0,0,0)

Tints of #ECABB8

#ECABB8
(236,171,184)
#EDB2BE
(237,178,190)
#EEB9C4
(238,185,196)
#EFC0CA
(239,192,202)
#F0C7D0
(240,199,208)
#F1CED6
(241,206,214)
#F2D5DC
(242,213,220)
#F3DCE2
(243,220,226)
#F4E3E8
(244,227,232)
#F5EAEE
(245,234,238)
#F6F1F4
(246,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECABB8 color. Also use rgb(236,171,184) instead hex code.

Text Font Color

.myTextColor { color: #ECABB8; }

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

This text font color is #ECABB8.

Background Color

.myBgColor { background-color: #ECABB8; }

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

This div background color is #ECABB8.

Border color

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

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

This div border color is #ECABB8.

Opacity

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

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

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

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

This text has shadow with #ECABB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECABB8.

Preview

Color preview on black background

This text has color #ECABB8 on black background.


Color preview on white background

This text has color #ECABB8 on white background.


Black color preview on #ECABB8 background

This text has black color on #ECABB8 background.


White color preview on #ECABB8 background

This text has white color on #ECABB8 background.


Related colors

Complementary color

Complementary color for #hex is #135447.


I love getcolorcode.com

Triadic colors

1 #B8ECAB and #ABB8EC with #ECABB8 are triadic colors.

2 #B8ABEC and #ABECB8 with #ECABB8 are triadic colors.