COLOR #ECB4B7

HEX: #ECB4B7
RGB: (236,180,183)

Color info

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

RGB color model

#ECB4B7 color RGB value is (236,180,183).

  • red value is 236;
  • green value is 180;
  • blue value is 183.
RGB:
(236,180,183)
(93%,71%,72%)

RGB channels and saturation

R 236 of 255 = 93%
G 180 of 255 = 71%
B 183 of 255 = 72%

236
180
183

R + G + B ~ 79%. #ECB4B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 180 + 183 = 599 (100%)
R 236 of 599 ~ 39.4%
G 180 of 599 ~ 30.05%
B 183 of 599 ~ 30.55%

%39.4
%30.05
%30.55

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.73%
  • yellow value is 22.46%
  • key color value is 7.45%
CMYK:
(0,24,22,7)
C0M24Y22K7 
(0%,24%,22%,7%)
(0.00/0.24/0.22/0.07)	

CMYK percentages

%0
%23.73
%22.46
%7.45

Codes

Color #ECB4B7 in popluar color models

ECB4B7
RGB236180183
HSL357°59.57%81.57%
HSB/HSV357°23.73%92.55%
CMYK0.00%23.73%22.46%
7.45%

Color #ECB4B7 in popluar number systems.

HEXECB4B7
Decimal236180183
Binary111011001011010010110111
Octal354264267

Shades and tints

Shades of #ECB4B7

#ECB4B7
(236,180,183)
#D7A4A7
(215,164,167)
#C29497
(194,148,151)
#AD8487
(173,132,135)
#987477
(152,116,119)
#836467
(131,100,103)
#6E5457
(110,84,87)
#594447
(89,68,71)
#443437
(68,52,55)
#2F2427
(47,36,39)
#1A1417
(26,20,23)
#000000
(0,0,0)

Tints of #ECB4B7

#ECB4B7
(236,180,183)
#EDBABD
(237,186,189)
#EEC0C3
(238,192,195)
#EFC6C9
(239,198,201)
#F0CCCF
(240,204,207)
#F1D2D5
(241,210,213)
#F2D8DB
(242,216,219)
#F3DEE1
(243,222,225)
#F4E4E7
(244,228,231)
#F5EAED
(245,234,237)
#F6F0F3
(246,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECB4B7 color. Also use rgb(236,180,183) instead hex code.

Text Font Color

.myTextColor { color: #ECB4B7; }

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

This text font color is #ECB4B7.


Background Color

.myBgColor { background-color: #ECB4B7; }

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

This div background color is #ECB4B7.


Border color

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

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

This div border color is #ECB4B7.


Opacity

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

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

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

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

This text has shadow with #ECB4B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECB4B7 on black background.


Color preview on white background

This text has color #ECB4B7 on white background.



Black color preview on #ECB4B7 background

This text has black color on #ECB4B7 background.


White color preview on #ECB4B7 background

This text has white color on #ECB4B7 background.