COLOR #ECBCCB

HEX: #ECBCCB
RGB: (236,188,203)

Color info

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

RGB color model

#ECBCCB color RGB value is (236,188,203).

  • red value is 236;
  • green value is 188;
  • blue value is 203.
RGB:
(236,188,203)
(93%,74%,80%)

RGB channels and saturation

R 236 of 255 = 93%
G 188 of 255 = 74%
B 203 of 255 = 80%

236
188
203

R + G + B ~ 82%. #ECBCCB is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 188 + 203 = 627 (100%)
R 236 of 627 ~ 37.64%
G 188 of 627 ~ 29.98%
B 203 of 627 ~ 32.38%

%37.64
%29.98
%32.38

CMYK color model

#ECBCCB color CMYK value is (0,20,14,7).

  • cyan value is 0.00%
  • magenta value is 20.34%
  • yellow value is 13.98%
  • key color value is 7.45%
CMYK:
(0,20,14,7)
C0M20Y14K7 
(0%,20%,14%,7%)
(0.00/0.20/0.14/0.07)	

CMYK percentages

%0
%20.34
%13.98
%7.45

Codes

Color #ECBCCB in popluar color models

ECBCCB
RGB236188203
HSL341°55.81%83.14%
HSB/HSV341°20.34%92.55%
CMYK0.00%20.34%13.98%
7.45%

Color #ECBCCB in popluar number systems.

HEXECBCCB
Decimal236188203
Binary111011001011110011001011
Octal354274313

Shades and tints

Shades of #ECBCCB

#ECBCCB
(236,188,203)
#D7ABB9
(215,171,185)
#C29AA7
(194,154,167)
#AD8995
(173,137,149)
#987883
(152,120,131)
#836771
(131,103,113)
#6E565F
(110,86,95)
#59454D
(89,69,77)
#44343B
(68,52,59)
#2F2329
(47,35,41)
#1A1217
(26,18,23)
#000000
(0,0,0)

Tints of #ECBCCB

#ECBCCB
(236,188,203)
#EDC2CF
(237,194,207)
#EEC8D3
(238,200,211)
#EFCED7
(239,206,215)
#F0D4DB
(240,212,219)
#F1DADF
(241,218,223)
#F2E0E3
(242,224,227)
#F3E6E7
(243,230,231)
#F4ECEB
(244,236,235)
#F5F2EF
(245,242,239)
#F6F8F3
(246,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECBCCB; }

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

This text font color is #ECBCCB.


Background Color

.myBgColor { background-color: #ECBCCB; }

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

This div background color is #ECBCCB.


Border color

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

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

This div border color is #ECBCCB.


Opacity

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

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

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

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

This text has shadow with #ECBCCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECBCCB on black background.


Color preview on white background

This text has color #ECBCCB on white background.



Black color preview on #ECBCCB background

This text has black color on #ECBCCB background.


White color preview on #ECBCCB background

This text has white color on #ECBCCB background.