COLOR #ECD4A7

HEX: #ECD4A7 RGB: (236,212,167)

Color info

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

RGB color model

#ECD4A7 color RGB value is (236,212,167).

RGB: (236,212,167) (93%, 83%, 65%)

RGB channels and saturation

R 236 of 255 = 93%
G 212 of 255 = 83%
B 167 of 255 = 65%

236
212
167

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

Portions of RGB colors in percentages

R + G + B = 236 + 212 + 167 = 615 (100%)
R 236 of 615 ~ 38.37%
G 212 of 615 ~ 34.47%
B 167 of 615 ~ 27.15'%

%38.37
%34.47
%27.15

CMYK color model

#ECD4A7 color CMYK value is (0,10,29,7).

  • cyan value is 0.00%
  • magenta value is 10.17%
  • yellow value is 29.24%
  • key color value is 7.45%

CMYK: (0,10,29,7)
C0M10Y29K7 (0%, 10%, 29%, 7%)
(0.00 / 0.10 / 0.29 / 0.07)

CMYK percentages

%0
%10.17
%29.24
%7.45

Codes

Color #ECD4A7 in popluar color models

EC D4 A7
RGB 236 212 167
HSL 39° 64.49% 79.02%
HSB/HSV 39° 29.24% 92.55%
CMYK 0.00% 10.17% 29.24%
7.45%

Color #ECD4A7 in popluar number systems.

HEX EC D4 A7
Decimal 236 212 167
Binary 11101100 11010100 10100111
Octal 354 324 247

Shades and tints

Shades of #ECD4A7

#ECD4A7
(236,212,167)
#D7C198
(215,193,152)
#C2AE89
(194,174,137)
#AD9B7A
(173,155,122)
#98886B
(152,136,107)
#83755C
(131,117,92)
#6E624D
(110,98,77)
#594F3E
(89,79,62)
#443C2F
(68,60,47)
#2F2920
(47,41,32)
#1A1611
(26,22,17)
#000000
(0,0,0)

Tints of #ECD4A7

#ECD4A7
(236,212,167)
#EDD7AF
(237,215,175)
#EEDAB7
(238,218,183)
#EFDDBF
(239,221,191)
#F0E0C7
(240,224,199)
#F1E3CF
(241,227,207)
#F2E6D7
(242,230,215)
#F3E9DF
(243,233,223)
#F4ECE7
(244,236,231)
#F5EFEF
(245,239,239)
#F6F2F7
(246,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECD4A7; }

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

This text font color is #ECD4A7.

Background Color

.myBgColor { background-color: #ECD4A7; }

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

This div background color is #ECD4A7.

Border color

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

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

This div border color is #ECD4A7.

Opacity

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

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

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

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

This text has shadow with #ECD4A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECD4A7.

Preview

Color preview on black background

This text has color #ECD4A7 on black background.


Color preview on white background

This text has color #ECD4A7 on white background.


Black color preview on #ECD4A7 background

This text has black color on #ECD4A7 background.


White color preview on #ECD4A7 background

This text has white color on #ECD4A7 background.


Related colors

Complementary color

Complementary color for #hex is #132B58.


I love getcolorcode.com

Triadic colors

1 #A7ECD4 and #D4A7EC with #ECD4A7 are triadic colors.

2 #A7D4EC and #D4ECA7 with #ECD4A7 are triadic colors.