COLOR #ECC8D6

HEX: #ECC8D6
RGB: (236,200,214)

Color info

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

RGB color model

#ECC8D6 color RGB value is (236,200,214).

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

RGB channels and saturation

R 236 of 255 = 93%
G 200 of 255 = 78%
B 214 of 255 = 84%

236
200
214

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

Portions of RGB colors in percentages

R + G + B =
236 + 200 + 214 = 650 (100%)
R 236 of 650 ~ 36.31%
G 200 of 650 ~ 30.77%
B 214 of 650 ~ 32.92%

%36.31
%30.77
%32.92

CMYK color model

#ECC8D6 color CMYK value is (0,15,9,7).

  • cyan value is 0.00%
  • magenta value is 15.25%
  • yellow value is 9.32%
  • key color value is 7.45%
CMYK:
(0,15,9,7)
C0M15Y9K7 
(0%,15%,9%,7%)
(0.00/0.15/0.09/0.07)	

CMYK percentages

%0
%15.25
%9.32
%7.45

Codes

Color #ECC8D6 in popluar color models

ECC8D6
RGB236200214
HSL337°48.65%85.49%
HSB/HSV337°15.25%92.55%
CMYK0.00%15.25%9.32%
7.45%

Color #ECC8D6 in popluar number systems.

HEXECC8D6
Decimal236200214
Binary111011001100100011010110
Octal354310326

Shades and tints

Shades of #ECC8D6

#ECC8D6
(236,200,214)
#D7B6C3
(215,182,195)
#C2A4B0
(194,164,176)
#AD929D
(173,146,157)
#98808A
(152,128,138)
#836E77
(131,110,119)
#6E5C64
(110,92,100)
#594A51
(89,74,81)
#44383E
(68,56,62)
#2F262B
(47,38,43)
#1A1418
(26,20,24)
#000000
(0,0,0)

Tints of #ECC8D6

#ECC8D6
(236,200,214)
#EDCDD9
(237,205,217)
#EED2DC
(238,210,220)
#EFD7DF
(239,215,223)
#F0DCE2
(240,220,226)
#F1E1E5
(241,225,229)
#F2E6E8
(242,230,232)
#F3EBEB
(243,235,235)
#F4F0EE
(244,240,238)
#F5F5F1
(245,245,241)
#F6FAF4
(246,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECC8D6; }

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

This text font color is #ECC8D6.


Background Color

.myBgColor { background-color: #ECC8D6; }

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

This div background color is #ECC8D6.


Border color

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

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

This div border color is #ECC8D6.


Opacity

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

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

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

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

This text has shadow with #ECC8D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECC8D6 on black background.


Color preview on white background

This text has color #ECC8D6 on white background.



Black color preview on #ECC8D6 background

This text has black color on #ECC8D6 background.


White color preview on #ECC8D6 background

This text has white color on #ECC8D6 background.