COLOR #ECC3D4

HEX: #ECC3D4
RGB: (236,195,212)

Color info

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

RGB color model

#ECC3D4 color RGB value is (236,195,212).

  • red value is 236;
  • green value is 195;
  • blue value is 212.
RGB:
(236,195,212)
(93%,76%,83%)

RGB channels and saturation

R 236 of 255 = 93%
G 195 of 255 = 76%
B 212 of 255 = 83%

236
195
212

R + G + B ~ 84%. #ECC3D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 195 + 212 = 643 (100%)
R 236 of 643 ~ 36.7%
G 195 of 643 ~ 30.33%
B 212 of 643 ~ 32.97%

%36.7
%30.33
%32.97

CMYK color model

#ECC3D4 color CMYK value is (0,17,10,7).

  • cyan value is 0.00%
  • magenta value is 17.37%
  • yellow value is 10.17%
  • key color value is 7.45%
CMYK:
(0,17,10,7)
C0M17Y10K7 
(0%,17%,10%,7%)
(0.00/0.17/0.10/0.07)	

CMYK percentages

%0
%17.37
%10.17
%7.45

Codes

Color #ECC3D4 in popluar color models

ECC3D4
RGB236195212
HSL335°51.90%84.51%
HSB/HSV335°17.37%92.55%
CMYK0.00%17.37%10.17%
7.45%

Color #ECC3D4 in popluar number systems.

HEXECC3D4
Decimal236195212
Binary111011001100001111010100
Octal354303324

Shades and tints

Shades of #ECC3D4

#ECC3D4
(236,195,212)
#D7B2C1
(215,178,193)
#C2A1AE
(194,161,174)
#AD909B
(173,144,155)
#987F88
(152,127,136)
#836E75
(131,110,117)
#6E5D62
(110,93,98)
#594C4F
(89,76,79)
#443B3C
(68,59,60)
#2F2A29
(47,42,41)
#1A1916
(26,25,22)
#000000
(0,0,0)

Tints of #ECC3D4

#ECC3D4
(236,195,212)
#EDC8D7
(237,200,215)
#EECDDA
(238,205,218)
#EFD2DD
(239,210,221)
#F0D7E0
(240,215,224)
#F1DCE3
(241,220,227)
#F2E1E6
(242,225,230)
#F3E6E9
(243,230,233)
#F4EBEC
(244,235,236)
#F5F0EF
(245,240,239)
#F6F5F2
(246,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECC3D4 color. Also use rgb(236,195,212) instead hex code.

Text Font Color

.myTextColor { color: #ECC3D4; }

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

This text font color is #ECC3D4.


Background Color

.myBgColor { background-color: #ECC3D4; }

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

This div background color is #ECC3D4.


Border color

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

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

This div border color is #ECC3D4.


Opacity

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

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

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

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

This text has shadow with #ECC3D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECC3D4 on black background.


Color preview on white background

This text has color #ECC3D4 on white background.



Black color preview on #ECC3D4 background

This text has black color on #ECC3D4 background.


White color preview on #ECC3D4 background

This text has white color on #ECC3D4 background.