COLOR #ECDFCB

HEX: #ECDFCB
RGB: (236,223,203)

Color info

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

RGB color model

#ECDFCB color RGB value is (236,223,203).

  • red value is 236;
  • green value is 223;
  • blue value is 203.
RGB:
(236,223,203)
(93%,87%,80%)

RGB channels and saturation

R 236 of 255 = 93%
G 223 of 255 = 87%
B 203 of 255 = 80%

236
223
203

R + G + B ~ 87%. #ECDFCB is light color.

Portions of RGB colors in percentages

R + G + B =
236 + 223 + 203 = 662 (100%)
R 236 of 662 ~ 35.65%
G 223 of 662 ~ 33.69%
B 203 of 662 ~ 30.66%

%35.65
%33.69
%30.66

CMYK color model

#ECDFCB color CMYK value is (0,6,14,7).

  • cyan value is 0.00%
  • magenta value is 5.51%
  • yellow value is 13.98%
  • key color value is 7.45%
CMYK:
(0,6,14,7)
C0M6Y14K7 
(0%,6%,14%,7%)
(0.00/0.06/0.14/0.07)	

CMYK percentages

%0
%5.51
%13.98
%7.45

Codes

Color #ECDFCB in popluar color models

ECDFCB
RGB236223203
HSL36°46.48%86.08%
HSB/HSV36°13.98%92.55%
CMYK0.00%5.51%13.98%
7.45%

Color #ECDFCB in popluar number systems.

HEXECDFCB
Decimal236223203
Binary111011001101111111001011
Octal354337313

Shades and tints

Shades of #ECDFCB

#ECDFCB
(236,223,203)
#D7CBB9
(215,203,185)
#C2B7A7
(194,183,167)
#ADA395
(173,163,149)
#988F83
(152,143,131)
#837B71
(131,123,113)
#6E675F
(110,103,95)
#59534D
(89,83,77)
#443F3B
(68,63,59)
#2F2B29
(47,43,41)
#1A1717
(26,23,23)
#000000
(0,0,0)

Tints of #ECDFCB

#ECDFCB
(236,223,203)
#EDE1CF
(237,225,207)
#EEE3D3
(238,227,211)
#EFE5D7
(239,229,215)
#F0E7DB
(240,231,219)
#F1E9DF
(241,233,223)
#F2EBE3
(242,235,227)
#F3EDE7
(243,237,231)
#F4EFEB
(244,239,235)
#F5F1EF
(245,241,239)
#F6F3F3
(246,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECDFCB color. Also use rgb(236,223,203) instead hex code.

Text Font Color

.myTextColor { color: #ECDFCB; }

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

This text font color is #ECDFCB.


Background Color

.myBgColor { background-color: #ECDFCB; }

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

This div background color is #ECDFCB.


Border color

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

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

This div border color is #ECDFCB.


Opacity

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

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

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

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

This text has shadow with #ECDFCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECDFCB on black background.


Color preview on white background

This text has color #ECDFCB on white background.



Black color preview on #ECDFCB background

This text has black color on #ECDFCB background.


White color preview on #ECDFCB background

This text has white color on #ECDFCB background.