COLOR #ECBCE4

HEX: #ECBCE4 RGB: (236,188,228)

Color info

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

RGB color model

#ECBCE4 color RGB value is (236,188,228).

RGB: (236,188,228) (93%, 74%, 89%)

RGB channels and saturation

R 236 of 255 = 93%
G 188 of 255 = 74%
B 228 of 255 = 89%

236
188
228

R + G + B ~ 85%. #ECBCE4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 236 + 188 + 228 = 652 (100%)
R 236 of 652 ~ 36.2%
G 188 of 652 ~ 28.83%
B 228 of 652 ~ 34.97'%

%36.2
%28.83
%34.97

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.34%
  • yellow value is 3.39%
  • key color value is 7.45%

CMYK: (0,20,3,7)
C0M20Y3K7 (0%, 20%, 3%, 7%)
(0.00 / 0.20 / 0.03 / 0.07)

CMYK percentages

%0
%20.34
%3.39
%7.45

Codes

Color #ECBCE4 in popluar color models

EC BC E4
RGB 236 188 228
HSL 310° 55.81% 83.14%
HSB/HSV 310° 20.34% 92.55%
CMYK 0.00% 20.34% 3.39%
7.45%

Color #ECBCE4 in popluar number systems.

HEX EC BC E4
Decimal 236 188 228
Binary 11101100 10111100 11100100
Octal 354 274 344

Shades and tints

Shades of #ECBCE4

#ECBCE4
(236,188,228)
#D7ABD0
(215,171,208)
#C29ABC
(194,154,188)
#AD89A8
(173,137,168)
#987894
(152,120,148)
#836780
(131,103,128)
#6E566C
(110,86,108)
#594558
(89,69,88)
#443444
(68,52,68)
#2F2330
(47,35,48)
#1A121C
(26,18,28)
#000000
(0,0,0)

Tints of #ECBCE4

#ECBCE4
(236,188,228)
#EDC2E6
(237,194,230)
#EEC8E8
(238,200,232)
#EFCEEA
(239,206,234)
#F0D4EC
(240,212,236)
#F1DAEE
(241,218,238)
#F2E0F0
(242,224,240)
#F3E6F2
(243,230,242)
#F4ECF4
(244,236,244)
#F5F2F6
(245,242,246)
#F6F8F8
(246,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECBCE4; }

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

This text font color is #ECBCE4.

Background Color

.myBgColor { background-color: #ECBCE4; }

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

This div background color is #ECBCE4.

Border color

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

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

This div border color is #ECBCE4.

Opacity

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

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

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

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

This text has shadow with #ECBCE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECBCE4.

Preview

Color preview on black background

This text has color #ECBCE4 on black background.


Color preview on white background

This text has color #ECBCE4 on white background.


Black color preview on #ECBCE4 background

This text has black color on #ECBCE4 background.


White color preview on #ECBCE4 background

This text has white color on #ECBCE4 background.


Related colors

Complementary color

Complementary color for #hex is #13431B.


I love getcolorcode.com

Triadic colors

1 #E4ECBC and #BCE4EC with #ECBCE4 are triadic colors.

2 #E4BCEC and #BCECE4 with #ECBCE4 are triadic colors.