COLOR #ECBADE

HEX: #ECBADE RGB: (236,186,222)

Color info

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

RGB color model

#ECBADE color RGB value is (236,186,222).

RGB: (236,186,222) (93%, 73%, 87%)

RGB channels and saturation

R 236 of 255 = 93%
G 186 of 255 = 73%
B 222 of 255 = 87%

236
186
222

R + G + B ~ 84%. #ECBADE is quite light color.

Portions of RGB colors in percentages

R + G + B = 236 + 186 + 222 = 644 (100%)
R 236 of 644 ~ 36.65%
G 186 of 644 ~ 28.88%
B 222 of 644 ~ 34.47'%

%36.65
%28.88
%34.47

CMYK color model

#ECBADE color CMYK value is (0,21,6,7).

  • cyan value is 0.00%
  • magenta value is 21.19%
  • yellow value is 5.93%
  • key color value is 7.45%

CMYK: (0,21,6,7)
C0M21Y6K7 (0%, 21%, 6%, 7%)
(0.00 / 0.21 / 0.06 / 0.07)

CMYK percentages

%0
%21.19
%5.93
%7.45

Codes

Color #ECBADE in popluar color models

EC BA DE
RGB 236 186 222
HSL 317° 56.82% 82.75%
HSB/HSV 317° 21.19% 92.55%
CMYK 0.00% 21.19% 5.93%
7.45%

Color #ECBADE in popluar number systems.

HEX EC BA DE
Decimal 236 186 222
Binary 11101100 10111010 11011110
Octal 354 272 336

Shades and tints

Shades of #ECBADE

#ECBADE
(236,186,222)
#D7AACA
(215,170,202)
#C29AB6
(194,154,182)
#AD8AA2
(173,138,162)
#987A8E
(152,122,142)
#836A7A
(131,106,122)
#6E5A66
(110,90,102)
#594A52
(89,74,82)
#443A3E
(68,58,62)
#2F2A2A
(47,42,42)
#1A1A16
(26,26,22)
#000000
(0,0,0)

Tints of #ECBADE

#ECBADE
(236,186,222)
#EDC0E1
(237,192,225)
#EEC6E4
(238,198,228)
#EFCCE7
(239,204,231)
#F0D2EA
(240,210,234)
#F1D8ED
(241,216,237)
#F2DEF0
(242,222,240)
#F3E4F3
(243,228,243)
#F4EAF6
(244,234,246)
#F5F0F9
(245,240,249)
#F6F6FC
(246,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECBADE; }

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

This text font color is #ECBADE.

Background Color

.myBgColor { background-color: #ECBADE; }

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

This div background color is #ECBADE.

Border color

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

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

This div border color is #ECBADE.

Opacity

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

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

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

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

This text has shadow with #ECBADE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECBADE.

Preview

Color preview on black background

This text has color #ECBADE on black background.


Color preview on white background

This text has color #ECBADE on white background.


Black color preview on #ECBADE background

This text has black color on #ECBADE background.


White color preview on #ECBADE background

This text has white color on #ECBADE background.


Related colors

Complementary color

Complementary color for #hex is #134521.


I love getcolorcode.com

Triadic colors

1 #DEECBA and #BADEEC with #ECBADE are triadic colors.

2 #DEBAEC and #BAECDE with #ECBADE are triadic colors.