COLOR #ECC1E4

HEX: #ECC1E4
RGB: (236,193,228)

Color info

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

RGB color model

#ECC1E4 color RGB value is (236,193,228).

  • red value is 236;
  • green value is 193;
  • blue value is 228.
RGB:
(236,193,228)
(93%,76%,89%)

RGB channels and saturation

R 236 of 255 = 93%
G 193 of 255 = 76%
B 228 of 255 = 89%

236
193
228

R + G + B ~ 86%. #ECC1E4 is light color.

Portions of RGB colors in percentages

R + G + B =
236 + 193 + 228 = 657 (100%)
R 236 of 657 ~ 35.92%
G 193 of 657 ~ 29.38%
B 228 of 657 ~ 34.7%

%35.92
%29.38
%34.7

CMYK color model

#ECC1E4 color CMYK value is (0,18,3,7).

  • cyan value is 0.00%
  • magenta value is 18.22%
  • yellow value is 3.39%
  • key color value is 7.45%
CMYK:
(0,18,3,7)
C0M18Y3K7 
(0%,18%,3%,7%)
(0.00/0.18/0.03/0.07)	

CMYK percentages

%0
%18.22
%3.39
%7.45

Codes

Color #ECC1E4 in popluar color models

ECC1E4
RGB236193228
HSL311°53.09%84.12%
HSB/HSV311°18.22%92.55%
CMYK0.00%18.22%3.39%
7.45%

Color #ECC1E4 in popluar number systems.

HEXECC1E4
Decimal236193228
Binary111011001100000111100100
Octal354301344

Shades and tints

Shades of #ECC1E4

#ECC1E4
(236,193,228)
#D7B0D0
(215,176,208)
#C29FBC
(194,159,188)
#AD8EA8
(173,142,168)
#987D94
(152,125,148)
#836C80
(131,108,128)
#6E5B6C
(110,91,108)
#594A58
(89,74,88)
#443944
(68,57,68)
#2F2830
(47,40,48)
#1A171C
(26,23,28)
#000000
(0,0,0)

Tints of #ECC1E4

#ECC1E4
(236,193,228)
#EDC6E6
(237,198,230)
#EECBE8
(238,203,232)
#EFD0EA
(239,208,234)
#F0D5EC
(240,213,236)
#F1DAEE
(241,218,238)
#F2DFF0
(242,223,240)
#F3E4F2
(243,228,242)
#F4E9F4
(244,233,244)
#F5EEF6
(245,238,246)
#F6F3F8
(246,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECC1E4 color. Also use rgb(236,193,228) instead hex code.

Text Font Color

.myTextColor { color: #ECC1E4; }

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

This text font color is #ECC1E4.


Background Color

.myBgColor { background-color: #ECC1E4; }

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

This div background color is #ECC1E4.


Border color

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

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

This div border color is #ECC1E4.


Opacity

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

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

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

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

This text has shadow with #ECC1E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECC1E4 on black background.


Color preview on white background

This text has color #ECC1E4 on white background.



Black color preview on #ECC1E4 background

This text has black color on #ECC1E4 background.


White color preview on #ECC1E4 background

This text has white color on #ECC1E4 background.