COLOR #ECBAB0

HEX: #ECBAB0 RGB: (236,186,176)

Color info

#ECBAB0 contains mainly red and green colors. Web safe color of #ECBAB0 is #FFCC99 (or #FC9).

RGB color model

#ECBAB0 color RGB value is (236,186,176).

RGB: (236,186,176) (93%, 73%, 69%)

RGB channels and saturation

R 236 of 255 = 93%
G 186 of 255 = 73%
B 176 of 255 = 69%

236
186
176

R + G + B ~ 78%. #ECBAB0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 236 + 186 + 176 = 598 (100%)
R 236 of 598 ~ 39.46%
G 186 of 598 ~ 31.1%
B 176 of 598 ~ 29.43'%

%39.46
%31.1
%29.43

CMYK color model

#ECBAB0 color CMYK value is (0,21,25,7).

  • cyan value is 0.00%
  • magenta value is 21.19%
  • yellow value is 25.42%
  • key color value is 7.45%

CMYK: (0,21,25,7)
C0M21Y25K7 (0%, 21%, 25%, 7%)
(0.00 / 0.21 / 0.25 / 0.07)

CMYK percentages

%0
%21.19
%25.42
%7.45

Codes

Color #ECBAB0 in popluar color models

EC BA B0
RGB 236 186 176
HSL 10° 61.22% 80.78%
HSB/HSV 10° 25.42% 92.55%
CMYK 0.00% 21.19% 25.42%
7.45%

Color #ECBAB0 in popluar number systems.

HEX EC BA B0
Decimal 236 186 176
Binary 11101100 10111010 10110000
Octal 354 272 260

Shades and tints

Shades of #ECBAB0

#ECBAB0
(236,186,176)
#D7AAA0
(215,170,160)
#C29A90
(194,154,144)
#AD8A80
(173,138,128)
#987A70
(152,122,112)
#836A60
(131,106,96)
#6E5A50
(110,90,80)
#594A40
(89,74,64)
#443A30
(68,58,48)
#2F2A20
(47,42,32)
#1A1A10
(26,26,16)
#000000
(0,0,0)

Tints of #ECBAB0

#ECBAB0
(236,186,176)
#EDC0B7
(237,192,183)
#EEC6BE
(238,198,190)
#EFCCC5
(239,204,197)
#F0D2CC
(240,210,204)
#F1D8D3
(241,216,211)
#F2DEDA
(242,222,218)
#F3E4E1
(243,228,225)
#F4EAE8
(244,234,232)
#F5F0EF
(245,240,239)
#F6F6F6
(246,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECBAB0 color. Also use rgb(236,186,176) instead hex code.

Text Font Color

.myTextColor { color: #ECBAB0; }

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

This text font color is #ECBAB0.

Background Color

.myBgColor { background-color: #ECBAB0; }

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

This div background color is #ECBAB0.

Border color

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

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

This div border color is #ECBAB0.

Opacity

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

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

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

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

This text has shadow with #ECBAB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECBAB0.

Preview

Color preview on black background

This text has color #ECBAB0 on black background.


Color preview on white background

This text has color #ECBAB0 on white background.


Black color preview on #ECBAB0 background

This text has black color on #ECBAB0 background.


White color preview on #ECBAB0 background

This text has white color on #ECBAB0 background.


Related colors

Complementary color

Complementary color for #hex is #13454F.


I love getcolorcode.com

Triadic colors

1 #B0ECBA and #BAB0EC with #ECBAB0 are triadic colors.

2 #B0BAEC and #BAECB0 with #ECBAB0 are triadic colors.