COLOR #ECC1B5

HEX: #ECC1B5
RGB: (236,193,181)

Color info

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

RGB color model

#ECC1B5 color RGB value is (236,193,181).

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

RGB channels and saturation

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

236
193
181

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

Portions of RGB colors in percentages

R + G + B =
236 + 193 + 181 = 610 (100%)
R 236 of 610 ~ 38.69%
G 193 of 610 ~ 31.64%
B 181 of 610 ~ 29.67%

%38.69
%31.64
%29.67

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.22%
  • yellow value is 23.31%
  • 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
%23.31
%7.45

Codes

Color #ECC1B5 in popluar color models

ECC1B5
RGB236193181
HSL13°59.14%81.76%
HSB/HSV13°23.31%92.55%
CMYK0.00%18.22%23.31%
7.45%

Color #ECC1B5 in popluar number systems.

HEXECC1B5
Decimal236193181
Binary111011001100000110110101
Octal354301265

Shades and tints

Shades of #ECC1B5

#ECC1B5
(236,193,181)
#D7B0A5
(215,176,165)
#C29F95
(194,159,149)
#AD8E85
(173,142,133)
#987D75
(152,125,117)
#836C65
(131,108,101)
#6E5B55
(110,91,85)
#594A45
(89,74,69)
#443935
(68,57,53)
#2F2825
(47,40,37)
#1A1715
(26,23,21)
#000000
(0,0,0)

Tints of #ECC1B5

#ECC1B5
(236,193,181)
#EDC6BB
(237,198,187)
#EECBC1
(238,203,193)
#EFD0C7
(239,208,199)
#F0D5CD
(240,213,205)
#F1DAD3
(241,218,211)
#F2DFD9
(242,223,217)
#F3E4DF
(243,228,223)
#F4E9E5
(244,233,229)
#F5EEEB
(245,238,235)
#F6F3F1
(246,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECC1B5; }

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

This text font color is #ECC1B5.


Background Color

.myBgColor { background-color: #ECC1B5; }

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

This div background color is #ECC1B5.


Border color

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

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

This div border color is #ECC1B5.


Opacity

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

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

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

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

This text has shadow with #ECC1B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECC1B5 on black background.


Color preview on white background

This text has color #ECC1B5 on white background.



Black color preview on #ECC1B5 background

This text has black color on #ECC1B5 background.


White color preview on #ECC1B5 background

This text has white color on #ECC1B5 background.