COLOR #ECD6B8

HEX: #ECD6B8
RGB: (236,214,184)

Color info

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

RGB color model

#ECD6B8 color RGB value is (236,214,184).

  • red value is 236;
  • green value is 214;
  • blue value is 184.
RGB:
(236,214,184)
(93%,84%,72%)

RGB channels and saturation

R 236 of 255 = 93%
G 214 of 255 = 84%
B 184 of 255 = 72%

236
214
184

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

Portions of RGB colors in percentages

R + G + B =
236 + 214 + 184 = 634 (100%)
R 236 of 634 ~ 37.22%
G 214 of 634 ~ 33.75%
B 184 of 634 ~ 29.02%

%37.22
%33.75
%29.02

CMYK color model

#ECD6B8 color CMYK value is (0,9,22,7).

  • cyan value is 0.00%
  • magenta value is 9.32%
  • yellow value is 22.03%
  • key color value is 7.45%
CMYK:
(0,9,22,7)
C0M9Y22K7 
(0%,9%,22%,7%)
(0.00/0.09/0.22/0.07)	

CMYK percentages

%0
%9.32
%22.03
%7.45

Codes

Color #ECD6B8 in popluar color models

ECD6B8
RGB236214184
HSL35°57.78%82.35%
HSB/HSV35°22.03%92.55%
CMYK0.00%9.32%22.03%
7.45%

Color #ECD6B8 in popluar number systems.

HEXECD6B8
Decimal236214184
Binary111011001101011010111000
Octal354326270

Shades and tints

Shades of #ECD6B8

#ECD6B8
(236,214,184)
#D7C3A8
(215,195,168)
#C2B098
(194,176,152)
#AD9D88
(173,157,136)
#988A78
(152,138,120)
#837768
(131,119,104)
#6E6458
(110,100,88)
#595148
(89,81,72)
#443E38
(68,62,56)
#2F2B28
(47,43,40)
#1A1818
(26,24,24)
#000000
(0,0,0)

Tints of #ECD6B8

#ECD6B8
(236,214,184)
#EDD9BE
(237,217,190)
#EEDCC4
(238,220,196)
#EFDFCA
(239,223,202)
#F0E2D0
(240,226,208)
#F1E5D6
(241,229,214)
#F2E8DC
(242,232,220)
#F3EBE2
(243,235,226)
#F4EEE8
(244,238,232)
#F5F1EE
(245,241,238)
#F6F4F4
(246,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECD6B8 color. Also use rgb(236,214,184) instead hex code.

Text Font Color

.myTextColor { color: #ECD6B8; }

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

This text font color is #ECD6B8.


Background Color

.myBgColor { background-color: #ECD6B8; }

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

This div background color is #ECD6B8.


Border color

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

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

This div border color is #ECD6B8.


Opacity

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

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

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

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

This text has shadow with #ECD6B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECD6B8 on black background.


Color preview on white background

This text has color #ECD6B8 on white background.



Black color preview on #ECD6B8 background

This text has black color on #ECD6B8 background.


White color preview on #ECD6B8 background

This text has white color on #ECD6B8 background.