COLOR #ECC1B6

HEX: #ECC1B6
RGB: (236,193,182)

Color info

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

RGB color model

#ECC1B6 color RGB value is (236,193,182).

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

RGB channels and saturation

R 236 of 255 = 93%
G 193 of 255 = 76%
B 182 of 255 = 71%

236
193
182

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

Portions of RGB colors in percentages

R + G + B =
236 + 193 + 182 = 611 (100%)
R 236 of 611 ~ 38.63%
G 193 of 611 ~ 31.59%
B 182 of 611 ~ 29.79%

%38.63
%31.59
%29.79

CMYK color model

#ECC1B6 color CMYK value is (0,18,23,7).

  • cyan value is 0.00%
  • magenta value is 18.22%
  • yellow value is 22.88%
  • key color value is 7.45%
CMYK:
(0,18,23,7)
C0M18Y23K7 
(0%,18%,23%,7%)
(0.00/0.18/0.23/0.07)	

CMYK percentages

%0
%18.22
%22.88
%7.45

Codes

Color #ECC1B6 in popluar color models

ECC1B6
RGB236193182
HSL12°58.70%81.96%
HSB/HSV12°22.88%92.55%
CMYK0.00%18.22%22.88%
7.45%

Color #ECC1B6 in popluar number systems.

HEXECC1B6
Decimal236193182
Binary111011001100000110110110
Octal354301266

Shades and tints

Shades of #ECC1B6

#ECC1B6
(236,193,182)
#D7B0A6
(215,176,166)
#C29F96
(194,159,150)
#AD8E86
(173,142,134)
#987D76
(152,125,118)
#836C66
(131,108,102)
#6E5B56
(110,91,86)
#594A46
(89,74,70)
#443936
(68,57,54)
#2F2826
(47,40,38)
#1A1716
(26,23,22)
#000000
(0,0,0)

Tints of #ECC1B6

#ECC1B6
(236,193,182)
#EDC6BC
(237,198,188)
#EECBC2
(238,203,194)
#EFD0C8
(239,208,200)
#F0D5CE
(240,213,206)
#F1DAD4
(241,218,212)
#F2DFDA
(242,223,218)
#F3E4E0
(243,228,224)
#F4E9E6
(244,233,230)
#F5EEEC
(245,238,236)
#F6F3F2
(246,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECC1B6; }

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

This text font color is #ECC1B6.


Background Color

.myBgColor { background-color: #ECC1B6; }

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

This div background color is #ECC1B6.


Border color

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

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

This div border color is #ECC1B6.


Opacity

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

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

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

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

This text has shadow with #ECC1B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECC1B6 on black background.


Color preview on white background

This text has color #ECC1B6 on white background.



Black color preview on #ECC1B6 background

This text has black color on #ECC1B6 background.


White color preview on #ECC1B6 background

This text has white color on #ECC1B6 background.