COLOR #ECADC1

HEX: #ECADC1
RGB: (236,173,193)

Color info

#ECADC1 contains mainly red and blue colors. Web safe color of #ECADC1 is #FF99CC (or #F9C).

RGB color model

#ECADC1 color RGB value is (236,173,193).

  • red value is 236;
  • green value is 173;
  • blue value is 193.
RGB:
(236,173,193)
(93%,68%,76%)

RGB channels and saturation

R 236 of 255 = 93%
G 173 of 255 = 68%
B 193 of 255 = 76%

236
173
193

R + G + B ~ 79%. #ECADC1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 173 + 193 = 602 (100%)
R 236 of 602 ~ 39.2%
G 173 of 602 ~ 28.74%
B 193 of 602 ~ 32.06%

%39.2
%28.74
%32.06

CMYK color model

#ECADC1 color CMYK value is (0,27,18,7).

  • cyan value is 0.00%
  • magenta value is 26.69%
  • yellow value is 18.22%
  • key color value is 7.45%
CMYK:
(0,27,18,7)
C0M27Y18K7 
(0%,27%,18%,7%)
(0.00/0.27/0.18/0.07)	

CMYK percentages

%0
%26.69
%18.22
%7.45

Codes

Color #ECADC1 in popluar color models

ECADC1
RGB236173193
HSL341°62.38%80.20%
HSB/HSV341°26.69%92.55%
CMYK0.00%26.69%18.22%
7.45%

Color #ECADC1 in popluar number systems.

HEXECADC1
Decimal236173193
Binary111011001010110111000001
Octal354255301

Shades and tints

Shades of #ECADC1

#ECADC1
(236,173,193)
#D79EB0
(215,158,176)
#C28F9F
(194,143,159)
#AD808E
(173,128,142)
#98717D
(152,113,125)
#83626C
(131,98,108)
#6E535B
(110,83,91)
#59444A
(89,68,74)
#443539
(68,53,57)
#2F2628
(47,38,40)
#1A1717
(26,23,23)
#000000
(0,0,0)

Tints of #ECADC1

#ECADC1
(236,173,193)
#EDB4C6
(237,180,198)
#EEBBCB
(238,187,203)
#EFC2D0
(239,194,208)
#F0C9D5
(240,201,213)
#F1D0DA
(241,208,218)
#F2D7DF
(242,215,223)
#F3DEE4
(243,222,228)
#F4E5E9
(244,229,233)
#F5ECEE
(245,236,238)
#F6F3F3
(246,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECADC1 color. Also use rgb(236,173,193) instead hex code.

Text Font Color

.myTextColor { color: #ECADC1; }

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

This text font color is #ECADC1.


Background Color

.myBgColor { background-color: #ECADC1; }

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

This div background color is #ECADC1.


Border color

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

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

This div border color is #ECADC1.


Opacity

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

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

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

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

This text has shadow with #ECADC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECADC1 on black background.


Color preview on white background

This text has color #ECADC1 on white background.



Black color preview on #ECADC1 background

This text has black color on #ECADC1 background.


White color preview on #ECADC1 background

This text has white color on #ECADC1 background.