COLOR #ECB4A5

HEX: #ECB4A5 RGB: (236,180,165)

Color info

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

RGB color model

#ECB4A5 color RGB value is (236,180,165).

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

RGB channels and saturation

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

236
180
165

R + G + B ~ 76%. #ECB4A5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 236 + 180 + 165 = 581 (100%)
R 236 of 581 ~ 40.62%
G 180 of 581 ~ 30.98%
B 165 of 581 ~ 28.4'%

%40.62
%30.98
%28.4

CMYK color model

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

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

CMYK: (0,24,30,7)
C0M24Y30K7 (0%, 24%, 30%, 7%)
(0.00 / 0.24 / 0.30 / 0.07)

CMYK percentages

%0
%23.73
%30.08
%7.45

Codes

Color #ECB4A5 in popluar color models

EC B4 A5
RGB 236 180 165
HSL 13° 65.14% 78.63%
HSB/HSV 13° 30.08% 92.55%
CMYK 0.00% 23.73% 30.08%
7.45%

Color #ECB4A5 in popluar number systems.

HEX EC B4 A5
Decimal 236 180 165
Binary 11101100 10110100 10100101
Octal 354 264 245

Shades and tints

Shades of #ECB4A5

#ECB4A5
(236,180,165)
#D7A496
(215,164,150)
#C29487
(194,148,135)
#AD8478
(173,132,120)
#987469
(152,116,105)
#83645A
(131,100,90)
#6E544B
(110,84,75)
#59443C
(89,68,60)
#44342D
(68,52,45)
#2F241E
(47,36,30)
#1A140F
(26,20,15)
#000000
(0,0,0)

Tints of #ECB4A5

#ECB4A5
(236,180,165)
#EDBAAD
(237,186,173)
#EEC0B5
(238,192,181)
#EFC6BD
(239,198,189)
#F0CCC5
(240,204,197)
#F1D2CD
(241,210,205)
#F2D8D5
(242,216,213)
#F3DEDD
(243,222,221)
#F4E4E5
(244,228,229)
#F5EAED
(245,234,237)
#F6F0F5
(246,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECB4A5; }

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

This text font color is #ECB4A5.

Background Color

.myBgColor { background-color: #ECB4A5; }

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

This div background color is #ECB4A5.

Border color

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

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

This div border color is #ECB4A5.

Opacity

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

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

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

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

This text has shadow with #ECB4A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECB4A5.

Preview

Color preview on black background

This text has color #ECB4A5 on black background.


Color preview on white background

This text has color #ECB4A5 on white background.


Black color preview on #ECB4A5 background

This text has black color on #ECB4A5 background.


White color preview on #ECB4A5 background

This text has white color on #ECB4A5 background.


Related colors

Complementary color

Complementary color for #hex is #134B5A.


I love getcolorcode.com

Triadic colors

1 #A5ECB4 and #B4A5EC with #ECB4A5 are triadic colors.

2 #A5B4EC and #B4ECA5 with #ECB4A5 are triadic colors.