COLOR #ECCADC

HEX: #ECCADC
RGB: (236,202,220)

Color info

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

RGB color model

#ECCADC color RGB value is (236,202,220).

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

RGB channels and saturation

R 236 of 255 = 93%
G 202 of 255 = 79%
B 220 of 255 = 86%

236
202
220

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

Portions of RGB colors in percentages

R + G + B =
236 + 202 + 220 = 658 (100%)
R 236 of 658 ~ 35.87%
G 202 of 658 ~ 30.7%
B 220 of 658 ~ 33.43%

%35.87
%30.7
%33.43

CMYK color model

#ECCADC color CMYK value is (0,14,7,7).

  • cyan value is 0.00%
  • magenta value is 14.41%
  • yellow value is 6.78%
  • key color value is 7.45%
CMYK:
(0,14,7,7)
C0M14Y7K7 
(0%,14%,7%,7%)
(0.00/0.14/0.07/0.07)	

CMYK percentages

%0
%14.41
%6.78
%7.45

Codes

Color #ECCADC in popluar color models

ECCADC
RGB236202220
HSL328°47.22%85.88%
HSB/HSV328°14.41%92.55%
CMYK0.00%14.41%6.78%
7.45%

Color #ECCADC in popluar number systems.

HEXECCADC
Decimal236202220
Binary111011001100101011011100
Octal354312334

Shades and tints

Shades of #ECCADC

#ECCADC
(236,202,220)
#D7B8C8
(215,184,200)
#C2A6B4
(194,166,180)
#AD94A0
(173,148,160)
#98828C
(152,130,140)
#837078
(131,112,120)
#6E5E64
(110,94,100)
#594C50
(89,76,80)
#443A3C
(68,58,60)
#2F2828
(47,40,40)
#1A1614
(26,22,20)
#000000
(0,0,0)

Tints of #ECCADC

#ECCADC
(236,202,220)
#EDCEDF
(237,206,223)
#EED2E2
(238,210,226)
#EFD6E5
(239,214,229)
#F0DAE8
(240,218,232)
#F1DEEB
(241,222,235)
#F2E2EE
(242,226,238)
#F3E6F1
(243,230,241)
#F4EAF4
(244,234,244)
#F5EEF7
(245,238,247)
#F6F2FA
(246,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECCADC; }

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

This text font color is #ECCADC.


Background Color

.myBgColor { background-color: #ECCADC; }

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

This div background color is #ECCADC.


Border color

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

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

This div border color is #ECCADC.


Opacity

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

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

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

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

This text has shadow with #ECCADC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECCADC on black background.


Color preview on white background

This text has color #ECCADC on white background.



Black color preview on #ECCADC background

This text has black color on #ECCADC background.


White color preview on #ECCADC background

This text has white color on #ECCADC background.