COLOR #EFAB96

HEX: #EFAB96
RGB: (239,171,150)

Color info

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

RGB color model

#EFAB96 color RGB value is (239,171,150).

  • red value is 239;
  • green value is 171;
  • blue value is 150.
RGB:
(239,171,150)
(94%,67%,59%)

RGB channels and saturation

R 239 of 255 = 94%
G 171 of 255 = 67%
B 150 of 255 = 59%

239
171
150

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

Portions of RGB colors in percentages

R + G + B =
239 + 171 + 150 = 560 (100%)
R 239 of 560 ~ 42.68%
G 171 of 560 ~ 30.54%
B 150 of 560 ~ 26.79%

%42.68
%30.54
%26.79

CMYK color model

#EFAB96 color CMYK value is (0,28,37,6).

  • cyan value is 0.00%
  • magenta value is 28.45%
  • yellow value is 37.24%
  • key color value is 6.27%
CMYK:
(0,28,37,6)
C0M28Y37K6 
(0%,28%,37%,6%)
(0.00/0.28/0.37/0.06)	

CMYK percentages

%0
%28.45
%37.24
%6.27

Codes

Color #EFAB96 in popluar color models

EFAB96
RGB239171150
HSL14°73.55%76.27%
HSB/HSV14°37.24%93.73%
CMYK0.00%28.45%37.24%
6.27%

Color #EFAB96 in popluar number systems.

HEXEFAB96
Decimal239171150
Binary111011111010101110010110
Octal357253226

Shades and tints

Shades of #EFAB96

#EFAB96
(239,171,150)
#DA9C89
(218,156,137)
#C58D7C
(197,141,124)
#B07E6F
(176,126,111)
#9B6F62
(155,111,98)
#866055
(134,96,85)
#715148
(113,81,72)
#5C423B
(92,66,59)
#47332E
(71,51,46)
#322421
(50,36,33)
#1D1514
(29,21,20)
#000000
(0,0,0)

Tints of #EFAB96

#EFAB96
(239,171,150)
#F0B29F
(240,178,159)
#F1B9A8
(241,185,168)
#F2C0B1
(242,192,177)
#F3C7BA
(243,199,186)
#F4CEC3
(244,206,195)
#F5D5CC
(245,213,204)
#F6DCD5
(246,220,213)
#F7E3DE
(247,227,222)
#F8EAE7
(248,234,231)
#F9F1F0
(249,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFAB96 color. Also use rgb(239,171,150) instead hex code.

Text Font Color

.myTextColor { color: #EFAB96; }

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

This text font color is #EFAB96.


Background Color

.myBgColor { background-color: #EFAB96; }

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

This div background color is #EFAB96.


Border color

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

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

This div border color is #EFAB96.


Opacity

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

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

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

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

This text has shadow with #EFAB96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFAB96 on black background.


Color preview on white background

This text has color #EFAB96 on white background.



Black color preview on #EFAB96 background

This text has black color on #EFAB96 background.


White color preview on #EFAB96 background

This text has white color on #EFAB96 background.