COLOR #ECC2B4

HEX: #ECC2B4
RGB: (236,194,180)

Color info

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

RGB color model

#ECC2B4 color RGB value is (236,194,180).

  • red value is 236;
  • green value is 194;
  • blue value is 180.
RGB:
(236,194,180)
(93%,76%,71%)

RGB channels and saturation

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

236
194
180

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

Portions of RGB colors in percentages

R + G + B =
236 + 194 + 180 = 610 (100%)
R 236 of 610 ~ 38.69%
G 194 of 610 ~ 31.8%
B 180 of 610 ~ 29.51%

%38.69
%31.8
%29.51

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.80%
  • yellow value is 23.73%
  • key color value is 7.45%
CMYK:
(0,18,24,7)
C0M18Y24K7 
(0%,18%,24%,7%)
(0.00/0.18/0.24/0.07)	

CMYK percentages

%0
%17.8
%23.73
%7.45

Codes

Color #ECC2B4 in popluar color models

ECC2B4
RGB236194180
HSL15°59.57%81.57%
HSB/HSV15°23.73%92.55%
CMYK0.00%17.80%23.73%
7.45%

Color #ECC2B4 in popluar number systems.

HEXECC2B4
Decimal236194180
Binary111011001100001010110100
Octal354302264

Shades and tints

Shades of #ECC2B4

#ECC2B4
(236,194,180)
#D7B1A4
(215,177,164)
#C2A094
(194,160,148)
#AD8F84
(173,143,132)
#987E74
(152,126,116)
#836D64
(131,109,100)
#6E5C54
(110,92,84)
#594B44
(89,75,68)
#443A34
(68,58,52)
#2F2924
(47,41,36)
#1A1814
(26,24,20)
#000000
(0,0,0)

Tints of #ECC2B4

#ECC2B4
(236,194,180)
#EDC7BA
(237,199,186)
#EECCC0
(238,204,192)
#EFD1C6
(239,209,198)
#F0D6CC
(240,214,204)
#F1DBD2
(241,219,210)
#F2E0D8
(242,224,216)
#F3E5DE
(243,229,222)
#F4EAE4
(244,234,228)
#F5EFEA
(245,239,234)
#F6F4F0
(246,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECC2B4; }

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

This text font color is #ECC2B4.


Background Color

.myBgColor { background-color: #ECC2B4; }

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

This div background color is #ECC2B4.


Border color

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

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

This div border color is #ECC2B4.


Opacity

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

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

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

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

This text has shadow with #ECC2B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECC2B4 on black background.


Color preview on white background

This text has color #ECC2B4 on white background.



Black color preview on #ECC2B4 background

This text has black color on #ECC2B4 background.


White color preview on #ECC2B4 background

This text has white color on #ECC2B4 background.