COLOR #ECC4CA

HEX: #ECC4CA RGB: (236,196,202)

Color info

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

RGB color model

#ECC4CA color RGB value is (236,196,202).

RGB: (236,196,202) (93%, 77%, 79%)

RGB channels and saturation

R 236 of 255 = 93%
G 196 of 255 = 77%
B 202 of 255 = 79%

236
196
202

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

Portions of RGB colors in percentages

R + G + B = 236 + 196 + 202 = 634 (100%)
R 236 of 634 ~ 37.22%
G 196 of 634 ~ 30.91%
B 202 of 634 ~ 31.86'%

%37.22
%30.91
%31.86

CMYK color model

#ECC4CA color CMYK value is (0,17,14,7).

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

CMYK: (0,17,14,7)
C0M17Y14K7 (0%, 17%, 14%, 7%)
(0.00 / 0.17 / 0.14 / 0.07)

CMYK percentages

%0
%16.95
%14.41
%7.45

Codes

Color #ECC4CA in popluar color models

EC C4 CA
RGB 236 196 202
HSL 351° 51.28% 84.71%
HSB/HSV 351° 16.95% 92.55%
CMYK 0.00% 16.95% 14.41%
7.45%

Color #ECC4CA in popluar number systems.

HEX EC C4 CA
Decimal 236 196 202
Binary 11101100 11000100 11001010
Octal 354 304 312

Shades and tints

Shades of #ECC4CA

#ECC4CA
(236,196,202)
#D7B3B8
(215,179,184)
#C2A2A6
(194,162,166)
#AD9194
(173,145,148)
#988082
(152,128,130)
#836F70
(131,111,112)
#6E5E5E
(110,94,94)
#594D4C
(89,77,76)
#443C3A
(68,60,58)
#2F2B28
(47,43,40)
#1A1A16
(26,26,22)
#000000
(0,0,0)

Tints of #ECC4CA

#ECC4CA
(236,196,202)
#EDC9CE
(237,201,206)
#EECED2
(238,206,210)
#EFD3D6
(239,211,214)
#F0D8DA
(240,216,218)
#F1DDDE
(241,221,222)
#F2E2E2
(242,226,226)
#F3E7E6
(243,231,230)
#F4ECEA
(244,236,234)
#F5F1EE
(245,241,238)
#F6F6F2
(246,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECC4CA; }

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

This text font color is #ECC4CA.

Background Color

.myBgColor { background-color: #ECC4CA; }

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

This div background color is #ECC4CA.

Border color

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

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

This div border color is #ECC4CA.

Opacity

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

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

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

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

This text has shadow with #ECC4CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECC4CA.

Preview

Color preview on black background

This text has color #ECC4CA on black background.


Color preview on white background

This text has color #ECC4CA on white background.


Black color preview on #ECC4CA background

This text has black color on #ECC4CA background.


White color preview on #ECC4CA background

This text has white color on #ECC4CA background.


Related colors

Complementary color

Complementary color for #hex is #133B35.


I love getcolorcode.com

Triadic colors

1 #CAECC4 and #C4CAEC with #ECC4CA are triadic colors.

2 #CAC4EC and #C4ECCA with #ECC4CA are triadic colors.