COLOR #ECACCB

HEX: #ECACCB
RGB: (236,172,203)

Color info

#ECACCB contains mainly red and blue colors. Web safe color of #ECACCB is #FF99CC (or #F9C).

RGB color model

#ECACCB color RGB value is (236,172,203).

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

RGB channels and saturation

R 236 of 255 = 93%
G 172 of 255 = 67%
B 203 of 255 = 80%

236
172
203

R + G + B ~ 80%. #ECACCB is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 172 + 203 = 611 (100%)
R 236 of 611 ~ 38.63%
G 172 of 611 ~ 28.15%
B 203 of 611 ~ 33.22%

%38.63
%28.15
%33.22

CMYK color model

#ECACCB color CMYK value is (0,27,14,7).

  • cyan value is 0.00%
  • magenta value is 27.12%
  • yellow value is 13.98%
  • key color value is 7.45%
CMYK:
(0,27,14,7)
C0M27Y14K7 
(0%,27%,14%,7%)
(0.00/0.27/0.14/0.07)	

CMYK percentages

%0
%27.12
%13.98
%7.45

Codes

Color #ECACCB in popluar color models

ECACCB
RGB236172203
HSL331°62.75%80.00%
HSB/HSV331°27.12%92.55%
CMYK0.00%27.12%13.98%
7.45%

Color #ECACCB in popluar number systems.

HEXECACCB
Decimal236172203
Binary111011001010110011001011
Octal354254313

Shades and tints

Shades of #ECACCB

#ECACCB
(236,172,203)
#D79DB9
(215,157,185)
#C28EA7
(194,142,167)
#AD7F95
(173,127,149)
#987083
(152,112,131)
#836171
(131,97,113)
#6E525F
(110,82,95)
#59434D
(89,67,77)
#44343B
(68,52,59)
#2F2529
(47,37,41)
#1A1617
(26,22,23)
#000000
(0,0,0)

Tints of #ECACCB

#ECACCB
(236,172,203)
#EDB3CF
(237,179,207)
#EEBAD3
(238,186,211)
#EFC1D7
(239,193,215)
#F0C8DB
(240,200,219)
#F1CFDF
(241,207,223)
#F2D6E3
(242,214,227)
#F3DDE7
(243,221,231)
#F4E4EB
(244,228,235)
#F5EBEF
(245,235,239)
#F6F2F3
(246,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECACCB; }

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

This text font color is #ECACCB.


Background Color

.myBgColor { background-color: #ECACCB; }

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

This div background color is #ECACCB.


Border color

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

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

This div border color is #ECACCB.


Opacity

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

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

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

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

This text has shadow with #ECACCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECACCB on black background.


Color preview on white background

This text has color #ECACCB on white background.



Black color preview on #ECACCB background

This text has black color on #ECACCB background.


White color preview on #ECACCB background

This text has white color on #ECACCB background.