COLOR #ECADD6

HEX: #ECADD6
RGB: (236,173,214)

Color info

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

RGB color model

#ECADD6 color RGB value is (236,173,214).

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

RGB channels and saturation

R 236 of 255 = 93%
G 173 of 255 = 68%
B 214 of 255 = 84%

236
173
214

R + G + B ~ 82%. #ECADD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 173 + 214 = 623 (100%)
R 236 of 623 ~ 37.88%
G 173 of 623 ~ 27.77%
B 214 of 623 ~ 34.35%

%37.88
%27.77
%34.35

CMYK color model

#ECADD6 color CMYK value is (0,27,9,7).

  • cyan value is 0.00%
  • magenta value is 26.69%
  • yellow value is 9.32%
  • key color value is 7.45%
CMYK:
(0,27,9,7)
C0M27Y9K7 
(0%,27%,9%,7%)
(0.00/0.27/0.09/0.07)	

CMYK percentages

%0
%26.69
%9.32
%7.45

Codes

Color #ECADD6 in popluar color models

ECADD6
RGB236173214
HSL321°62.38%80.20%
HSB/HSV321°26.69%92.55%
CMYK0.00%26.69%9.32%
7.45%

Color #ECADD6 in popluar number systems.

HEXECADD6
Decimal236173214
Binary111011001010110111010110
Octal354255326

Shades and tints

Shades of #ECADD6

#ECADD6
(236,173,214)
#D79EC3
(215,158,195)
#C28FB0
(194,143,176)
#AD809D
(173,128,157)
#98718A
(152,113,138)
#836277
(131,98,119)
#6E5364
(110,83,100)
#594451
(89,68,81)
#44353E
(68,53,62)
#2F262B
(47,38,43)
#1A1718
(26,23,24)
#000000
(0,0,0)

Tints of #ECADD6

#ECADD6
(236,173,214)
#EDB4D9
(237,180,217)
#EEBBDC
(238,187,220)
#EFC2DF
(239,194,223)
#F0C9E2
(240,201,226)
#F1D0E5
(241,208,229)
#F2D7E8
(242,215,232)
#F3DEEB
(243,222,235)
#F4E5EE
(244,229,238)
#F5ECF1
(245,236,241)
#F6F3F4
(246,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECADD6; }

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

This text font color is #ECADD6.


Background Color

.myBgColor { background-color: #ECADD6; }

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

This div background color is #ECADD6.


Border color

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

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

This div border color is #ECADD6.


Opacity

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

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

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

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

This text has shadow with #ECADD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECADD6 on black background.


Color preview on white background

This text has color #ECADD6 on white background.



Black color preview on #ECADD6 background

This text has black color on #ECADD6 background.


White color preview on #ECADD6 background

This text has white color on #ECADD6 background.