COLOR #ECC1CE

HEX: #ECC1CE RGB: (236,193,206)

Color info

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

RGB color model

#ECC1CE color RGB value is (236,193,206).

RGB: (236,193,206) (93%, 76%, 81%)

RGB channels and saturation

R 236 of 255 = 93%
G 193 of 255 = 76%
B 206 of 255 = 81%

236
193
206

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

Portions of RGB colors in percentages

R + G + B = 236 + 193 + 206 = 635 (100%)
R 236 of 635 ~ 37.17%
G 193 of 635 ~ 30.39%
B 206 of 635 ~ 32.44'%

%37.17
%30.39
%32.44

CMYK color model

#ECC1CE color CMYK value is (0,18,13,7).

  • cyan value is 0.00%
  • magenta value is 18.22%
  • yellow value is 12.71%
  • key color value is 7.45%
CMYK: (0,18,13,7) C0M18Y13K7 (0%,18%,13%,7%) (0.00/0.18/0.13/0.07) 

CMYK percentages

%0
%18.22
%12.71
%7.45

Codes

Color #ECC1CE in popluar color models

EC C1 CE
RGB 236 193 206
HSL 342° 53.09% 84.12%
HSB/HSV 342° 18.22% 92.55%
CMYK 0.00% 18.22% 12.71%
7.45%

Color #ECC1CE in popluar number systems.

HEX EC C1 CE
Decimal 236 193 206
Binary 11101100 11000001 11001110
Octal 354 301 316

Shades and tints

Shades of #ECC1CE

#ECC1CE
(236,193,206)
#D7B0BC
(215,176,188)
#C29FAA
(194,159,170)
#AD8E98
(173,142,152)
#987D86
(152,125,134)
#836C74
(131,108,116)
#6E5B62
(110,91,98)
#594A50
(89,74,80)
#44393E
(68,57,62)
#2F282C
(47,40,44)
#1A171A
(26,23,26)
#000000
(0,0,0)

Tints of #ECC1CE

#ECC1CE
(236,193,206)
#EDC6D2
(237,198,210)
#EECBD6
(238,203,214)
#EFD0DA
(239,208,218)
#F0D5DE
(240,213,222)
#F1DAE2
(241,218,226)
#F2DFE6
(242,223,230)
#F3E4EA
(243,228,234)
#F4E9EE
(244,233,238)
#F5EEF2
(245,238,242)
#F6F3F6
(246,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECC1CE color. Also use rgb(236,193,206) instead hex code.

Text Font Color

.myTextColor { color: #ECC1CE; }

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

This text font color is #ECC1CE.

Background Color

.myBgColor { background-color: #ECC1CE; }

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

This div background color is #ECC1CE.

Border color

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

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

This div border color is #ECC1CE.

Opacity

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

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

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

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

This text has shadow with #ECC1CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECC1CE.

Preview

Color preview on black background

This text has color #ECC1CE on black background.


Color preview on white background

This text has color #ECC1CE on white background.


Black color preview on #ECC1CE background

This text has black color on #ECC1CE background.


White color preview on #ECC1CE background

This text has white color on #ECC1CE background.


Related colors

Complementary color

Complementary color for #hex is #133E31.


I love getcolorcode.com

Triadic colors

1 #CEECC1 and #C1CEEC with #ECC1CE are triadic colors.

2 #CEC1EC and #C1ECCE with #ECC1CE are triadic colors.