COLOR #ECA8B0

HEX: #ECA8B0
RGB: (236,168,176)

Color info

#ECA8B0 contains mainly red color. Web safe color of #ECA8B0 is #FF9999 (or #F99).

RGB color model

#ECA8B0 color RGB value is (236,168,176).

  • red value is 236;
  • green value is 168;
  • blue value is 176.
RGB:
(236,168,176)
(93%,66%,69%)

RGB channels and saturation

R 236 of 255 = 93%
G 168 of 255 = 66%
B 176 of 255 = 69%

236
168
176

R + G + B ~ 76%. #ECA8B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 168 + 176 = 580 (100%)
R 236 of 580 ~ 40.69%
G 168 of 580 ~ 28.97%
B 176 of 580 ~ 30.34%

%40.69
%28.97
%30.34

CMYK color model

#ECA8B0 color CMYK value is (0,29,25,7).

  • cyan value is 0.00%
  • magenta value is 28.81%
  • yellow value is 25.42%
  • key color value is 7.45%
CMYK:
(0,29,25,7)
C0M29Y25K7 
(0%,29%,25%,7%)
(0.00/0.29/0.25/0.07)	

CMYK percentages

%0
%28.81
%25.42
%7.45

Codes

Color #ECA8B0 in popluar color models

ECA8B0
RGB236168176
HSL353°64.15%79.22%
HSB/HSV353°28.81%92.55%
CMYK0.00%28.81%25.42%
7.45%

Color #ECA8B0 in popluar number systems.

HEXECA8B0
Decimal236168176
Binary111011001010100010110000
Octal354250260

Shades and tints

Shades of #ECA8B0

#ECA8B0
(236,168,176)
#D799A0
(215,153,160)
#C28A90
(194,138,144)
#AD7B80
(173,123,128)
#986C70
(152,108,112)
#835D60
(131,93,96)
#6E4E50
(110,78,80)
#593F40
(89,63,64)
#443030
(68,48,48)
#2F2120
(47,33,32)
#1A1210
(26,18,16)
#000000
(0,0,0)

Tints of #ECA8B0

#ECA8B0
(236,168,176)
#EDAFB7
(237,175,183)
#EEB6BE
(238,182,190)
#EFBDC5
(239,189,197)
#F0C4CC
(240,196,204)
#F1CBD3
(241,203,211)
#F2D2DA
(242,210,218)
#F3D9E1
(243,217,225)
#F4E0E8
(244,224,232)
#F5E7EF
(245,231,239)
#F6EEF6
(246,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECA8B0 color. Also use rgb(236,168,176) instead hex code.

Text Font Color

.myTextColor { color: #ECA8B0; }

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

This text font color is #ECA8B0.


Background Color

.myBgColor { background-color: #ECA8B0; }

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

This div background color is #ECA8B0.


Border color

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

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

This div border color is #ECA8B0.


Opacity

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

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

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

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

This text has shadow with #ECA8B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECA8B0 on black background.


Color preview on white background

This text has color #ECA8B0 on white background.



Black color preview on #ECA8B0 background

This text has black color on #ECA8B0 background.


White color preview on #ECA8B0 background

This text has white color on #ECA8B0 background.