COLOR #ECB9A5

HEX: #ECB9A5
RGB: (236,185,165)

Color info

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

RGB color model

#ECB9A5 color RGB value is (236,185,165).

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

RGB channels and saturation

R 236 of 255 = 93%
G 185 of 255 = 73%
B 165 of 255 = 65%

236
185
165

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

Portions of RGB colors in percentages

R + G + B =
236 + 185 + 165 = 586 (100%)
R 236 of 586 ~ 40.27%
G 185 of 586 ~ 31.57%
B 165 of 586 ~ 28.16%

%40.27
%31.57
%28.16

CMYK color model

#ECB9A5 color CMYK value is (0,22,30,7).

  • cyan value is 0.00%
  • magenta value is 21.61%
  • yellow value is 30.08%
  • key color value is 7.45%
CMYK:
(0,22,30,7)
C0M22Y30K7 
(0%,22%,30%,7%)
(0.00/0.22/0.30/0.07)	

CMYK percentages

%0
%21.61
%30.08
%7.45

Codes

Color #ECB9A5 in popluar color models

ECB9A5
RGB236185165
HSL17°65.14%78.63%
HSB/HSV17°30.08%92.55%
CMYK0.00%21.61%30.08%
7.45%

Color #ECB9A5 in popluar number systems.

HEXECB9A5
Decimal236185165
Binary111011001011100110100101
Octal354271245

Shades and tints

Shades of #ECB9A5

#ECB9A5
(236,185,165)
#D7A996
(215,169,150)
#C29987
(194,153,135)
#AD8978
(173,137,120)
#987969
(152,121,105)
#83695A
(131,105,90)
#6E594B
(110,89,75)
#59493C
(89,73,60)
#44392D
(68,57,45)
#2F291E
(47,41,30)
#1A190F
(26,25,15)
#000000
(0,0,0)

Tints of #ECB9A5

#ECB9A5
(236,185,165)
#EDBFAD
(237,191,173)
#EEC5B5
(238,197,181)
#EFCBBD
(239,203,189)
#F0D1C5
(240,209,197)
#F1D7CD
(241,215,205)
#F2DDD5
(242,221,213)
#F3E3DD
(243,227,221)
#F4E9E5
(244,233,229)
#F5EFED
(245,239,237)
#F6F5F5
(246,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECB9A5; }

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

This text font color is #ECB9A5.


Background Color

.myBgColor { background-color: #ECB9A5; }

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

This div background color is #ECB9A5.


Border color

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

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

This div border color is #ECB9A5.


Opacity

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

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

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

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

This text has shadow with #ECB9A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECB9A5 on black background.


Color preview on white background

This text has color #ECB9A5 on white background.



Black color preview on #ECB9A5 background

This text has black color on #ECB9A5 background.


White color preview on #ECB9A5 background

This text has white color on #ECB9A5 background.