COLOR #ECC0F6

HEX: #ECC0F6
RGB: (236,192,246)

Color info

#ECC0F6 contains red, green and blue colors in about the same proportion. Web safe color of #ECC0F6 is #FFCCFF (or #FCF).

RGB color model

#ECC0F6 color RGB value is (236,192,246).

  • red value is 236;
  • green value is 192;
  • blue value is 246.
RGB:
(236,192,246)
(93%,75%,96%)

RGB channels and saturation

R 236 of 255 = 93%
G 192 of 255 = 75%
B 246 of 255 = 96%

236
192
246

R + G + B ~ 88%. #ECC0F6 is light color.

Portions of RGB colors in percentages

R + G + B =
236 + 192 + 246 = 674 (100%)
R 236 of 674 ~ 35.01%
G 192 of 674 ~ 28.49%
B 246 of 674 ~ 36.5%

%35.01
%28.49
%36.5

CMYK color model

#ECC0F6 color CMYK value is (4,22,0,4).

  • cyan value is 4.07%
  • magenta value is 21.95%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(4,22,0,4)
C4M22Y0K4 
(4%,22%,0%,4%)
(0.04/0.22/0.00/0.04)	

CMYK percentages

%4.07
%21.95
%0
%3.53

Codes

Color #ECC0F6 in popluar color models

ECC0F6
RGB236192246
HSL289°75.00%85.88%
HSB/HSV289°21.95%96.47%
CMYK4.07%21.95%0.00%
3.53%

Color #ECC0F6 in popluar number systems.

HEXECC0F6
Decimal236192246
Binary111011001100000011110110
Octal354300366

Shades and tints

Shades of #ECC0F6

#ECC0F6
(236,192,246)
#D7AFE0
(215,175,224)
#C29ECA
(194,158,202)
#AD8DB4
(173,141,180)
#987C9E
(152,124,158)
#836B88
(131,107,136)
#6E5A72
(110,90,114)
#59495C
(89,73,92)
#443846
(68,56,70)
#2F2730
(47,39,48)
#1A161A
(26,22,26)
#000000
(0,0,0)

Tints of #ECC0F6

#ECC0F6
(236,192,246)
#EDC5F6
(237,197,246)
#EECAF6
(238,202,246)
#EFCFF6
(239,207,246)
#F0D4F6
(240,212,246)
#F1D9F6
(241,217,246)
#F2DEF6
(242,222,246)
#F3E3F6
(243,227,246)
#F4E8F6
(244,232,246)
#F5EDF6
(245,237,246)
#F6F2F6
(246,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECC0F6 color. Also use rgb(236,192,246) instead hex code.

Text Font Color

.myTextColor { color: #ECC0F6; }

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

This text font color is #ECC0F6.


Background Color

.myBgColor { background-color: #ECC0F6; }

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

This div background color is #ECC0F6.


Border color

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

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

This div border color is #ECC0F6.


Opacity

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

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

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

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

This text has shadow with #ECC0F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECC0F6 on black background.


Color preview on white background

This text has color #ECC0F6 on white background.



Black color preview on #ECC0F6 background

This text has black color on #ECC0F6 background.


White color preview on #ECC0F6 background

This text has white color on #ECC0F6 background.