COLOR #ECC5E6

HEX: #ECC5E6
RGB: (236,197,230)

Color info

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

RGB color model

#ECC5E6 color RGB value is (236,197,230).

  • red value is 236;
  • green value is 197;
  • blue value is 230.
RGB:
(236,197,230)
(93%,77%,90%)

RGB channels and saturation

R 236 of 255 = 93%
G 197 of 255 = 77%
B 230 of 255 = 90%

236
197
230

R + G + B ~ 87%. #ECC5E6 is light color.

Portions of RGB colors in percentages

R + G + B =
236 + 197 + 230 = 663 (100%)
R 236 of 663 ~ 35.6%
G 197 of 663 ~ 29.71%
B 230 of 663 ~ 34.69%

%35.6
%29.71
%34.69

CMYK color model

#ECC5E6 color CMYK value is (0,17,3,7).

  • cyan value is 0.00%
  • magenta value is 16.53%
  • yellow value is 2.54%
  • key color value is 7.45%
CMYK:
(0,17,3,7)
C0M17Y3K7 
(0%,17%,3%,7%)
(0.00/0.17/0.03/0.07)	

CMYK percentages

%0
%16.53
%2.54
%7.45

Codes

Color #ECC5E6 in popluar color models

ECC5E6
RGB236197230
HSL309°50.65%84.90%
HSB/HSV309°16.53%92.55%
CMYK0.00%16.53%2.54%
7.45%

Color #ECC5E6 in popluar number systems.

HEXECC5E6
Decimal236197230
Binary111011001100010111100110
Octal354305346

Shades and tints

Shades of #ECC5E6

#ECC5E6
(236,197,230)
#D7B4D2
(215,180,210)
#C2A3BE
(194,163,190)
#AD92AA
(173,146,170)
#988196
(152,129,150)
#837082
(131,112,130)
#6E5F6E
(110,95,110)
#594E5A
(89,78,90)
#443D46
(68,61,70)
#2F2C32
(47,44,50)
#1A1B1E
(26,27,30)
#000000
(0,0,0)

Tints of #ECC5E6

#ECC5E6
(236,197,230)
#EDCAE8
(237,202,232)
#EECFEA
(238,207,234)
#EFD4EC
(239,212,236)
#F0D9EE
(240,217,238)
#F1DEF0
(241,222,240)
#F2E3F2
(242,227,242)
#F3E8F4
(243,232,244)
#F4EDF6
(244,237,246)
#F5F2F8
(245,242,248)
#F6F7FA
(246,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECC5E6 color. Also use rgb(236,197,230) instead hex code.

Text Font Color

.myTextColor { color: #ECC5E6; }

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

This text font color is #ECC5E6.


Background Color

.myBgColor { background-color: #ECC5E6; }

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

This div background color is #ECC5E6.


Border color

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

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

This div border color is #ECC5E6.


Opacity

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

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

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

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

This text has shadow with #ECC5E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECC5E6 on black background.


Color preview on white background

This text has color #ECC5E6 on white background.



Black color preview on #ECC5E6 background

This text has black color on #ECC5E6 background.


White color preview on #ECC5E6 background

This text has white color on #ECC5E6 background.