COLOR #ECC7DC

HEX: #ECC7DC
RGB: (236,199,220)

Color info

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

RGB color model

#ECC7DC color RGB value is (236,199,220).

  • red value is 236;
  • green value is 199;
  • blue value is 220.
RGB:
(236,199,220)
(93%,78%,86%)

RGB channels and saturation

R 236 of 255 = 93%
G 199 of 255 = 78%
B 220 of 255 = 86%

236
199
220

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

Portions of RGB colors in percentages

R + G + B =
236 + 199 + 220 = 655 (100%)
R 236 of 655 ~ 36.03%
G 199 of 655 ~ 30.38%
B 220 of 655 ~ 33.59%

%36.03
%30.38
%33.59

CMYK color model

#ECC7DC color CMYK value is (0,16,7,7).

  • cyan value is 0.00%
  • magenta value is 15.68%
  • yellow value is 6.78%
  • key color value is 7.45%
CMYK:
(0,16,7,7)
C0M16Y7K7 
(0%,16%,7%,7%)
(0.00/0.16/0.07/0.07)	

CMYK percentages

%0
%15.68
%6.78
%7.45

Codes

Color #ECC7DC in popluar color models

ECC7DC
RGB236199220
HSL326°49.33%85.29%
HSB/HSV326°15.68%92.55%
CMYK0.00%15.68%6.78%
7.45%

Color #ECC7DC in popluar number systems.

HEXECC7DC
Decimal236199220
Binary111011001100011111011100
Octal354307334

Shades and tints

Shades of #ECC7DC

#ECC7DC
(236,199,220)
#D7B5C8
(215,181,200)
#C2A3B4
(194,163,180)
#AD91A0
(173,145,160)
#987F8C
(152,127,140)
#836D78
(131,109,120)
#6E5B64
(110,91,100)
#594950
(89,73,80)
#44373C
(68,55,60)
#2F2528
(47,37,40)
#1A1314
(26,19,20)
#000000
(0,0,0)

Tints of #ECC7DC

#ECC7DC
(236,199,220)
#EDCCDF
(237,204,223)
#EED1E2
(238,209,226)
#EFD6E5
(239,214,229)
#F0DBE8
(240,219,232)
#F1E0EB
(241,224,235)
#F2E5EE
(242,229,238)
#F3EAF1
(243,234,241)
#F4EFF4
(244,239,244)
#F5F4F7
(245,244,247)
#F6F9FA
(246,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECC7DC color. Also use rgb(236,199,220) instead hex code.

Text Font Color

.myTextColor { color: #ECC7DC; }

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

This text font color is #ECC7DC.


Background Color

.myBgColor { background-color: #ECC7DC; }

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

This div background color is #ECC7DC.


Border color

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

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

This div border color is #ECC7DC.


Opacity

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

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

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

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

This text has shadow with #ECC7DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECC7DC on black background.


Color preview on white background

This text has color #ECC7DC on white background.



Black color preview on #ECC7DC background

This text has black color on #ECC7DC background.


White color preview on #ECC7DC background

This text has white color on #ECC7DC background.