COLOR #ECD4C3

HEX: #ECD4C3
RGB: (236,212,195)

Color info

#ECD4C3 contains red, green and blue colors in about the same proportion. Web safe color of #ECD4C3 is #FFCCCC (or #FCC).

RGB color model

#ECD4C3 color RGB value is (236,212,195).

  • red value is 236;
  • green value is 212;
  • blue value is 195.
RGB:
(236,212,195)
(93%,83%,76%)

RGB channels and saturation

R 236 of 255 = 93%
G 212 of 255 = 83%
B 195 of 255 = 76%

236
212
195

R + G + B ~ 84%. #ECD4C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 212 + 195 = 643 (100%)
R 236 of 643 ~ 36.7%
G 212 of 643 ~ 32.97%
B 195 of 643 ~ 30.33%

%36.7
%32.97
%30.33

CMYK color model

#ECD4C3 color CMYK value is (0,10,17,7).

  • cyan value is 0.00%
  • magenta value is 10.17%
  • yellow value is 17.37%
  • key color value is 7.45%
CMYK:
(0,10,17,7)
C0M10Y17K7 
(0%,10%,17%,7%)
(0.00/0.10/0.17/0.07)	

CMYK percentages

%0
%10.17
%17.37
%7.45

Codes

Color #ECD4C3 in popluar color models

ECD4C3
RGB236212195
HSL25°51.90%84.51%
HSB/HSV25°17.37%92.55%
CMYK0.00%10.17%17.37%
7.45%

Color #ECD4C3 in popluar number systems.

HEXECD4C3
Decimal236212195
Binary111011001101010011000011
Octal354324303

Shades and tints

Shades of #ECD4C3

#ECD4C3
(236,212,195)
#D7C1B2
(215,193,178)
#C2AEA1
(194,174,161)
#AD9B90
(173,155,144)
#98887F
(152,136,127)
#83756E
(131,117,110)
#6E625D
(110,98,93)
#594F4C
(89,79,76)
#443C3B
(68,60,59)
#2F292A
(47,41,42)
#1A1619
(26,22,25)
#000000
(0,0,0)

Tints of #ECD4C3

#ECD4C3
(236,212,195)
#EDD7C8
(237,215,200)
#EEDACD
(238,218,205)
#EFDDD2
(239,221,210)
#F0E0D7
(240,224,215)
#F1E3DC
(241,227,220)
#F2E6E1
(242,230,225)
#F3E9E6
(243,233,230)
#F4ECEB
(244,236,235)
#F5EFF0
(245,239,240)
#F6F2F5
(246,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECD4C3; }

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

This text font color is #ECD4C3.


Background Color

.myBgColor { background-color: #ECD4C3; }

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

This div background color is #ECD4C3.


Border color

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

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

This div border color is #ECD4C3.


Opacity

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

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

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

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

This text has shadow with #ECD4C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECD4C3 on black background.


Color preview on white background

This text has color #ECD4C3 on white background.



Black color preview on #ECD4C3 background

This text has black color on #ECD4C3 background.


White color preview on #ECD4C3 background

This text has white color on #ECD4C3 background.