COLOR #ECC3E1

HEX: #ECC3E1
RGB: (236,195,225)

Color info

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

RGB color model

#ECC3E1 color RGB value is (236,195,225).

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

RGB channels and saturation

R 236 of 255 = 93%
G 195 of 255 = 76%
B 225 of 255 = 88%

236
195
225

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

Portions of RGB colors in percentages

R + G + B =
236 + 195 + 225 = 656 (100%)
R 236 of 656 ~ 35.98%
G 195 of 656 ~ 29.73%
B 225 of 656 ~ 34.3%

%35.98
%29.73
%34.3

CMYK color model

#ECC3E1 color CMYK value is (0,17,5,7).

  • cyan value is 0.00%
  • magenta value is 17.37%
  • yellow value is 4.66%
  • key color value is 7.45%
CMYK:
(0,17,5,7)
C0M17Y5K7 
(0%,17%,5%,7%)
(0.00/0.17/0.05/0.07)	

CMYK percentages

%0
%17.37
%4.66
%7.45

Codes

Color #ECC3E1 in popluar color models

ECC3E1
RGB236195225
HSL316°51.90%84.51%
HSB/HSV316°17.37%92.55%
CMYK0.00%17.37%4.66%
7.45%

Color #ECC3E1 in popluar number systems.

HEXECC3E1
Decimal236195225
Binary111011001100001111100001
Octal354303341

Shades and tints

Shades of #ECC3E1

#ECC3E1
(236,195,225)
#D7B2CD
(215,178,205)
#C2A1B9
(194,161,185)
#AD90A5
(173,144,165)
#987F91
(152,127,145)
#836E7D
(131,110,125)
#6E5D69
(110,93,105)
#594C55
(89,76,85)
#443B41
(68,59,65)
#2F2A2D
(47,42,45)
#1A1919
(26,25,25)
#000000
(0,0,0)

Tints of #ECC3E1

#ECC3E1
(236,195,225)
#EDC8E3
(237,200,227)
#EECDE5
(238,205,229)
#EFD2E7
(239,210,231)
#F0D7E9
(240,215,233)
#F1DCEB
(241,220,235)
#F2E1ED
(242,225,237)
#F3E6EF
(243,230,239)
#F4EBF1
(244,235,241)
#F5F0F3
(245,240,243)
#F6F5F5
(246,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECC3E1; }

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

This text font color is #ECC3E1.


Background Color

.myBgColor { background-color: #ECC3E1; }

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

This div background color is #ECC3E1.


Border color

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

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

This div border color is #ECC3E1.


Opacity

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

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

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

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

This text has shadow with #ECC3E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECC3E1 on black background.


Color preview on white background

This text has color #ECC3E1 on white background.



Black color preview on #ECC3E1 background

This text has black color on #ECC3E1 background.


White color preview on #ECC3E1 background

This text has white color on #ECC3E1 background.