COLOR #ECBCCA

HEX: #ECBCCA RGB: (236,188,202)

Color info

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

RGB color model

#ECBCCA color RGB value is (236,188,202).

RGB: (236,188,202) (93%, 74%, 79%)

RGB channels and saturation

R 236 of 255 = 93%
G 188 of 255 = 74%
B 202 of 255 = 79%

236
188
202

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

Portions of RGB colors in percentages

R + G + B = 236 + 188 + 202 = 626 (100%)
R 236 of 626 ~ 37.7%
G 188 of 626 ~ 30.03%
B 202 of 626 ~ 32.27'%

%37.7
%30.03
%32.27

CMYK color model

#ECBCCA color CMYK value is (0,20,14,7).

  • cyan value is 0.00%
  • magenta value is 20.34%
  • yellow value is 14.41%
  • key color value is 7.45%

CMYK: (0,20,14,7)
C0M20Y14K7 (0%, 20%, 14%, 7%)
(0.00 / 0.20 / 0.14 / 0.07)

CMYK percentages

%0
%20.34
%14.41
%7.45

Codes

Color #ECBCCA in popluar color models

EC BC CA
RGB 236 188 202
HSL 343° 55.81% 83.14%
HSB/HSV 343° 20.34% 92.55%
CMYK 0.00% 20.34% 14.41%
7.45%

Color #ECBCCA in popluar number systems.

HEX EC BC CA
Decimal 236 188 202
Binary 11101100 10111100 11001010
Octal 354 274 312

Shades and tints

Shades of #ECBCCA

#ECBCCA
(236,188,202)
#D7ABB8
(215,171,184)
#C29AA6
(194,154,166)
#AD8994
(173,137,148)
#987882
(152,120,130)
#836770
(131,103,112)
#6E565E
(110,86,94)
#59454C
(89,69,76)
#44343A
(68,52,58)
#2F2328
(47,35,40)
#1A1216
(26,18,22)
#000000
(0,0,0)

Tints of #ECBCCA

#ECBCCA
(236,188,202)
#EDC2CE
(237,194,206)
#EEC8D2
(238,200,210)
#EFCED6
(239,206,214)
#F0D4DA
(240,212,218)
#F1DADE
(241,218,222)
#F2E0E2
(242,224,226)
#F3E6E6
(243,230,230)
#F4ECEA
(244,236,234)
#F5F2EE
(245,242,238)
#F6F8F2
(246,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECBCCA color. Also use rgb(236,188,202) instead hex code.

Text Font Color

.myTextColor { color: #ECBCCA; }

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

This text font color is #ECBCCA.

Background Color

.myBgColor { background-color: #ECBCCA; }

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

This div background color is #ECBCCA.

Border color

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

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

This div border color is #ECBCCA.

Opacity

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

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

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

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

This text has shadow with #ECBCCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECBCCA.

Preview

Color preview on black background

This text has color #ECBCCA on black background.


Color preview on white background

This text has color #ECBCCA on white background.


Black color preview on #ECBCCA background

This text has black color on #ECBCCA background.


White color preview on #ECBCCA background

This text has white color on #ECBCCA background.


Related colors

Complementary color

Complementary color for #hex is #134335.


I love getcolorcode.com

Triadic colors

1 #CAECBC and #BCCAEC with #ECBCCA are triadic colors.

2 #CABCEC and #BCECCA with #ECBCCA are triadic colors.