COLOR #ECCBA0

HEX: #ECCBA0
RGB: (236,203,160)

Color info

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

RGB color model

#ECCBA0 color RGB value is (236,203,160).

  • red value is 236;
  • green value is 203;
  • blue value is 160.
RGB:
(236,203,160)
(93%,80%,63%)

RGB channels and saturation

R 236 of 255 = 93%
G 203 of 255 = 80%
B 160 of 255 = 63%

236
203
160

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

Portions of RGB colors in percentages

R + G + B =
236 + 203 + 160 = 599 (100%)
R 236 of 599 ~ 39.4%
G 203 of 599 ~ 33.89%
B 160 of 599 ~ 26.71%

%39.4
%33.89
%26.71

CMYK color model

#ECCBA0 color CMYK value is (0,14,32,7).

  • cyan value is 0.00%
  • magenta value is 13.98%
  • yellow value is 32.20%
  • key color value is 7.45%
CMYK:
(0,14,32,7)
C0M14Y32K7 
(0%,14%,32%,7%)
(0.00/0.14/0.32/0.07)	

CMYK percentages

%0
%13.98
%32.2
%7.45

Codes

Color #ECCBA0 in popluar color models

ECCBA0
RGB236203160
HSL34°66.67%77.65%
HSB/HSV34°32.20%92.55%
CMYK0.00%13.98%32.20%
7.45%

Color #ECCBA0 in popluar number systems.

HEXECCBA0
Decimal236203160
Binary111011001100101110100000
Octal354313240

Shades and tints

Shades of #ECCBA0

#ECCBA0
(236,203,160)
#D7B992
(215,185,146)
#C2A784
(194,167,132)
#AD9576
(173,149,118)
#988368
(152,131,104)
#83715A
(131,113,90)
#6E5F4C
(110,95,76)
#594D3E
(89,77,62)
#443B30
(68,59,48)
#2F2922
(47,41,34)
#1A1714
(26,23,20)
#000000
(0,0,0)

Tints of #ECCBA0

#ECCBA0
(236,203,160)
#EDCFA8
(237,207,168)
#EED3B0
(238,211,176)
#EFD7B8
(239,215,184)
#F0DBC0
(240,219,192)
#F1DFC8
(241,223,200)
#F2E3D0
(242,227,208)
#F3E7D8
(243,231,216)
#F4EBE0
(244,235,224)
#F5EFE8
(245,239,232)
#F6F3F0
(246,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECCBA0 color. Also use rgb(236,203,160) instead hex code.

Text Font Color

.myTextColor { color: #ECCBA0; }

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

This text font color is #ECCBA0.


Background Color

.myBgColor { background-color: #ECCBA0; }

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

This div background color is #ECCBA0.


Border color

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

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

This div border color is #ECCBA0.


Opacity

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

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

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

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

This text has shadow with #ECCBA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECCBA0 on black background.


Color preview on white background

This text has color #ECCBA0 on white background.



Black color preview on #ECCBA0 background

This text has black color on #ECCBA0 background.


White color preview on #ECCBA0 background

This text has white color on #ECCBA0 background.