COLOR #ECADD1

HEX: #ECADD1
RGB: (236,173,209)

Color info

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

RGB color model

#ECADD1 color RGB value is (236,173,209).

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

RGB channels and saturation

R 236 of 255 = 93%
G 173 of 255 = 68%
B 209 of 255 = 82%

236
173
209

R + G + B ~ 81%. #ECADD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 173 + 209 = 618 (100%)
R 236 of 618 ~ 38.19%
G 173 of 618 ~ 27.99%
B 209 of 618 ~ 33.82%

%38.19
%27.99
%33.82

CMYK color model

#ECADD1 color CMYK value is (0,27,11,7).

  • cyan value is 0.00%
  • magenta value is 26.69%
  • yellow value is 11.44%
  • key color value is 7.45%
CMYK:
(0,27,11,7)
C0M27Y11K7 
(0%,27%,11%,7%)
(0.00/0.27/0.11/0.07)	

CMYK percentages

%0
%26.69
%11.44
%7.45

Codes

Color #ECADD1 in popluar color models

ECADD1
RGB236173209
HSL326°62.38%80.20%
HSB/HSV326°26.69%92.55%
CMYK0.00%26.69%11.44%
7.45%

Color #ECADD1 in popluar number systems.

HEXECADD1
Decimal236173209
Binary111011001010110111010001
Octal354255321

Shades and tints

Shades of #ECADD1

#ECADD1
(236,173,209)
#D79EBE
(215,158,190)
#C28FAB
(194,143,171)
#AD8098
(173,128,152)
#987185
(152,113,133)
#836272
(131,98,114)
#6E535F
(110,83,95)
#59444C
(89,68,76)
#443539
(68,53,57)
#2F2626
(47,38,38)
#1A1713
(26,23,19)
#000000
(0,0,0)

Tints of #ECADD1

#ECADD1
(236,173,209)
#EDB4D5
(237,180,213)
#EEBBD9
(238,187,217)
#EFC2DD
(239,194,221)
#F0C9E1
(240,201,225)
#F1D0E5
(241,208,229)
#F2D7E9
(242,215,233)
#F3DEED
(243,222,237)
#F4E5F1
(244,229,241)
#F5ECF5
(245,236,245)
#F6F3F9
(246,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECADD1; }

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

This text font color is #ECADD1.


Background Color

.myBgColor { background-color: #ECADD1; }

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

This div background color is #ECADD1.


Border color

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

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

This div border color is #ECADD1.


Opacity

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

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

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

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

This text has shadow with #ECADD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECADD1 on black background.


Color preview on white background

This text has color #ECADD1 on white background.



Black color preview on #ECADD1 background

This text has black color on #ECADD1 background.


White color preview on #ECADD1 background

This text has white color on #ECADD1 background.