COLOR #EF9FA6

HEX: #EF9FA6
RGB: (239,159,166)

Color info

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

RGB color model

#EF9FA6 color RGB value is (239,159,166).

  • red value is 239;
  • green value is 159;
  • blue value is 166.
RGB:
(239,159,166)
(94%,62%,65%)

RGB channels and saturation

R 239 of 255 = 94%
G 159 of 255 = 62%
B 166 of 255 = 65%

239
159
166

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

Portions of RGB colors in percentages

R + G + B =
239 + 159 + 166 = 564 (100%)
R 239 of 564 ~ 42.38%
G 159 of 564 ~ 28.19%
B 166 of 564 ~ 29.43%

%42.38
%28.19
%29.43

CMYK color model

#EF9FA6 color CMYK value is (0,33,31,6).

  • cyan value is 0.00%
  • magenta value is 33.47%
  • yellow value is 30.54%
  • key color value is 6.27%
CMYK:
(0,33,31,6)
C0M33Y31K6 
(0%,33%,31%,6%)
(0.00/0.33/0.31/0.06)	

CMYK percentages

%0
%33.47
%30.54
%6.27

Codes

Color #EF9FA6 in popluar color models

EF9FA6
RGB239159166
HSL355°71.43%78.04%
HSB/HSV355°33.47%93.73%
CMYK0.00%33.47%30.54%
6.27%

Color #EF9FA6 in popluar number systems.

HEXEF9FA6
Decimal239159166
Binary111011111001111110100110
Octal357237246

Shades and tints

Shades of #EF9FA6

#EF9FA6
(239,159,166)
#DA9197
(218,145,151)
#C58388
(197,131,136)
#B07579
(176,117,121)
#9B676A
(155,103,106)
#86595B
(134,89,91)
#714B4C
(113,75,76)
#5C3D3D
(92,61,61)
#472F2E
(71,47,46)
#32211F
(50,33,31)
#1D1310
(29,19,16)
#000000
(0,0,0)

Tints of #EF9FA6

#EF9FA6
(239,159,166)
#F0A7AE
(240,167,174)
#F1AFB6
(241,175,182)
#F2B7BE
(242,183,190)
#F3BFC6
(243,191,198)
#F4C7CE
(244,199,206)
#F5CFD6
(245,207,214)
#F6D7DE
(246,215,222)
#F7DFE6
(247,223,230)
#F8E7EE
(248,231,238)
#F9EFF6
(249,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF9FA6 color. Also use rgb(239,159,166) instead hex code.

Text Font Color

.myTextColor { color: #EF9FA6; }

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

This text font color is #EF9FA6.


Background Color

.myBgColor { background-color: #EF9FA6; }

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

This div background color is #EF9FA6.


Border color

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

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

This div border color is #EF9FA6.


Opacity

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

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

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

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

This text has shadow with #EF9FA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF9FA6 on black background.


Color preview on white background

This text has color #EF9FA6 on white background.



Black color preview on #EF9FA6 background

This text has black color on #EF9FA6 background.


White color preview on #EF9FA6 background

This text has white color on #EF9FA6 background.