COLOR #ECB0A5

HEX: #ECB0A5
RGB: (236,176,165)

Color info

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

RGB color model

#ECB0A5 color RGB value is (236,176,165).

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

RGB channels and saturation

R 236 of 255 = 93%
G 176 of 255 = 69%
B 165 of 255 = 65%

236
176
165

R + G + B ~ 76%. #ECB0A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 176 + 165 = 577 (100%)
R 236 of 577 ~ 40.9%
G 176 of 577 ~ 30.5%
B 165 of 577 ~ 28.6%

%40.9
%30.5
%28.6

CMYK color model

#ECB0A5 color CMYK value is (0,25,30,7).

  • cyan value is 0.00%
  • magenta value is 25.42%
  • yellow value is 30.08%
  • key color value is 7.45%
CMYK:
(0,25,30,7)
C0M25Y30K7 
(0%,25%,30%,7%)
(0.00/0.25/0.30/0.07)	

CMYK percentages

%0
%25.42
%30.08
%7.45

Codes

Color #ECB0A5 in popluar color models

ECB0A5
RGB236176165
HSL65.14%78.63%
HSB/HSV30.08%92.55%
CMYK0.00%25.42%30.08%
7.45%

Color #ECB0A5 in popluar number systems.

HEXECB0A5
Decimal236176165
Binary111011001011000010100101
Octal354260245

Shades and tints

Shades of #ECB0A5

#ECB0A5
(236,176,165)
#D7A096
(215,160,150)
#C29087
(194,144,135)
#AD8078
(173,128,120)
#987069
(152,112,105)
#83605A
(131,96,90)
#6E504B
(110,80,75)
#59403C
(89,64,60)
#44302D
(68,48,45)
#2F201E
(47,32,30)
#1A100F
(26,16,15)
#000000
(0,0,0)

Tints of #ECB0A5

#ECB0A5
(236,176,165)
#EDB7AD
(237,183,173)
#EEBEB5
(238,190,181)
#EFC5BD
(239,197,189)
#F0CCC5
(240,204,197)
#F1D3CD
(241,211,205)
#F2DAD5
(242,218,213)
#F3E1DD
(243,225,221)
#F4E8E5
(244,232,229)
#F5EFED
(245,239,237)
#F6F6F5
(246,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECB0A5; }

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

This text font color is #ECB0A5.


Background Color

.myBgColor { background-color: #ECB0A5; }

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

This div background color is #ECB0A5.


Border color

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

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

This div border color is #ECB0A5.


Opacity

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

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

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

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

This text has shadow with #ECB0A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECB0A5 on black background.


Color preview on white background

This text has color #ECB0A5 on white background.



Black color preview on #ECB0A5 background

This text has black color on #ECB0A5 background.


White color preview on #ECB0A5 background

This text has white color on #ECB0A5 background.