COLOR #ECBAED

HEX: #ECBAED
RGB: (236,186,237)

Color info

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

RGB color model

#ECBAED color RGB value is (236,186,237).

  • red value is 236;
  • green value is 186;
  • blue value is 237.
RGB:
(236,186,237)
(93%,73%,93%)

RGB channels and saturation

R 236 of 255 = 93%
G 186 of 255 = 73%
B 237 of 255 = 93%

236
186
237

R + G + B ~ 86%. #ECBAED is light color.

Portions of RGB colors in percentages

R + G + B =
236 + 186 + 237 = 659 (100%)
R 236 of 659 ~ 35.81%
G 186 of 659 ~ 28.22%
B 237 of 659 ~ 35.96%

%35.81
%28.22
%35.96

CMYK color model

#ECBAED color CMYK value is (0,22,0,7).

  • cyan value is 0.42%
  • magenta value is 21.52%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(0,22,0,7)
C0M22Y0K7 
(0%,22%,0%,7%)
(0.00/0.22/0.00/0.07)	

CMYK percentages

%0.42
%21.52
%0
%7.06

Codes

Color #ECBAED in popluar color models

ECBAED
RGB236186237
HSL299°58.62%82.94%
HSB/HSV299°21.52%92.94%
CMYK0.42%21.52%0.00%
7.06%

Color #ECBAED in popluar number systems.

HEXECBAED
Decimal236186237
Binary111011001011101011101101
Octal354272355

Shades and tints

Shades of #ECBAED

#ECBAED
(236,186,237)
#D7AAD8
(215,170,216)
#C29AC3
(194,154,195)
#AD8AAE
(173,138,174)
#987A99
(152,122,153)
#836A84
(131,106,132)
#6E5A6F
(110,90,111)
#594A5A
(89,74,90)
#443A45
(68,58,69)
#2F2A30
(47,42,48)
#1A1A1B
(26,26,27)
#000000
(0,0,0)

Tints of #ECBAED

#ECBAED
(236,186,237)
#EDC0EE
(237,192,238)
#EEC6EF
(238,198,239)
#EFCCF0
(239,204,240)
#F0D2F1
(240,210,241)
#F1D8F2
(241,216,242)
#F2DEF3
(242,222,243)
#F3E4F4
(243,228,244)
#F4EAF5
(244,234,245)
#F5F0F6
(245,240,246)
#F6F6F7
(246,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECBAED; }

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

This text font color is #ECBAED.


Background Color

.myBgColor { background-color: #ECBAED; }

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

This div background color is #ECBAED.


Border color

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

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

This div border color is #ECBAED.


Opacity

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

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

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

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

This text has shadow with #ECBAED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECBAED on black background.


Color preview on white background

This text has color #ECBAED on white background.



Black color preview on #ECBAED background

This text has black color on #ECBAED background.


White color preview on #ECBAED background

This text has white color on #ECBAED background.