COLOR #EC9F87

HEX: #EC9F87
RGB: (236,159,135)

Color info

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

RGB color model

#EC9F87 color RGB value is (236,159,135).

  • red value is 236;
  • green value is 159;
  • blue value is 135.
RGB:
(236,159,135)
(93%,62%,53%)

RGB channels and saturation

R 236 of 255 = 93%
G 159 of 255 = 62%
B 135 of 255 = 53%

236
159
135

R + G + B ~ 69%. #EC9F87 is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 159 + 135 = 530 (100%)
R 236 of 530 ~ 44.53%
G 159 of 530 ~ 30%
B 135 of 530 ~ 25.47%

%44.53
%30
%25.47

CMYK color model

#EC9F87 color CMYK value is (0,33,43,7).

  • cyan value is 0.00%
  • magenta value is 32.63%
  • yellow value is 42.80%
  • key color value is 7.45%
CMYK:
(0,33,43,7)
C0M33Y43K7 
(0%,33%,43%,7%)
(0.00/0.33/0.43/0.07)	

CMYK percentages

%0
%32.63
%42.8
%7.45

Codes

Color #EC9F87 in popluar color models

EC9F87
RGB236159135
HSL14°72.66%72.75%
HSB/HSV14°42.80%92.55%
CMYK0.00%32.63%42.80%
7.45%

Color #EC9F87 in popluar number systems.

HEXEC9F87
Decimal236159135
Binary111011001001111110000111
Octal354237207

Shades and tints

Shades of #EC9F87

#EC9F87
(236,159,135)
#D7917B
(215,145,123)
#C2836F
(194,131,111)
#AD7563
(173,117,99)
#986757
(152,103,87)
#83594B
(131,89,75)
#6E4B3F
(110,75,63)
#593D33
(89,61,51)
#442F27
(68,47,39)
#2F211B
(47,33,27)
#1A130F
(26,19,15)
#000000
(0,0,0)

Tints of #EC9F87

#EC9F87
(236,159,135)
#EDA791
(237,167,145)
#EEAF9B
(238,175,155)
#EFB7A5
(239,183,165)
#F0BFAF
(240,191,175)
#F1C7B9
(241,199,185)
#F2CFC3
(242,207,195)
#F3D7CD
(243,215,205)
#F4DFD7
(244,223,215)
#F5E7E1
(245,231,225)
#F6EFEB
(246,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC9F87 color. Also use rgb(236,159,135) instead hex code.

Text Font Color

.myTextColor { color: #EC9F87; }

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

This text font color is #EC9F87.


Background Color

.myBgColor { background-color: #EC9F87; }

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

This div background color is #EC9F87.


Border color

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

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

This div border color is #EC9F87.


Opacity

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

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

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

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

This text has shadow with #EC9F87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC9F87 on black background.


Color preview on white background

This text has color #EC9F87 on white background.



Black color preview on #EC9F87 background

This text has black color on #EC9F87 background.


White color preview on #EC9F87 background

This text has white color on #EC9F87 background.