COLOR #ECDBAD

HEX: #ECDBAD
RGB: (236,219,173)

Color info

#ECDBAD contains mainly red and green colors. Web safe color of #ECDBAD is #FFCC99 (or #FC9).

RGB color model

#ECDBAD color RGB value is (236,219,173).

  • red value is 236;
  • green value is 219;
  • blue value is 173.
RGB:
(236,219,173)
(93%,86%,68%)

RGB channels and saturation

R 236 of 255 = 93%
G 219 of 255 = 86%
B 173 of 255 = 68%

236
219
173

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

Portions of RGB colors in percentages

R + G + B =
236 + 219 + 173 = 628 (100%)
R 236 of 628 ~ 37.58%
G 219 of 628 ~ 34.87%
B 173 of 628 ~ 27.55%

%37.58
%34.87
%27.55

CMYK color model

#ECDBAD color CMYK value is (0,7,27,7).

  • cyan value is 0.00%
  • magenta value is 7.20%
  • yellow value is 26.69%
  • key color value is 7.45%
CMYK:
(0,7,27,7)
C0M7Y27K7 
(0%,7%,27%,7%)
(0.00/0.07/0.27/0.07)	

CMYK percentages

%0
%7.2
%26.69
%7.45

Codes

Color #ECDBAD in popluar color models

ECDBAD
RGB236219173
HSL44°62.38%80.20%
HSB/HSV44°26.69%92.55%
CMYK0.00%7.20%26.69%
7.45%

Color #ECDBAD in popluar number systems.

HEXECDBAD
Decimal236219173
Binary111011001101101110101101
Octal354333255

Shades and tints

Shades of #ECDBAD

#ECDBAD
(236,219,173)
#D7C89E
(215,200,158)
#C2B58F
(194,181,143)
#ADA280
(173,162,128)
#988F71
(152,143,113)
#837C62
(131,124,98)
#6E6953
(110,105,83)
#595644
(89,86,68)
#444335
(68,67,53)
#2F3026
(47,48,38)
#1A1D17
(26,29,23)
#000000
(0,0,0)

Tints of #ECDBAD

#ECDBAD
(236,219,173)
#EDDEB4
(237,222,180)
#EEE1BB
(238,225,187)
#EFE4C2
(239,228,194)
#F0E7C9
(240,231,201)
#F1EAD0
(241,234,208)
#F2EDD7
(242,237,215)
#F3F0DE
(243,240,222)
#F4F3E5
(244,243,229)
#F5F6EC
(245,246,236)
#F6F9F3
(246,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECDBAD color. Also use rgb(236,219,173) instead hex code.

Text Font Color

.myTextColor { color: #ECDBAD; }

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

This text font color is #ECDBAD.


Background Color

.myBgColor { background-color: #ECDBAD; }

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

This div background color is #ECDBAD.


Border color

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

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

This div border color is #ECDBAD.


Opacity

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

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

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

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

This text has shadow with #ECDBAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECDBAD on black background.


Color preview on white background

This text has color #ECDBAD on white background.



Black color preview on #ECDBAD background

This text has black color on #ECDBAD background.


White color preview on #ECDBAD background

This text has white color on #ECDBAD background.