COLOR #ECAD9C

HEX: #ECAD9C
RGB: (236,173,156)

Color info

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

RGB color model

#ECAD9C color RGB value is (236,173,156).

  • red value is 236;
  • green value is 173;
  • blue value is 156.
RGB:
(236,173,156)
(93%,68%,61%)

RGB channels and saturation

R 236 of 255 = 93%
G 173 of 255 = 68%
B 156 of 255 = 61%

236
173
156

R + G + B ~ 74%. #ECAD9C is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 173 + 156 = 565 (100%)
R 236 of 565 ~ 41.77%
G 173 of 565 ~ 30.62%
B 156 of 565 ~ 27.61%

%41.77
%30.62
%27.61

CMYK color model

#ECAD9C color CMYK value is (0,27,34,7).

  • cyan value is 0.00%
  • magenta value is 26.69%
  • yellow value is 33.90%
  • key color value is 7.45%
CMYK:
(0,27,34,7)
C0M27Y34K7 
(0%,27%,34%,7%)
(0.00/0.27/0.34/0.07)	

CMYK percentages

%0
%26.69
%33.9
%7.45

Codes

Color #ECAD9C in popluar color models

ECAD9C
RGB236173156
HSL13°67.80%76.86%
HSB/HSV13°33.90%92.55%
CMYK0.00%26.69%33.90%
7.45%

Color #ECAD9C in popluar number systems.

HEXECAD9C
Decimal236173156
Binary111011001010110110011100
Octal354255234

Shades and tints

Shades of #ECAD9C

#ECAD9C
(236,173,156)
#D79E8E
(215,158,142)
#C28F80
(194,143,128)
#AD8072
(173,128,114)
#987164
(152,113,100)
#836256
(131,98,86)
#6E5348
(110,83,72)
#59443A
(89,68,58)
#44352C
(68,53,44)
#2F261E
(47,38,30)
#1A1710
(26,23,16)
#000000
(0,0,0)

Tints of #ECAD9C

#ECAD9C
(236,173,156)
#EDB4A5
(237,180,165)
#EEBBAE
(238,187,174)
#EFC2B7
(239,194,183)
#F0C9C0
(240,201,192)
#F1D0C9
(241,208,201)
#F2D7D2
(242,215,210)
#F3DEDB
(243,222,219)
#F4E5E4
(244,229,228)
#F5ECED
(245,236,237)
#F6F3F6
(246,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECAD9C color. Also use rgb(236,173,156) instead hex code.

Text Font Color

.myTextColor { color: #ECAD9C; }

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

This text font color is #ECAD9C.


Background Color

.myBgColor { background-color: #ECAD9C; }

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

This div background color is #ECAD9C.


Border color

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

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

This div border color is #ECAD9C.


Opacity

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

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

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

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

This text has shadow with #ECAD9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECAD9C on black background.


Color preview on white background

This text has color #ECAD9C on white background.



Black color preview on #ECAD9C background

This text has black color on #ECAD9C background.


White color preview on #ECAD9C background

This text has white color on #ECAD9C background.