COLOR #ECA7A5

HEX: #ECA7A5 RGB: (236,167,165)

Color info

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

RGB color model

#ECA7A5 color RGB value is (236,167,165).

RGB: (236,167,165) (93%, 65%, 65%)

RGB channels and saturation

R 236 of 255 = 93%
G 167 of 255 = 65%
B 165 of 255 = 65%

236
167
165

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

Portions of RGB colors in percentages

R + G + B = 236 + 167 + 165 = 568 (100%)
R 236 of 568 ~ 41.55%
G 167 of 568 ~ 29.4%
B 165 of 568 ~ 29.05'%

%41.55
%29.4
%29.05

CMYK color model

#ECA7A5 color CMYK value is (0,29,30,7).

  • cyan value is 0.00%
  • magenta value is 29.24%
  • yellow value is 30.08%
  • key color value is 7.45%
CMYK: (0,29,30,7) C0M29Y30K7 (0%,29%,30%,7%) (0.00/0.29/0.30/0.07) 

CMYK percentages

%0
%29.24
%30.08
%7.45

Codes

Color #ECA7A5 in popluar color models

EC A7 A5
RGB 236 167 165
HSL 65.14% 78.63%
HSB/HSV 30.08% 92.55%
CMYK 0.00% 29.24% 30.08%
7.45%

Color #ECA7A5 in popluar number systems.

HEX EC A7 A5
Decimal 236 167 165
Binary 11101100 10100111 10100101
Octal 354 247 245

Shades and tints

Shades of #ECA7A5

#ECA7A5
(236,167,165)
#D79896
(215,152,150)
#C28987
(194,137,135)
#AD7A78
(173,122,120)
#986B69
(152,107,105)
#835C5A
(131,92,90)
#6E4D4B
(110,77,75)
#593E3C
(89,62,60)
#442F2D
(68,47,45)
#2F201E
(47,32,30)
#1A110F
(26,17,15)
#000000
(0,0,0)

Tints of #ECA7A5

#ECA7A5
(236,167,165)
#EDAFAD
(237,175,173)
#EEB7B5
(238,183,181)
#EFBFBD
(239,191,189)
#F0C7C5
(240,199,197)
#F1CFCD
(241,207,205)
#F2D7D5
(242,215,213)
#F3DFDD
(243,223,221)
#F4E7E5
(244,231,229)
#F5EFED
(245,239,237)
#F6F7F5
(246,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECA7A5; }

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

This text font color is #ECA7A5.

Background Color

.myBgColor { background-color: #ECA7A5; }

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

This div background color is #ECA7A5.

Border color

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

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

This div border color is #ECA7A5.

Opacity

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

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

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

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

This text has shadow with #ECA7A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECA7A5.

Preview

Color preview on black background

This text has color #ECA7A5 on black background.


Color preview on white background

This text has color #ECA7A5 on white background.


Black color preview on #ECA7A5 background

This text has black color on #ECA7A5 background.


White color preview on #ECA7A5 background

This text has white color on #ECA7A5 background.


Related colors

Complementary color

Complementary color for #hex is #13585A.


I love getcolorcode.com

Triadic colors

1 #A5ECA7 and #A7A5EC with #ECA7A5 are triadic colors.

2 #A5A7EC and #A7ECA5 with #ECA7A5 are triadic colors.