COLOR #ECDBE6

HEX: #ECDBE6
RGB: (236,219,230)

Color info

#ECDBE6 contains red, green and blue colors in about the same proportion. Web safe color of #ECDBE6 is #FFCCCC (or #FCC).

RGB color model

#ECDBE6 color RGB value is (236,219,230).

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

RGB channels and saturation

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

236
219
230

R + G + B ~ 90%. #ECDBE6 is light color.

Portions of RGB colors in percentages

R + G + B =
236 + 219 + 230 = 685 (100%)
R 236 of 685 ~ 34.45%
G 219 of 685 ~ 31.97%
B 230 of 685 ~ 33.58%

%34.45
%31.97
%33.58

CMYK color model

#ECDBE6 color CMYK value is (0,7,3,7).

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

CMYK percentages

%0
%7.2
%2.54
%7.45

Codes

Color #ECDBE6 in popluar color models

ECDBE6
RGB236219230
HSL321°30.91%89.22%
HSB/HSV321°7.20%92.55%
CMYK0.00%7.20%2.54%
7.45%

Color #ECDBE6 in popluar number systems.

HEXECDBE6
Decimal236219230
Binary111011001101101111100110
Octal354333346

Shades and tints

Shades of #ECDBE6

#ECDBE6
(236,219,230)
#D7C8D2
(215,200,210)
#C2B5BE
(194,181,190)
#ADA2AA
(173,162,170)
#988F96
(152,143,150)
#837C82
(131,124,130)
#6E696E
(110,105,110)
#59565A
(89,86,90)
#444346
(68,67,70)
#2F3032
(47,48,50)
#1A1D1E
(26,29,30)
#000000
(0,0,0)

Tints of #ECDBE6

#ECDBE6
(236,219,230)
#EDDEE8
(237,222,232)
#EEE1EA
(238,225,234)
#EFE4EC
(239,228,236)
#F0E7EE
(240,231,238)
#F1EAF0
(241,234,240)
#F2EDF2
(242,237,242)
#F3F0F4
(243,240,244)
#F4F3F6
(244,243,246)
#F5F6F8
(245,246,248)
#F6F9FA
(246,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECDBE6; }

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

This text font color is #ECDBE6.


Background Color

.myBgColor { background-color: #ECDBE6; }

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

This div background color is #ECDBE6.


Border color

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

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

This div border color is #ECDBE6.


Opacity

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

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

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

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

This text has shadow with #ECDBE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECDBE6 on black background.


Color preview on white background

This text has color #ECDBE6 on white background.



Black color preview on #ECDBE6 background

This text has black color on #ECDBE6 background.


White color preview on #ECDBE6 background

This text has white color on #ECDBE6 background.