COLOR #ECD0B6

HEX: #ECD0B6
RGB: (236,208,182)

Color info

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

RGB color model

#ECD0B6 color RGB value is (236,208,182).

  • red value is 236;
  • green value is 208;
  • blue value is 182.
RGB:
(236,208,182)
(93%,82%,71%)

RGB channels and saturation

R 236 of 255 = 93%
G 208 of 255 = 82%
B 182 of 255 = 71%

236
208
182

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

Portions of RGB colors in percentages

R + G + B =
236 + 208 + 182 = 626 (100%)
R 236 of 626 ~ 37.7%
G 208 of 626 ~ 33.23%
B 182 of 626 ~ 29.07%

%37.7
%33.23
%29.07

CMYK color model

#ECD0B6 color CMYK value is (0,12,23,7).

  • cyan value is 0.00%
  • magenta value is 11.86%
  • yellow value is 22.88%
  • key color value is 7.45%
CMYK:
(0,12,23,7)
C0M12Y23K7 
(0%,12%,23%,7%)
(0.00/0.12/0.23/0.07)	

CMYK percentages

%0
%11.86
%22.88
%7.45

Codes

Color #ECD0B6 in popluar color models

ECD0B6
RGB236208182
HSL29°58.70%81.96%
HSB/HSV29°22.88%92.55%
CMYK0.00%11.86%22.88%
7.45%

Color #ECD0B6 in popluar number systems.

HEXECD0B6
Decimal236208182
Binary111011001101000010110110
Octal354320266

Shades and tints

Shades of #ECD0B6

#ECD0B6
(236,208,182)
#D7BEA6
(215,190,166)
#C2AC96
(194,172,150)
#AD9A86
(173,154,134)
#988876
(152,136,118)
#837666
(131,118,102)
#6E6456
(110,100,86)
#595246
(89,82,70)
#444036
(68,64,54)
#2F2E26
(47,46,38)
#1A1C16
(26,28,22)
#000000
(0,0,0)

Tints of #ECD0B6

#ECD0B6
(236,208,182)
#EDD4BC
(237,212,188)
#EED8C2
(238,216,194)
#EFDCC8
(239,220,200)
#F0E0CE
(240,224,206)
#F1E4D4
(241,228,212)
#F2E8DA
(242,232,218)
#F3ECE0
(243,236,224)
#F4F0E6
(244,240,230)
#F5F4EC
(245,244,236)
#F6F8F2
(246,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECD0B6 color. Also use rgb(236,208,182) instead hex code.

Text Font Color

.myTextColor { color: #ECD0B6; }

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

This text font color is #ECD0B6.


Background Color

.myBgColor { background-color: #ECD0B6; }

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

This div background color is #ECD0B6.


Border color

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

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

This div border color is #ECD0B6.


Opacity

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

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

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

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

This text has shadow with #ECD0B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECD0B6 on black background.


Color preview on white background

This text has color #ECD0B6 on white background.



Black color preview on #ECD0B6 background

This text has black color on #ECD0B6 background.


White color preview on #ECD0B6 background

This text has white color on #ECD0B6 background.