COLOR #EFA49F

HEX: #EFA49F
RGB: (239,164,159)

Color info

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

RGB color model

#EFA49F color RGB value is (239,164,159).

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

RGB channels and saturation

R 239 of 255 = 94%
G 164 of 255 = 64%
B 159 of 255 = 62%

239
164
159

R + G + B ~ 73%. #EFA49F is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 164 + 159 = 562 (100%)
R 239 of 562 ~ 42.53%
G 164 of 562 ~ 29.18%
B 159 of 562 ~ 28.29%

%42.53
%29.18
%28.29

CMYK color model

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

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

CMYK percentages

%0
%31.38
%33.47
%6.27

Codes

Color #EFA49F in popluar color models

EFA49F
RGB239164159
HSL71.43%78.04%
HSB/HSV33.47%93.73%
CMYK0.00%31.38%33.47%
6.27%

Color #EFA49F in popluar number systems.

HEXEFA49F
Decimal239164159
Binary111011111010010010011111
Octal357244237

Shades and tints

Shades of #EFA49F

#EFA49F
(239,164,159)
#DA9691
(218,150,145)
#C58883
(197,136,131)
#B07A75
(176,122,117)
#9B6C67
(155,108,103)
#865E59
(134,94,89)
#71504B
(113,80,75)
#5C423D
(92,66,61)
#47342F
(71,52,47)
#322621
(50,38,33)
#1D1813
(29,24,19)
#000000
(0,0,0)

Tints of #EFA49F

#EFA49F
(239,164,159)
#F0ACA7
(240,172,167)
#F1B4AF
(241,180,175)
#F2BCB7
(242,188,183)
#F3C4BF
(243,196,191)
#F4CCC7
(244,204,199)
#F5D4CF
(245,212,207)
#F6DCD7
(246,220,215)
#F7E4DF
(247,228,223)
#F8ECE7
(248,236,231)
#F9F4EF
(249,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFA49F; }

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

This text font color is #EFA49F.


Background Color

.myBgColor { background-color: #EFA49F; }

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

This div background color is #EFA49F.


Border color

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

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

This div border color is #EFA49F.


Opacity

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

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

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

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

This text has shadow with #EFA49F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFA49F on black background.


Color preview on white background

This text has color #EFA49F on white background.



Black color preview on #EFA49F background

This text has black color on #EFA49F background.


White color preview on #EFA49F background

This text has white color on #EFA49F background.