COLOR #ECD0A8

HEX: #ECD0A8
RGB: (236,208,168)

Color info

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

RGB color model

#ECD0A8 color RGB value is (236,208,168).

  • red value is 236;
  • green value is 208;
  • blue value is 168.
RGB:
(236,208,168)
(93%,82%,66%)

RGB channels and saturation

R 236 of 255 = 93%
G 208 of 255 = 82%
B 168 of 255 = 66%

236
208
168

R + G + B ~ 80%. #ECD0A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 208 + 168 = 612 (100%)
R 236 of 612 ~ 38.56%
G 208 of 612 ~ 33.99%
B 168 of 612 ~ 27.45%

%38.56
%33.99
%27.45

CMYK color model

#ECD0A8 color CMYK value is (0,12,29,7).

  • cyan value is 0.00%
  • magenta value is 11.86%
  • yellow value is 28.81%
  • key color value is 7.45%
CMYK:
(0,12,29,7)
C0M12Y29K7 
(0%,12%,29%,7%)
(0.00/0.12/0.29/0.07)	

CMYK percentages

%0
%11.86
%28.81
%7.45

Codes

Color #ECD0A8 in popluar color models

ECD0A8
RGB236208168
HSL35°64.15%79.22%
HSB/HSV35°28.81%92.55%
CMYK0.00%11.86%28.81%
7.45%

Color #ECD0A8 in popluar number systems.

HEXECD0A8
Decimal236208168
Binary111011001101000010101000
Octal354320250

Shades and tints

Shades of #ECD0A8

#ECD0A8
(236,208,168)
#D7BE99
(215,190,153)
#C2AC8A
(194,172,138)
#AD9A7B
(173,154,123)
#98886C
(152,136,108)
#83765D
(131,118,93)
#6E644E
(110,100,78)
#59523F
(89,82,63)
#444030
(68,64,48)
#2F2E21
(47,46,33)
#1A1C12
(26,28,18)
#000000
(0,0,0)

Tints of #ECD0A8

#ECD0A8
(236,208,168)
#EDD4AF
(237,212,175)
#EED8B6
(238,216,182)
#EFDCBD
(239,220,189)
#F0E0C4
(240,224,196)
#F1E4CB
(241,228,203)
#F2E8D2
(242,232,210)
#F3ECD9
(243,236,217)
#F4F0E0
(244,240,224)
#F5F4E7
(245,244,231)
#F6F8EE
(246,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECD0A8 color. Also use rgb(236,208,168) instead hex code.

Text Font Color

.myTextColor { color: #ECD0A8; }

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

This text font color is #ECD0A8.


Background Color

.myBgColor { background-color: #ECD0A8; }

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

This div background color is #ECD0A8.


Border color

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

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

This div border color is #ECD0A8.


Opacity

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

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

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

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

This text has shadow with #ECD0A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECD0A8 on black background.


Color preview on white background

This text has color #ECD0A8 on white background.



Black color preview on #ECD0A8 background

This text has black color on #ECD0A8 background.


White color preview on #ECD0A8 background

This text has white color on #ECD0A8 background.