COLOR #ECD8AE

HEX: #ECD8AE
RGB: (236,216,174)

Color info

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

RGB color model

#ECD8AE color RGB value is (236,216,174).

  • red value is 236;
  • green value is 216;
  • blue value is 174.
RGB:
(236,216,174)
(93%,85%,68%)

RGB channels and saturation

R 236 of 255 = 93%
G 216 of 255 = 85%
B 174 of 255 = 68%

236
216
174

R + G + B ~ 82%. #ECD8AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 216 + 174 = 626 (100%)
R 236 of 626 ~ 37.7%
G 216 of 626 ~ 34.5%
B 174 of 626 ~ 27.8%

%37.7
%34.5
%27.8

CMYK color model

#ECD8AE color CMYK value is (0,8,26,7).

  • cyan value is 0.00%
  • magenta value is 8.47%
  • yellow value is 26.27%
  • key color value is 7.45%
CMYK:
(0,8,26,7)
C0M8Y26K7 
(0%,8%,26%,7%)
(0.00/0.08/0.26/0.07)	

CMYK percentages

%0
%8.47
%26.27
%7.45

Codes

Color #ECD8AE in popluar color models

ECD8AE
RGB236216174
HSL41°62.00%80.39%
HSB/HSV41°26.27%92.55%
CMYK0.00%8.47%26.27%
7.45%

Color #ECD8AE in popluar number systems.

HEXECD8AE
Decimal236216174
Binary111011001101100010101110
Octal354330256

Shades and tints

Shades of #ECD8AE

#ECD8AE
(236,216,174)
#D7C59F
(215,197,159)
#C2B290
(194,178,144)
#AD9F81
(173,159,129)
#988C72
(152,140,114)
#837963
(131,121,99)
#6E6654
(110,102,84)
#595345
(89,83,69)
#444036
(68,64,54)
#2F2D27
(47,45,39)
#1A1A18
(26,26,24)
#000000
(0,0,0)

Tints of #ECD8AE

#ECD8AE
(236,216,174)
#EDDBB5
(237,219,181)
#EEDEBC
(238,222,188)
#EFE1C3
(239,225,195)
#F0E4CA
(240,228,202)
#F1E7D1
(241,231,209)
#F2EAD8
(242,234,216)
#F3EDDF
(243,237,223)
#F4F0E6
(244,240,230)
#F5F3ED
(245,243,237)
#F6F6F4
(246,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECD8AE color. Also use rgb(236,216,174) instead hex code.

Text Font Color

.myTextColor { color: #ECD8AE; }

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

This text font color is #ECD8AE.


Background Color

.myBgColor { background-color: #ECD8AE; }

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

This div background color is #ECD8AE.


Border color

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

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

This div border color is #ECD8AE.


Opacity

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

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

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

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

This text has shadow with #ECD8AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECD8AE on black background.


Color preview on white background

This text has color #ECD8AE on white background.



Black color preview on #ECD8AE background

This text has black color on #ECD8AE background.


White color preview on #ECD8AE background

This text has white color on #ECD8AE background.