COLOR #ECD2CC

HEX: #ECD2CC
RGB: (236,210,204)

Color info

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

RGB color model

#ECD2CC color RGB value is (236,210,204).

  • red value is 236;
  • green value is 210;
  • blue value is 204.
RGB:
(236,210,204)
(93%,82%,80%)

RGB channels and saturation

R 236 of 255 = 93%
G 210 of 255 = 82%
B 204 of 255 = 80%

236
210
204

R + G + B ~ 85%. #ECD2CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 210 + 204 = 650 (100%)
R 236 of 650 ~ 36.31%
G 210 of 650 ~ 32.31%
B 204 of 650 ~ 31.38%

%36.31
%32.31
%31.38

CMYK color model

#ECD2CC color CMYK value is (0,11,14,7).

  • cyan value is 0.00%
  • magenta value is 11.02%
  • yellow value is 13.56%
  • key color value is 7.45%
CMYK:
(0,11,14,7)
C0M11Y14K7 
(0%,11%,14%,7%)
(0.00/0.11/0.14/0.07)	

CMYK percentages

%0
%11.02
%13.56
%7.45

Codes

Color #ECD2CC in popluar color models

ECD2CC
RGB236210204
HSL11°45.71%86.27%
HSB/HSV11°13.56%92.55%
CMYK0.00%11.02%13.56%
7.45%

Color #ECD2CC in popluar number systems.

HEXECD2CC
Decimal236210204
Binary111011001101001011001100
Octal354322314

Shades and tints

Shades of #ECD2CC

#ECD2CC
(236,210,204)
#D7BFBA
(215,191,186)
#C2ACA8
(194,172,168)
#AD9996
(173,153,150)
#988684
(152,134,132)
#837372
(131,115,114)
#6E6060
(110,96,96)
#594D4E
(89,77,78)
#443A3C
(68,58,60)
#2F272A
(47,39,42)
#1A1418
(26,20,24)
#000000
(0,0,0)

Tints of #ECD2CC

#ECD2CC
(236,210,204)
#EDD6D0
(237,214,208)
#EEDAD4
(238,218,212)
#EFDED8
(239,222,216)
#F0E2DC
(240,226,220)
#F1E6E0
(241,230,224)
#F2EAE4
(242,234,228)
#F3EEE8
(243,238,232)
#F4F2EC
(244,242,236)
#F5F6F0
(245,246,240)
#F6FAF4
(246,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECD2CC color. Also use rgb(236,210,204) instead hex code.

Text Font Color

.myTextColor { color: #ECD2CC; }

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

This text font color is #ECD2CC.


Background Color

.myBgColor { background-color: #ECD2CC; }

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

This div background color is #ECD2CC.


Border color

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

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

This div border color is #ECD2CC.


Opacity

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

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

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

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

This text has shadow with #ECD2CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECD2CC on black background.


Color preview on white background

This text has color #ECD2CC on white background.



Black color preview on #ECD2CC background

This text has black color on #ECD2CC background.


White color preview on #ECD2CC background

This text has white color on #ECD2CC background.