COLOR #ECC4D9

HEX: #ECC4D9
RGB: (236,196,217)

Color info

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

RGB color model

#ECC4D9 color RGB value is (236,196,217).

  • red value is 236;
  • green value is 196;
  • blue value is 217.
RGB:
(236,196,217)
(93%,77%,85%)

RGB channels and saturation

R 236 of 255 = 93%
G 196 of 255 = 77%
B 217 of 255 = 85%

236
196
217

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

Portions of RGB colors in percentages

R + G + B =
236 + 196 + 217 = 649 (100%)
R 236 of 649 ~ 36.36%
G 196 of 649 ~ 30.2%
B 217 of 649 ~ 33.44%

%36.36
%30.2
%33.44

CMYK color model

#ECC4D9 color CMYK value is (0,17,8,7).

  • cyan value is 0.00%
  • magenta value is 16.95%
  • yellow value is 8.05%
  • key color value is 7.45%
CMYK:
(0,17,8,7)
C0M17Y8K7 
(0%,17%,8%,7%)
(0.00/0.17/0.08/0.07)	

CMYK percentages

%0
%16.95
%8.05
%7.45

Codes

Color #ECC4D9 in popluar color models

ECC4D9
RGB236196217
HSL329°51.28%84.71%
HSB/HSV329°16.95%92.55%
CMYK0.00%16.95%8.05%
7.45%

Color #ECC4D9 in popluar number systems.

HEXECC4D9
Decimal236196217
Binary111011001100010011011001
Octal354304331

Shades and tints

Shades of #ECC4D9

#ECC4D9
(236,196,217)
#D7B3C6
(215,179,198)
#C2A2B3
(194,162,179)
#AD91A0
(173,145,160)
#98808D
(152,128,141)
#836F7A
(131,111,122)
#6E5E67
(110,94,103)
#594D54
(89,77,84)
#443C41
(68,60,65)
#2F2B2E
(47,43,46)
#1A1A1B
(26,26,27)
#000000
(0,0,0)

Tints of #ECC4D9

#ECC4D9
(236,196,217)
#EDC9DC
(237,201,220)
#EECEDF
(238,206,223)
#EFD3E2
(239,211,226)
#F0D8E5
(240,216,229)
#F1DDE8
(241,221,232)
#F2E2EB
(242,226,235)
#F3E7EE
(243,231,238)
#F4ECF1
(244,236,241)
#F5F1F4
(245,241,244)
#F6F6F7
(246,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECC4D9; }

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

This text font color is #ECC4D9.


Background Color

.myBgColor { background-color: #ECC4D9; }

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

This div background color is #ECC4D9.


Border color

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

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

This div border color is #ECC4D9.


Opacity

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

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

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

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

This text has shadow with #ECC4D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECC4D9 on black background.


Color preview on white background

This text has color #ECC4D9 on white background.



Black color preview on #ECC4D9 background

This text has black color on #ECC4D9 background.


White color preview on #ECC4D9 background

This text has white color on #ECC4D9 background.