COLOR #ECC4A7

HEX: #ECC4A7
RGB: (236,196,167)

Color info

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

RGB color model

#ECC4A7 color RGB value is (236,196,167).

  • red value is 236;
  • green value is 196;
  • blue value is 167.
RGB:
(236,196,167)
(93%,77%,65%)

RGB channels and saturation

R 236 of 255 = 93%
G 196 of 255 = 77%
B 167 of 255 = 65%

236
196
167

R + G + B ~ 78%. #ECC4A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 196 + 167 = 599 (100%)
R 236 of 599 ~ 39.4%
G 196 of 599 ~ 32.72%
B 167 of 599 ~ 27.88%

%39.4
%32.72
%27.88

CMYK color model

#ECC4A7 color CMYK value is (0,17,29,7).

  • cyan value is 0.00%
  • magenta value is 16.95%
  • yellow value is 29.24%
  • key color value is 7.45%
CMYK:
(0,17,29,7)
C0M17Y29K7 
(0%,17%,29%,7%)
(0.00/0.17/0.29/0.07)	

CMYK percentages

%0
%16.95
%29.24
%7.45

Codes

Color #ECC4A7 in popluar color models

ECC4A7
RGB236196167
HSL25°64.49%79.02%
HSB/HSV25°29.24%92.55%
CMYK0.00%16.95%29.24%
7.45%

Color #ECC4A7 in popluar number systems.

HEXECC4A7
Decimal236196167
Binary111011001100010010100111
Octal354304247

Shades and tints

Shades of #ECC4A7

#ECC4A7
(236,196,167)
#D7B398
(215,179,152)
#C2A289
(194,162,137)
#AD917A
(173,145,122)
#98806B
(152,128,107)
#836F5C
(131,111,92)
#6E5E4D
(110,94,77)
#594D3E
(89,77,62)
#443C2F
(68,60,47)
#2F2B20
(47,43,32)
#1A1A11
(26,26,17)
#000000
(0,0,0)

Tints of #ECC4A7

#ECC4A7
(236,196,167)
#EDC9AF
(237,201,175)
#EECEB7
(238,206,183)
#EFD3BF
(239,211,191)
#F0D8C7
(240,216,199)
#F1DDCF
(241,221,207)
#F2E2D7
(242,226,215)
#F3E7DF
(243,231,223)
#F4ECE7
(244,236,231)
#F5F1EF
(245,241,239)
#F6F6F7
(246,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECC4A7; }

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

This text font color is #ECC4A7.


Background Color

.myBgColor { background-color: #ECC4A7; }

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

This div background color is #ECC4A7.


Border color

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

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

This div border color is #ECC4A7.


Opacity

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

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

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

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

This text has shadow with #ECC4A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECC4A7 on black background.


Color preview on white background

This text has color #ECC4A7 on white background.



Black color preview on #ECC4A7 background

This text has black color on #ECC4A7 background.


White color preview on #ECC4A7 background

This text has white color on #ECC4A7 background.