COLOR #ECC8E1

HEX: #ECC8E1
RGB: (236,200,225)

Color info

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

RGB color model

#ECC8E1 color RGB value is (236,200,225).

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

RGB channels and saturation

R 236 of 255 = 93%
G 200 of 255 = 78%
B 225 of 255 = 88%

236
200
225

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

Portions of RGB colors in percentages

R + G + B =
236 + 200 + 225 = 661 (100%)
R 236 of 661 ~ 35.7%
G 200 of 661 ~ 30.26%
B 225 of 661 ~ 34.04%

%35.7
%30.26
%34.04

CMYK color model

#ECC8E1 color CMYK value is (0,15,5,7).

  • cyan value is 0.00%
  • magenta value is 15.25%
  • yellow value is 4.66%
  • key color value is 7.45%
CMYK:
(0,15,5,7)
C0M15Y5K7 
(0%,15%,5%,7%)
(0.00/0.15/0.05/0.07)	

CMYK percentages

%0
%15.25
%4.66
%7.45

Codes

Color #ECC8E1 in popluar color models

ECC8E1
RGB236200225
HSL318°48.65%85.49%
HSB/HSV318°15.25%92.55%
CMYK0.00%15.25%4.66%
7.45%

Color #ECC8E1 in popluar number systems.

HEXECC8E1
Decimal236200225
Binary111011001100100011100001
Octal354310341

Shades and tints

Shades of #ECC8E1

#ECC8E1
(236,200,225)
#D7B6CD
(215,182,205)
#C2A4B9
(194,164,185)
#AD92A5
(173,146,165)
#988091
(152,128,145)
#836E7D
(131,110,125)
#6E5C69
(110,92,105)
#594A55
(89,74,85)
#443841
(68,56,65)
#2F262D
(47,38,45)
#1A1419
(26,20,25)
#000000
(0,0,0)

Tints of #ECC8E1

#ECC8E1
(236,200,225)
#EDCDE3
(237,205,227)
#EED2E5
(238,210,229)
#EFD7E7
(239,215,231)
#F0DCE9
(240,220,233)
#F1E1EB
(241,225,235)
#F2E6ED
(242,230,237)
#F3EBEF
(243,235,239)
#F4F0F1
(244,240,241)
#F5F5F3
(245,245,243)
#F6FAF5
(246,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECC8E1; }

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

This text font color is #ECC8E1.


Background Color

.myBgColor { background-color: #ECC8E1; }

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

This div background color is #ECC8E1.


Border color

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

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

This div border color is #ECC8E1.


Opacity

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

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

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

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

This text has shadow with #ECC8E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECC8E1 on black background.


Color preview on white background

This text has color #ECC8E1 on white background.



Black color preview on #ECC8E1 background

This text has black color on #ECC8E1 background.


White color preview on #ECC8E1 background

This text has white color on #ECC8E1 background.