COLOR #ECC1A1

HEX: #ECC1A1
RGB: (236,193,161)

Color info

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

RGB color model

#ECC1A1 color RGB value is (236,193,161).

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

RGB channels and saturation

R 236 of 255 = 93%
G 193 of 255 = 76%
B 161 of 255 = 63%

236
193
161

R + G + B ~ 77%. #ECC1A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 193 + 161 = 590 (100%)
R 236 of 590 ~ 40%
G 193 of 590 ~ 32.71%
B 161 of 590 ~ 27.29%

%40
%32.71
%27.29

CMYK color model

#ECC1A1 color CMYK value is (0,18,32,7).

  • cyan value is 0.00%
  • magenta value is 18.22%
  • yellow value is 31.78%
  • key color value is 7.45%
CMYK:
(0,18,32,7)
C0M18Y32K7 
(0%,18%,32%,7%)
(0.00/0.18/0.32/0.07)	

CMYK percentages

%0
%18.22
%31.78
%7.45

Codes

Color #ECC1A1 in popluar color models

ECC1A1
RGB236193161
HSL26°66.37%77.84%
HSB/HSV26°31.78%92.55%
CMYK0.00%18.22%31.78%
7.45%

Color #ECC1A1 in popluar number systems.

HEXECC1A1
Decimal236193161
Binary111011001100000110100001
Octal354301241

Shades and tints

Shades of #ECC1A1

#ECC1A1
(236,193,161)
#D7B093
(215,176,147)
#C29F85
(194,159,133)
#AD8E77
(173,142,119)
#987D69
(152,125,105)
#836C5B
(131,108,91)
#6E5B4D
(110,91,77)
#594A3F
(89,74,63)
#443931
(68,57,49)
#2F2823
(47,40,35)
#1A1715
(26,23,21)
#000000
(0,0,0)

Tints of #ECC1A1

#ECC1A1
(236,193,161)
#EDC6A9
(237,198,169)
#EECBB1
(238,203,177)
#EFD0B9
(239,208,185)
#F0D5C1
(240,213,193)
#F1DAC9
(241,218,201)
#F2DFD1
(242,223,209)
#F3E4D9
(243,228,217)
#F4E9E1
(244,233,225)
#F5EEE9
(245,238,233)
#F6F3F1
(246,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECC1A1; }

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

This text font color is #ECC1A1.


Background Color

.myBgColor { background-color: #ECC1A1; }

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

This div background color is #ECC1A1.


Border color

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

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

This div border color is #ECC1A1.


Opacity

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

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

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

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

This text has shadow with #ECC1A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECC1A1 on black background.


Color preview on white background

This text has color #ECC1A1 on white background.



Black color preview on #ECC1A1 background

This text has black color on #ECC1A1 background.


White color preview on #ECC1A1 background

This text has white color on #ECC1A1 background.