COLOR #ECC4B0

HEX: #ECC4B0 RGB: (236,196,176)

Color info

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

RGB color model

#ECC4B0 color RGB value is (236,196,176).

RGB: (236,196,176) (93%, 77%, 69%)

RGB channels and saturation

R 236 of 255 = 93%
G 196 of 255 = 77%
B 176 of 255 = 69%

236
196
176

R + G + B ~ 80%. #ECC4B0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 236 + 196 + 176 = 608 (100%)
R 236 of 608 ~ 38.82%
G 196 of 608 ~ 32.24%
B 176 of 608 ~ 28.95'%

%38.82
%32.24
%28.95

CMYK color model

#ECC4B0 color CMYK value is (0,17,25,7).

  • cyan value is 0.00%
  • magenta value is 16.95%
  • yellow value is 25.42%
  • key color value is 7.45%
CMYK: (0,17,25,7) C0M17Y25K7 (0%,17%,25%,7%) (0.00/0.17/0.25/0.07) 

CMYK percentages

%0
%16.95
%25.42
%7.45

Codes

Color #ECC4B0 in popluar color models

EC C4 B0
RGB 236 196 176
HSL 20° 61.22% 80.78%
HSB/HSV 20° 25.42% 92.55%
CMYK 0.00% 16.95% 25.42%
7.45%

Color #ECC4B0 in popluar number systems.

HEX EC C4 B0
Decimal 236 196 176
Binary 11101100 11000100 10110000
Octal 354 304 260

Shades and tints

Shades of #ECC4B0

#ECC4B0
(236,196,176)
#D7B3A0
(215,179,160)
#C2A290
(194,162,144)
#AD9180
(173,145,128)
#988070
(152,128,112)
#836F60
(131,111,96)
#6E5E50
(110,94,80)
#594D40
(89,77,64)
#443C30
(68,60,48)
#2F2B20
(47,43,32)
#1A1A10
(26,26,16)
#000000
(0,0,0)

Tints of #ECC4B0

#ECC4B0
(236,196,176)
#EDC9B7
(237,201,183)
#EECEBE
(238,206,190)
#EFD3C5
(239,211,197)
#F0D8CC
(240,216,204)
#F1DDD3
(241,221,211)
#F2E2DA
(242,226,218)
#F3E7E1
(243,231,225)
#F4ECE8
(244,236,232)
#F5F1EF
(245,241,239)
#F6F6F6
(246,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECC4B0; }

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

This text font color is #ECC4B0.

Background Color

.myBgColor { background-color: #ECC4B0; }

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

This div background color is #ECC4B0.

Border color

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

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

This div border color is #ECC4B0.

Opacity

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

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

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

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

This text has shadow with #ECC4B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECC4B0.

Preview

Color preview on black background

This text has color #ECC4B0 on black background.


Color preview on white background

This text has color #ECC4B0 on white background.


Black color preview on #ECC4B0 background

This text has black color on #ECC4B0 background.


White color preview on #ECC4B0 background

This text has white color on #ECC4B0 background.


Related colors

Complementary color

Complementary color for #hex is #133B4F.


I love getcolorcode.com

Triadic colors

1 #B0ECC4 and #C4B0EC with #ECC4B0 are triadic colors.

2 #B0C4EC and #C4ECB0 with #ECC4B0 are triadic colors.