COLOR #ECDBEC

HEX: #ECDBEC
RGB: (236,219,236)

Color info

#ECDBEC contains red, green and blue colors in about the same proportion. Web safe color of #ECDBEC is #FFCCFF (or #FCF).

RGB color model

#ECDBEC color RGB value is (236,219,236).

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

RGB channels and saturation

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

236
219
236

R + G + B ~ 91%. #ECDBEC is light color.

Portions of RGB colors in percentages

R + G + B =
236 + 219 + 236 = 691 (100%)
R 236 of 691 ~ 34.15%
G 219 of 691 ~ 31.69%
B 236 of 691 ~ 34.15%

%34.15
%31.69
%34.15

CMYK color model

#ECDBEC color CMYK value is (0,7,0,7).

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

CMYK percentages

%0
%7.2
%0
%7.45

Codes

Color #ECDBEC in popluar color models

ECDBEC
RGB236219236
HSL300°30.91%89.22%
HSB/HSV300°7.20%92.55%
CMYK0.00%7.20%0.00%
7.45%

Color #ECDBEC in popluar number systems.

HEXECDBEC
Decimal236219236
Binary111011001101101111101100
Octal354333354

Shades and tints

Shades of #ECDBEC

#ECDBEC
(236,219,236)
#D7C8D7
(215,200,215)
#C2B5C2
(194,181,194)
#ADA2AD
(173,162,173)
#988F98
(152,143,152)
#837C83
(131,124,131)
#6E696E
(110,105,110)
#595659
(89,86,89)
#444344
(68,67,68)
#2F302F
(47,48,47)
#1A1D1A
(26,29,26)
#000000
(0,0,0)

Tints of #ECDBEC

#ECDBEC
(236,219,236)
#EDDEED
(237,222,237)
#EEE1EE
(238,225,238)
#EFE4EF
(239,228,239)
#F0E7F0
(240,231,240)
#F1EAF1
(241,234,241)
#F2EDF2
(242,237,242)
#F3F0F3
(243,240,243)
#F4F3F4
(244,243,244)
#F5F6F5
(245,246,245)
#F6F9F6
(246,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECDBEC; }

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

This text font color is #ECDBEC.


Background Color

.myBgColor { background-color: #ECDBEC; }

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

This div background color is #ECDBEC.


Border color

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

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

This div border color is #ECDBEC.


Opacity

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

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

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

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

This text has shadow with #ECDBEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECDBEC on black background.


Color preview on white background

This text has color #ECDBEC on white background.



Black color preview on #ECDBEC background

This text has black color on #ECDBEC background.


White color preview on #ECDBEC background

This text has white color on #ECDBEC background.