COLOR #ECC3D6

HEX: #ECC3D6
RGB: (236,195,214)

Color info

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

RGB color model

#ECC3D6 color RGB value is (236,195,214).

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

RGB channels and saturation

R 236 of 255 = 93%
G 195 of 255 = 76%
B 214 of 255 = 84%

236
195
214

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

Portions of RGB colors in percentages

R + G + B =
236 + 195 + 214 = 645 (100%)
R 236 of 645 ~ 36.59%
G 195 of 645 ~ 30.23%
B 214 of 645 ~ 33.18%

%36.59
%30.23
%33.18

CMYK color model

#ECC3D6 color CMYK value is (0,17,9,7).

  • cyan value is 0.00%
  • magenta value is 17.37%
  • yellow value is 9.32%
  • key color value is 7.45%
CMYK:
(0,17,9,7)
C0M17Y9K7 
(0%,17%,9%,7%)
(0.00/0.17/0.09/0.07)	

CMYK percentages

%0
%17.37
%9.32
%7.45

Codes

Color #ECC3D6 in popluar color models

ECC3D6
RGB236195214
HSL332°51.90%84.51%
HSB/HSV332°17.37%92.55%
CMYK0.00%17.37%9.32%
7.45%

Color #ECC3D6 in popluar number systems.

HEXECC3D6
Decimal236195214
Binary111011001100001111010110
Octal354303326

Shades and tints

Shades of #ECC3D6

#ECC3D6
(236,195,214)
#D7B2C3
(215,178,195)
#C2A1B0
(194,161,176)
#AD909D
(173,144,157)
#987F8A
(152,127,138)
#836E77
(131,110,119)
#6E5D64
(110,93,100)
#594C51
(89,76,81)
#443B3E
(68,59,62)
#2F2A2B
(47,42,43)
#1A1918
(26,25,24)
#000000
(0,0,0)

Tints of #ECC3D6

#ECC3D6
(236,195,214)
#EDC8D9
(237,200,217)
#EECDDC
(238,205,220)
#EFD2DF
(239,210,223)
#F0D7E2
(240,215,226)
#F1DCE5
(241,220,229)
#F2E1E8
(242,225,232)
#F3E6EB
(243,230,235)
#F4EBEE
(244,235,238)
#F5F0F1
(245,240,241)
#F6F5F4
(246,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECC3D6; }

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

This text font color is #ECC3D6.


Background Color

.myBgColor { background-color: #ECC3D6; }

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

This div background color is #ECC3D6.


Border color

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

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

This div border color is #ECC3D6.


Opacity

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

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

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

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

This text has shadow with #ECC3D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECC3D6 on black background.


Color preview on white background

This text has color #ECC3D6 on white background.



Black color preview on #ECC3D6 background

This text has black color on #ECC3D6 background.


White color preview on #ECC3D6 background

This text has white color on #ECC3D6 background.