COLOR #ECC2BA

HEX: #ECC2BA
RGB: (236,194,186)

Color info

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

RGB color model

#ECC2BA color RGB value is (236,194,186).

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

RGB channels and saturation

R 236 of 255 = 93%
G 194 of 255 = 76%
B 186 of 255 = 73%

236
194
186

R + G + B ~ 81%. #ECC2BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 194 + 186 = 616 (100%)
R 236 of 616 ~ 38.31%
G 194 of 616 ~ 31.49%
B 186 of 616 ~ 30.19%

%38.31
%31.49
%30.19

CMYK color model

#ECC2BA color CMYK value is (0,18,21,7).

  • cyan value is 0.00%
  • magenta value is 17.80%
  • yellow value is 21.19%
  • key color value is 7.45%
CMYK:
(0,18,21,7)
C0M18Y21K7 
(0%,18%,21%,7%)
(0.00/0.18/0.21/0.07)	

CMYK percentages

%0
%17.8
%21.19
%7.45

Codes

Color #ECC2BA in popluar color models

ECC2BA
RGB236194186
HSL10°56.82%82.75%
HSB/HSV10°21.19%92.55%
CMYK0.00%17.80%21.19%
7.45%

Color #ECC2BA in popluar number systems.

HEXECC2BA
Decimal236194186
Binary111011001100001010111010
Octal354302272

Shades and tints

Shades of #ECC2BA

#ECC2BA
(236,194,186)
#D7B1AA
(215,177,170)
#C2A09A
(194,160,154)
#AD8F8A
(173,143,138)
#987E7A
(152,126,122)
#836D6A
(131,109,106)
#6E5C5A
(110,92,90)
#594B4A
(89,75,74)
#443A3A
(68,58,58)
#2F292A
(47,41,42)
#1A181A
(26,24,26)
#000000
(0,0,0)

Tints of #ECC2BA

#ECC2BA
(236,194,186)
#EDC7C0
(237,199,192)
#EECCC6
(238,204,198)
#EFD1CC
(239,209,204)
#F0D6D2
(240,214,210)
#F1DBD8
(241,219,216)
#F2E0DE
(242,224,222)
#F3E5E4
(243,229,228)
#F4EAEA
(244,234,234)
#F5EFF0
(245,239,240)
#F6F4F6
(246,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECC2BA; }

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

This text font color is #ECC2BA.


Background Color

.myBgColor { background-color: #ECC2BA; }

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

This div background color is #ECC2BA.


Border color

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

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

This div border color is #ECC2BA.


Opacity

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

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

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

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

This text has shadow with #ECC2BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECC2BA on black background.


Color preview on white background

This text has color #ECC2BA on white background.



Black color preview on #ECC2BA background

This text has black color on #ECC2BA background.


White color preview on #ECC2BA background

This text has white color on #ECC2BA background.