COLOR #ECD8B9

HEX: #ECD8B9
RGB: (236,216,185)

Color info

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

RGB color model

#ECD8B9 color RGB value is (236,216,185).

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

RGB channels and saturation

R 236 of 255 = 93%
G 216 of 255 = 85%
B 185 of 255 = 73%

236
216
185

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

Portions of RGB colors in percentages

R + G + B =
236 + 216 + 185 = 637 (100%)
R 236 of 637 ~ 37.05%
G 216 of 637 ~ 33.91%
B 185 of 637 ~ 29.04%

%37.05
%33.91
%29.04

CMYK color model

#ECD8B9 color CMYK value is (0,8,22,7).

  • cyan value is 0.00%
  • magenta value is 8.47%
  • yellow value is 21.61%
  • key color value is 7.45%
CMYK:
(0,8,22,7)
C0M8Y22K7 
(0%,8%,22%,7%)
(0.00/0.08/0.22/0.07)	

CMYK percentages

%0
%8.47
%21.61
%7.45

Codes

Color #ECD8B9 in popluar color models

ECD8B9
RGB236216185
HSL36°57.30%82.55%
HSB/HSV36°21.61%92.55%
CMYK0.00%8.47%21.61%
7.45%

Color #ECD8B9 in popluar number systems.

HEXECD8B9
Decimal236216185
Binary111011001101100010111001
Octal354330271

Shades and tints

Shades of #ECD8B9

#ECD8B9
(236,216,185)
#D7C5A9
(215,197,169)
#C2B299
(194,178,153)
#AD9F89
(173,159,137)
#988C79
(152,140,121)
#837969
(131,121,105)
#6E6659
(110,102,89)
#595349
(89,83,73)
#444039
(68,64,57)
#2F2D29
(47,45,41)
#1A1A19
(26,26,25)
#000000
(0,0,0)

Tints of #ECD8B9

#ECD8B9
(236,216,185)
#EDDBBF
(237,219,191)
#EEDEC5
(238,222,197)
#EFE1CB
(239,225,203)
#F0E4D1
(240,228,209)
#F1E7D7
(241,231,215)
#F2EADD
(242,234,221)
#F3EDE3
(243,237,227)
#F4F0E9
(244,240,233)
#F5F3EF
(245,243,239)
#F6F6F5
(246,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECD8B9; }

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

This text font color is #ECD8B9.


Background Color

.myBgColor { background-color: #ECD8B9; }

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

This div background color is #ECD8B9.


Border color

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

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

This div border color is #ECD8B9.


Opacity

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

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

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

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

This text has shadow with #ECD8B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECD8B9 on black background.


Color preview on white background

This text has color #ECD8B9 on white background.



Black color preview on #ECD8B9 background

This text has black color on #ECD8B9 background.


White color preview on #ECD8B9 background

This text has white color on #ECD8B9 background.