COLOR #ECDABB

HEX: #ECDABB
RGB: (236,218,187)

Color info

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

RGB color model

#ECDABB color RGB value is (236,218,187).

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

RGB channels and saturation

R 236 of 255 = 93%
G 218 of 255 = 85%
B 187 of 255 = 73%

236
218
187

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

Portions of RGB colors in percentages

R + G + B =
236 + 218 + 187 = 641 (100%)
R 236 of 641 ~ 36.82%
G 218 of 641 ~ 34.01%
B 187 of 641 ~ 29.17%

%36.82
%34.01
%29.17

CMYK color model

#ECDABB color CMYK value is (0,8,21,7).

  • cyan value is 0.00%
  • magenta value is 7.63%
  • yellow value is 20.76%
  • key color value is 7.45%
CMYK:
(0,8,21,7)
C0M8Y21K7 
(0%,8%,21%,7%)
(0.00/0.08/0.21/0.07)	

CMYK percentages

%0
%7.63
%20.76
%7.45

Codes

Color #ECDABB in popluar color models

ECDABB
RGB236218187
HSL38°56.32%82.94%
HSB/HSV38°20.76%92.55%
CMYK0.00%7.63%20.76%
7.45%

Color #ECDABB in popluar number systems.

HEXECDABB
Decimal236218187
Binary111011001101101010111011
Octal354332273

Shades and tints

Shades of #ECDABB

#ECDABB
(236,218,187)
#D7C7AA
(215,199,170)
#C2B499
(194,180,153)
#ADA188
(173,161,136)
#988E77
(152,142,119)
#837B66
(131,123,102)
#6E6855
(110,104,85)
#595544
(89,85,68)
#444233
(68,66,51)
#2F2F22
(47,47,34)
#1A1C11
(26,28,17)
#000000
(0,0,0)

Tints of #ECDABB

#ECDABB
(236,218,187)
#EDDDC1
(237,221,193)
#EEE0C7
(238,224,199)
#EFE3CD
(239,227,205)
#F0E6D3
(240,230,211)
#F1E9D9
(241,233,217)
#F2ECDF
(242,236,223)
#F3EFE5
(243,239,229)
#F4F2EB
(244,242,235)
#F5F5F1
(245,245,241)
#F6F8F7
(246,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECDABB color. Also use rgb(236,218,187) instead hex code.

Text Font Color

.myTextColor { color: #ECDABB; }

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

This text font color is #ECDABB.


Background Color

.myBgColor { background-color: #ECDABB; }

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

This div background color is #ECDABB.


Border color

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

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

This div border color is #ECDABB.


Opacity

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

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

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

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

This text has shadow with #ECDABB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECDABB on black background.


Color preview on white background

This text has color #ECDABB on white background.



Black color preview on #ECDABB background

This text has black color on #ECDABB background.


White color preview on #ECDABB background

This text has white color on #ECDABB background.