COLOR #ECADDB

HEX: #ECADDB
RGB: (236,173,219)

Color info

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

RGB color model

#ECADDB color RGB value is (236,173,219).

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

RGB channels and saturation

R 236 of 255 = 93%
G 173 of 255 = 68%
B 219 of 255 = 86%

236
173
219

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

Portions of RGB colors in percentages

R + G + B =
236 + 173 + 219 = 628 (100%)
R 236 of 628 ~ 37.58%
G 173 of 628 ~ 27.55%
B 219 of 628 ~ 34.87%

%37.58
%27.55
%34.87

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.69%
  • yellow value is 7.20%
  • key color value is 7.45%
CMYK:
(0,27,7,7)
C0M27Y7K7 
(0%,27%,7%,7%)
(0.00/0.27/0.07/0.07)	

CMYK percentages

%0
%26.69
%7.2
%7.45

Codes

Color #ECADDB in popluar color models

ECADDB
RGB236173219
HSL316°62.38%80.20%
HSB/HSV316°26.69%92.55%
CMYK0.00%26.69%7.20%
7.45%

Color #ECADDB in popluar number systems.

HEXECADDB
Decimal236173219
Binary111011001010110111011011
Octal354255333

Shades and tints

Shades of #ECADDB

#ECADDB
(236,173,219)
#D79EC8
(215,158,200)
#C28FB5
(194,143,181)
#AD80A2
(173,128,162)
#98718F
(152,113,143)
#83627C
(131,98,124)
#6E5369
(110,83,105)
#594456
(89,68,86)
#443543
(68,53,67)
#2F2630
(47,38,48)
#1A171D
(26,23,29)
#000000
(0,0,0)

Tints of #ECADDB

#ECADDB
(236,173,219)
#EDB4DE
(237,180,222)
#EEBBE1
(238,187,225)
#EFC2E4
(239,194,228)
#F0C9E7
(240,201,231)
#F1D0EA
(241,208,234)
#F2D7ED
(242,215,237)
#F3DEF0
(243,222,240)
#F4E5F3
(244,229,243)
#F5ECF6
(245,236,246)
#F6F3F9
(246,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECADDB; }

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

This text font color is #ECADDB.


Background Color

.myBgColor { background-color: #ECADDB; }

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

This div background color is #ECADDB.


Border color

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

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

This div border color is #ECADDB.


Opacity

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

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

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

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

This text has shadow with #ECADDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECADDB on black background.


Color preview on white background

This text has color #ECADDB on white background.



Black color preview on #ECADDB background

This text has black color on #ECADDB background.


White color preview on #ECADDB background

This text has white color on #ECADDB background.