COLOR #ECBAD2

HEX: #ECBAD2
RGB: (236,186,210)

Color info

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

RGB color model

#ECBAD2 color RGB value is (236,186,210).

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

RGB channels and saturation

R 236 of 255 = 93%
G 186 of 255 = 73%
B 210 of 255 = 82%

236
186
210

R + G + B ~ 83%. #ECBAD2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 186 + 210 = 632 (100%)
R 236 of 632 ~ 37.34%
G 186 of 632 ~ 29.43%
B 210 of 632 ~ 33.23%

%37.34
%29.43
%33.23

CMYK color model

#ECBAD2 color CMYK value is (0,21,11,7).

  • cyan value is 0.00%
  • magenta value is 21.19%
  • yellow value is 11.02%
  • key color value is 7.45%
CMYK:
(0,21,11,7)
C0M21Y11K7 
(0%,21%,11%,7%)
(0.00/0.21/0.11/0.07)	

CMYK percentages

%0
%21.19
%11.02
%7.45

Codes

Color #ECBAD2 in popluar color models

ECBAD2
RGB236186210
HSL331°56.82%82.75%
HSB/HSV331°21.19%92.55%
CMYK0.00%21.19%11.02%
7.45%

Color #ECBAD2 in popluar number systems.

HEXECBAD2
Decimal236186210
Binary111011001011101011010010
Octal354272322

Shades and tints

Shades of #ECBAD2

#ECBAD2
(236,186,210)
#D7AABF
(215,170,191)
#C29AAC
(194,154,172)
#AD8A99
(173,138,153)
#987A86
(152,122,134)
#836A73
(131,106,115)
#6E5A60
(110,90,96)
#594A4D
(89,74,77)
#443A3A
(68,58,58)
#2F2A27
(47,42,39)
#1A1A14
(26,26,20)
#000000
(0,0,0)

Tints of #ECBAD2

#ECBAD2
(236,186,210)
#EDC0D6
(237,192,214)
#EEC6DA
(238,198,218)
#EFCCDE
(239,204,222)
#F0D2E2
(240,210,226)
#F1D8E6
(241,216,230)
#F2DEEA
(242,222,234)
#F3E4EE
(243,228,238)
#F4EAF2
(244,234,242)
#F5F0F6
(245,240,246)
#F6F6FA
(246,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECBAD2; }

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

This text font color is #ECBAD2.


Background Color

.myBgColor { background-color: #ECBAD2; }

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

This div background color is #ECBAD2.


Border color

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

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

This div border color is #ECBAD2.


Opacity

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

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

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

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

This text has shadow with #ECBAD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECBAD2 on black background.


Color preview on white background

This text has color #ECBAD2 on white background.



Black color preview on #ECBAD2 background

This text has black color on #ECBAD2 background.


White color preview on #ECBAD2 background

This text has white color on #ECBAD2 background.