COLOR #ECB4B4

HEX: #ECB4B4 RGB: (236,180,180)

Color info

#ECB4B4 contains red, green and blue colors in about the same proportion. Web safe color of #ECB4B4 is #FFCCCC (or #FCC).

RGB color model

#ECB4B4 color RGB value is (236,180,180).

RGB: (236,180,180) (93%, 71%, 71%)

RGB channels and saturation

R 236 of 255 = 93%
G 180 of 255 = 71%
B 180 of 255 = 71%

236
180
180

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

Portions of RGB colors in percentages

R + G + B = 236 + 180 + 180 = 596 (100%)
R 236 of 596 ~ 39.6%
G 180 of 596 ~ 30.2%
B 180 of 596 ~ 30.2'%

%39.6
%30.2
%30.2

CMYK color model

#ECB4B4 color CMYK value is (0,24,24,7).

  • cyan value is 0.00%
  • magenta value is 23.73%
  • yellow value is 23.73%
  • key color value is 7.45%

CMYK: (0,24,24,7)
C0M24Y24K7 (0%, 24%, 24%, 7%)
(0.00 / 0.24 / 0.24 / 0.07)

CMYK percentages

%0
%23.73
%23.73
%7.45

Codes

Color #ECB4B4 in popluar color models

EC B4 B4
RGB 236 180 180
HSL 59.57% 81.57%
HSB/HSV 23.73% 92.55%
CMYK 0.00% 23.73% 23.73%
7.45%

Color #ECB4B4 in popluar number systems.

HEX EC B4 B4
Decimal 236 180 180
Binary 11101100 10110100 10110100
Octal 354 264 264

Shades and tints

Shades of #ECB4B4

#ECB4B4
(236,180,180)
#D7A4A4
(215,164,164)
#C29494
(194,148,148)
#AD8484
(173,132,132)
#987474
(152,116,116)
#836464
(131,100,100)
#6E5454
(110,84,84)
#594444
(89,68,68)
#443434
(68,52,52)
#2F2424
(47,36,36)
#1A1414
(26,20,20)
#000000
(0,0,0)

Tints of #ECB4B4

#ECB4B4
(236,180,180)
#EDBABA
(237,186,186)
#EEC0C0
(238,192,192)
#EFC6C6
(239,198,198)
#F0CCCC
(240,204,204)
#F1D2D2
(241,210,210)
#F2D8D8
(242,216,216)
#F3DEDE
(243,222,222)
#F4E4E4
(244,228,228)
#F5EAEA
(245,234,234)
#F6F0F0
(246,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECB4B4; }

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

This text font color is #ECB4B4.

Background Color

.myBgColor { background-color: #ECB4B4; }

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

This div background color is #ECB4B4.

Border color

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

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

This div border color is #ECB4B4.

Opacity

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

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

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

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

This text has shadow with #ECB4B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECB4B4.

Preview

Color preview on black background

This text has color #ECB4B4 on black background.


Color preview on white background

This text has color #ECB4B4 on white background.


Black color preview on #ECB4B4 background

This text has black color on #ECB4B4 background.


White color preview on #ECB4B4 background

This text has white color on #ECB4B4 background.


Related colors

Complementary color

Complementary color for #hex is #134B4B.


I love getcolorcode.com