COLOR #ECC7A3

HEX: #ECC7A3
RGB: (236,199,163)

Color info

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

RGB color model

#ECC7A3 color RGB value is (236,199,163).

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

RGB channels and saturation

R 236 of 255 = 93%
G 199 of 255 = 78%
B 163 of 255 = 64%

236
199
163

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

Portions of RGB colors in percentages

R + G + B =
236 + 199 + 163 = 598 (100%)
R 236 of 598 ~ 39.46%
G 199 of 598 ~ 33.28%
B 163 of 598 ~ 27.26%

%39.46
%33.28
%27.26

CMYK color model

#ECC7A3 color CMYK value is (0,16,31,7).

  • cyan value is 0.00%
  • magenta value is 15.68%
  • yellow value is 30.93%
  • key color value is 7.45%
CMYK:
(0,16,31,7)
C0M16Y31K7 
(0%,16%,31%,7%)
(0.00/0.16/0.31/0.07)	

CMYK percentages

%0
%15.68
%30.93
%7.45

Codes

Color #ECC7A3 in popluar color models

ECC7A3
RGB236199163
HSL30°65.77%78.24%
HSB/HSV30°30.93%92.55%
CMYK0.00%15.68%30.93%
7.45%

Color #ECC7A3 in popluar number systems.

HEXECC7A3
Decimal236199163
Binary111011001100011110100011
Octal354307243

Shades and tints

Shades of #ECC7A3

#ECC7A3
(236,199,163)
#D7B595
(215,181,149)
#C2A387
(194,163,135)
#AD9179
(173,145,121)
#987F6B
(152,127,107)
#836D5D
(131,109,93)
#6E5B4F
(110,91,79)
#594941
(89,73,65)
#443733
(68,55,51)
#2F2525
(47,37,37)
#1A1317
(26,19,23)
#000000
(0,0,0)

Tints of #ECC7A3

#ECC7A3
(236,199,163)
#EDCCAB
(237,204,171)
#EED1B3
(238,209,179)
#EFD6BB
(239,214,187)
#F0DBC3
(240,219,195)
#F1E0CB
(241,224,203)
#F2E5D3
(242,229,211)
#F3EADB
(243,234,219)
#F4EFE3
(244,239,227)
#F5F4EB
(245,244,235)
#F6F9F3
(246,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECC7A3; }

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

This text font color is #ECC7A3.


Background Color

.myBgColor { background-color: #ECC7A3; }

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

This div background color is #ECC7A3.


Border color

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

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

This div border color is #ECC7A3.


Opacity

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

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

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

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

This text has shadow with #ECC7A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECC7A3 on black background.


Color preview on white background

This text has color #ECC7A3 on white background.



Black color preview on #ECC7A3 background

This text has black color on #ECC7A3 background.


White color preview on #ECC7A3 background

This text has white color on #ECC7A3 background.