COLOR #ECB7AA

HEX: #ECB7AA RGB: (236,183,170)

Color info

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

RGB color model

#ECB7AA color RGB value is (236,183,170).

RGB: (236,183,170) (93%, 72%, 67%)

RGB channels and saturation

R 236 of 255 = 93%
G 183 of 255 = 72%
B 170 of 255 = 67%

236
183
170

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

Portions of RGB colors in percentages

R + G + B = 236 + 183 + 170 = 589 (100%)
R 236 of 589 ~ 40.07%
G 183 of 589 ~ 31.07%
B 170 of 589 ~ 28.86'%

%40.07
%31.07
%28.86

CMYK color model

#ECB7AA color CMYK value is (0,22,28,7).

  • cyan value is 0.00%
  • magenta value is 22.46%
  • yellow value is 27.97%
  • key color value is 7.45%

CMYK: (0,22,28,7)
C0M22Y28K7 (0%, 22%, 28%, 7%)
(0.00 / 0.22 / 0.28 / 0.07)

CMYK percentages

%0
%22.46
%27.97
%7.45

Codes

Color #ECB7AA in popluar color models

EC B7 AA
RGB 236 183 170
HSL 12° 63.46% 79.61%
HSB/HSV 12° 27.97% 92.55%
CMYK 0.00% 22.46% 27.97%
7.45%

Color #ECB7AA in popluar number systems.

HEX EC B7 AA
Decimal 236 183 170
Binary 11101100 10110111 10101010
Octal 354 267 252

Shades and tints

Shades of #ECB7AA

#ECB7AA
(236,183,170)
#D7A79B
(215,167,155)
#C2978C
(194,151,140)
#AD877D
(173,135,125)
#98776E
(152,119,110)
#83675F
(131,103,95)
#6E5750
(110,87,80)
#594741
(89,71,65)
#443732
(68,55,50)
#2F2723
(47,39,35)
#1A1714
(26,23,20)
#000000
(0,0,0)

Tints of #ECB7AA

#ECB7AA
(236,183,170)
#EDBDB1
(237,189,177)
#EEC3B8
(238,195,184)
#EFC9BF
(239,201,191)
#F0CFC6
(240,207,198)
#F1D5CD
(241,213,205)
#F2DBD4
(242,219,212)
#F3E1DB
(243,225,219)
#F4E7E2
(244,231,226)
#F5EDE9
(245,237,233)
#F6F3F0
(246,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECB7AA color. Also use rgb(236,183,170) instead hex code.

Text Font Color

.myTextColor { color: #ECB7AA; }

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

This text font color is #ECB7AA.

Background Color

.myBgColor { background-color: #ECB7AA; }

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

This div background color is #ECB7AA.

Border color

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

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

This div border color is #ECB7AA.

Opacity

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

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

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

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

This text has shadow with #ECB7AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECB7AA.

Preview

Color preview on black background

This text has color #ECB7AA on black background.


Color preview on white background

This text has color #ECB7AA on white background.


Black color preview on #ECB7AA background

This text has black color on #ECB7AA background.


White color preview on #ECB7AA background

This text has white color on #ECB7AA background.


Related colors

Complementary color

Complementary color for #hex is #134855.


I love getcolorcode.com

Triadic colors

1 #AAECB7 and #B7AAEC with #ECB7AA are triadic colors.

2 #AAB7EC and #B7ECAA with #ECB7AA are triadic colors.