COLOR #ECC7AA

HEX: #ECC7AA
RGB: (236,199,170)

Color info

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

RGB color model

#ECC7AA color RGB value is (236,199,170).

  • red value is 236;
  • green value is 199;
  • blue value is 170.
RGB:
(236,199,170)
(93%,78%,67%)

RGB channels and saturation

R 236 of 255 = 93%
G 199 of 255 = 78%
B 170 of 255 = 67%

236
199
170

R + G + B ~ 79%. #ECC7AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 199 + 170 = 605 (100%)
R 236 of 605 ~ 39.01%
G 199 of 605 ~ 32.89%
B 170 of 605 ~ 28.1%

%39.01
%32.89
%28.1

CMYK color model

#ECC7AA color CMYK value is (0,16,28,7).

  • cyan value is 0.00%
  • magenta value is 15.68%
  • yellow value is 27.97%
  • key color value is 7.45%
CMYK:
(0,16,28,7)
C0M16Y28K7 
(0%,16%,28%,7%)
(0.00/0.16/0.28/0.07)	

CMYK percentages

%0
%15.68
%27.97
%7.45

Codes

Color #ECC7AA in popluar color models

ECC7AA
RGB236199170
HSL26°63.46%79.61%
HSB/HSV26°27.97%92.55%
CMYK0.00%15.68%27.97%
7.45%

Color #ECC7AA in popluar number systems.

HEXECC7AA
Decimal236199170
Binary111011001100011110101010
Octal354307252

Shades and tints

Shades of #ECC7AA

#ECC7AA
(236,199,170)
#D7B59B
(215,181,155)
#C2A38C
(194,163,140)
#AD917D
(173,145,125)
#987F6E
(152,127,110)
#836D5F
(131,109,95)
#6E5B50
(110,91,80)
#594941
(89,73,65)
#443732
(68,55,50)
#2F2523
(47,37,35)
#1A1314
(26,19,20)
#000000
(0,0,0)

Tints of #ECC7AA

#ECC7AA
(236,199,170)
#EDCCB1
(237,204,177)
#EED1B8
(238,209,184)
#EFD6BF
(239,214,191)
#F0DBC6
(240,219,198)
#F1E0CD
(241,224,205)
#F2E5D4
(242,229,212)
#F3EADB
(243,234,219)
#F4EFE2
(244,239,226)
#F5F4E9
(245,244,233)
#F6F9F0
(246,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECC7AA; }

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

This text font color is #ECC7AA.


Background Color

.myBgColor { background-color: #ECC7AA; }

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

This div background color is #ECC7AA.


Border color

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

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

This div border color is #ECC7AA.


Opacity

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

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

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

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

This text has shadow with #ECC7AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECC7AA on black background.


Color preview on white background

This text has color #ECC7AA on white background.



Black color preview on #ECC7AA background

This text has black color on #ECC7AA background.


White color preview on #ECC7AA background

This text has white color on #ECC7AA background.