COLOR #EC9F98

HEX: #EC9F98
RGB: (236,159,152)

Color info

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

RGB color model

#EC9F98 color RGB value is (236,159,152).

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

RGB channels and saturation

R 236 of 255 = 93%
G 159 of 255 = 62%
B 152 of 255 = 60%

236
159
152

R + G + B ~ 72%. #EC9F98 is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 159 + 152 = 547 (100%)
R 236 of 547 ~ 43.14%
G 159 of 547 ~ 29.07%
B 152 of 547 ~ 27.79%

%43.14
%29.07
%27.79

CMYK color model

#EC9F98 color CMYK value is (0,33,36,7).

  • cyan value is 0.00%
  • magenta value is 32.63%
  • yellow value is 35.59%
  • key color value is 7.45%
CMYK:
(0,33,36,7)
C0M33Y36K7 
(0%,33%,36%,7%)
(0.00/0.33/0.36/0.07)	

CMYK percentages

%0
%32.63
%35.59
%7.45

Codes

Color #EC9F98 in popluar color models

EC9F98
RGB236159152
HSL68.85%76.08%
HSB/HSV35.59%92.55%
CMYK0.00%32.63%35.59%
7.45%

Color #EC9F98 in popluar number systems.

HEXEC9F98
Decimal236159152
Binary111011001001111110011000
Octal354237230

Shades and tints

Shades of #EC9F98

#EC9F98
(236,159,152)
#D7918B
(215,145,139)
#C2837E
(194,131,126)
#AD7571
(173,117,113)
#986764
(152,103,100)
#835957
(131,89,87)
#6E4B4A
(110,75,74)
#593D3D
(89,61,61)
#442F30
(68,47,48)
#2F2123
(47,33,35)
#1A1316
(26,19,22)
#000000
(0,0,0)

Tints of #EC9F98

#EC9F98
(236,159,152)
#EDA7A1
(237,167,161)
#EEAFAA
(238,175,170)
#EFB7B3
(239,183,179)
#F0BFBC
(240,191,188)
#F1C7C5
(241,199,197)
#F2CFCE
(242,207,206)
#F3D7D7
(243,215,215)
#F4DFE0
(244,223,224)
#F5E7E9
(245,231,233)
#F6EFF2
(246,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EC9F98; }

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

This text font color is #EC9F98.


Background Color

.myBgColor { background-color: #EC9F98; }

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

This div background color is #EC9F98.


Border color

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

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

This div border color is #EC9F98.


Opacity

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

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

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

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

This text has shadow with #EC9F98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC9F98 on black background.


Color preview on white background

This text has color #EC9F98 on white background.



Black color preview on #EC9F98 background

This text has black color on #EC9F98 background.


White color preview on #EC9F98 background

This text has white color on #EC9F98 background.