COLOR #ECD9B5

HEX: #ECD9B5
RGB: (236,217,181)

Color info

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

RGB color model

#ECD9B5 color RGB value is (236,217,181).

  • red value is 236;
  • green value is 217;
  • blue value is 181.
RGB:
(236,217,181)
(93%,85%,71%)

RGB channels and saturation

R 236 of 255 = 93%
G 217 of 255 = 85%
B 181 of 255 = 71%

236
217
181

R + G + B ~ 83%. #ECD9B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 217 + 181 = 634 (100%)
R 236 of 634 ~ 37.22%
G 217 of 634 ~ 34.23%
B 181 of 634 ~ 28.55%

%37.22
%34.23
%28.55

CMYK color model

#ECD9B5 color CMYK value is (0,8,23,7).

  • cyan value is 0.00%
  • magenta value is 8.05%
  • yellow value is 23.31%
  • key color value is 7.45%
CMYK:
(0,8,23,7)
C0M8Y23K7 
(0%,8%,23%,7%)
(0.00/0.08/0.23/0.07)	

CMYK percentages

%0
%8.05
%23.31
%7.45

Codes

Color #ECD9B5 in popluar color models

ECD9B5
RGB236217181
HSL39°59.14%81.76%
HSB/HSV39°23.31%92.55%
CMYK0.00%8.05%23.31%
7.45%

Color #ECD9B5 in popluar number systems.

HEXECD9B5
Decimal236217181
Binary111011001101100110110101
Octal354331265

Shades and tints

Shades of #ECD9B5

#ECD9B5
(236,217,181)
#D7C6A5
(215,198,165)
#C2B395
(194,179,149)
#ADA085
(173,160,133)
#988D75
(152,141,117)
#837A65
(131,122,101)
#6E6755
(110,103,85)
#595445
(89,84,69)
#444135
(68,65,53)
#2F2E25
(47,46,37)
#1A1B15
(26,27,21)
#000000
(0,0,0)

Tints of #ECD9B5

#ECD9B5
(236,217,181)
#EDDCBB
(237,220,187)
#EEDFC1
(238,223,193)
#EFE2C7
(239,226,199)
#F0E5CD
(240,229,205)
#F1E8D3
(241,232,211)
#F2EBD9
(242,235,217)
#F3EEDF
(243,238,223)
#F4F1E5
(244,241,229)
#F5F4EB
(245,244,235)
#F6F7F1
(246,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECD9B5 color. Also use rgb(236,217,181) instead hex code.

Text Font Color

.myTextColor { color: #ECD9B5; }

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

This text font color is #ECD9B5.


Background Color

.myBgColor { background-color: #ECD9B5; }

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

This div background color is #ECD9B5.


Border color

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

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

This div border color is #ECD9B5.


Opacity

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

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

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

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

This text has shadow with #ECD9B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECD9B5 on black background.


Color preview on white background

This text has color #ECD9B5 on white background.



Black color preview on #ECD9B5 background

This text has black color on #ECD9B5 background.


White color preview on #ECD9B5 background

This text has white color on #ECD9B5 background.