COLOR #EC9AB0

HEX: #EC9AB0
RGB: (236,154,176)

Color info

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

RGB color model

#EC9AB0 color RGB value is (236,154,176).

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

RGB channels and saturation

R 236 of 255 = 93%
G 154 of 255 = 60%
B 176 of 255 = 69%

236
154
176

R + G + B ~ 74%. #EC9AB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 154 + 176 = 566 (100%)
R 236 of 566 ~ 41.7%
G 154 of 566 ~ 27.21%
B 176 of 566 ~ 31.1%

%41.7
%27.21
%31.1

CMYK color model

#EC9AB0 color CMYK value is (0,35,25,7).

  • cyan value is 0.00%
  • magenta value is 34.75%
  • yellow value is 25.42%
  • key color value is 7.45%
CMYK:
(0,35,25,7)
C0M35Y25K7 
(0%,35%,25%,7%)
(0.00/0.35/0.25/0.07)	

CMYK percentages

%0
%34.75
%25.42
%7.45

Codes

Color #EC9AB0 in popluar color models

EC9AB0
RGB236154176
HSL344°68.33%76.47%
HSB/HSV344°34.75%92.55%
CMYK0.00%34.75%25.42%
7.45%

Color #EC9AB0 in popluar number systems.

HEXEC9AB0
Decimal236154176
Binary111011001001101010110000
Octal354232260

Shades and tints

Shades of #EC9AB0

#EC9AB0
(236,154,176)
#D78CA0
(215,140,160)
#C27E90
(194,126,144)
#AD7080
(173,112,128)
#986270
(152,98,112)
#835460
(131,84,96)
#6E4650
(110,70,80)
#593840
(89,56,64)
#442A30
(68,42,48)
#2F1C20
(47,28,32)
#1A0E10
(26,14,16)
#000000
(0,0,0)

Tints of #EC9AB0

#EC9AB0
(236,154,176)
#EDA3B7
(237,163,183)
#EEACBE
(238,172,190)
#EFB5C5
(239,181,197)
#F0BECC
(240,190,204)
#F1C7D3
(241,199,211)
#F2D0DA
(242,208,218)
#F3D9E1
(243,217,225)
#F4E2E8
(244,226,232)
#F5EBEF
(245,235,239)
#F6F4F6
(246,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EC9AB0; }

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

This text font color is #EC9AB0.


Background Color

.myBgColor { background-color: #EC9AB0; }

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

This div background color is #EC9AB0.


Border color

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

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

This div border color is #EC9AB0.


Opacity

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

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

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

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

This text has shadow with #EC9AB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC9AB0 on black background.


Color preview on white background

This text has color #EC9AB0 on white background.



Black color preview on #EC9AB0 background

This text has black color on #EC9AB0 background.


White color preview on #EC9AB0 background

This text has white color on #EC9AB0 background.