COLOR #ECB0A1

HEX: #ECB0A1
RGB: (236,176,161)

Color info

#ECB0A1 contains mainly red color. Web safe color of #ECB0A1 is #FF9999 (or #F99).

RGB color model

#ECB0A1 color RGB value is (236,176,161).

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

RGB channels and saturation

R 236 of 255 = 93%
G 176 of 255 = 69%
B 161 of 255 = 63%

236
176
161

R + G + B ~ 75%. #ECB0A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 176 + 161 = 573 (100%)
R 236 of 573 ~ 41.19%
G 176 of 573 ~ 30.72%
B 161 of 573 ~ 28.1%

%41.19
%30.72
%28.1

CMYK color model

#ECB0A1 color CMYK value is (0,25,32,7).

  • cyan value is 0.00%
  • magenta value is 25.42%
  • yellow value is 31.78%
  • key color value is 7.45%
CMYK:
(0,25,32,7)
C0M25Y32K7 
(0%,25%,32%,7%)
(0.00/0.25/0.32/0.07)	

CMYK percentages

%0
%25.42
%31.78
%7.45

Codes

Color #ECB0A1 in popluar color models

ECB0A1
RGB236176161
HSL12°66.37%77.84%
HSB/HSV12°31.78%92.55%
CMYK0.00%25.42%31.78%
7.45%

Color #ECB0A1 in popluar number systems.

HEXECB0A1
Decimal236176161
Binary111011001011000010100001
Octal354260241

Shades and tints

Shades of #ECB0A1

#ECB0A1
(236,176,161)
#D7A093
(215,160,147)
#C29085
(194,144,133)
#AD8077
(173,128,119)
#987069
(152,112,105)
#83605B
(131,96,91)
#6E504D
(110,80,77)
#59403F
(89,64,63)
#443031
(68,48,49)
#2F2023
(47,32,35)
#1A1015
(26,16,21)
#000000
(0,0,0)

Tints of #ECB0A1

#ECB0A1
(236,176,161)
#EDB7A9
(237,183,169)
#EEBEB1
(238,190,177)
#EFC5B9
(239,197,185)
#F0CCC1
(240,204,193)
#F1D3C9
(241,211,201)
#F2DAD1
(242,218,209)
#F3E1D9
(243,225,217)
#F4E8E1
(244,232,225)
#F5EFE9
(245,239,233)
#F6F6F1
(246,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECB0A1; }

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

This text font color is #ECB0A1.


Background Color

.myBgColor { background-color: #ECB0A1; }

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

This div background color is #ECB0A1.


Border color

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

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

This div border color is #ECB0A1.


Opacity

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

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

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

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

This text has shadow with #ECB0A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECB0A1 on black background.


Color preview on white background

This text has color #ECB0A1 on white background.



Black color preview on #ECB0A1 background

This text has black color on #ECB0A1 background.


White color preview on #ECB0A1 background

This text has white color on #ECB0A1 background.