COLOR #EFAB92

HEX: #EFAB92 RGB: (239,171,146)

Color info

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

RGB color model

#EFAB92 color RGB value is (239,171,146).

RGB: (239,171,146) (94%, 67%, 57%)

RGB channels and saturation

R 239 of 255 = 94%
G 171 of 255 = 67%
B 146 of 255 = 57%

239
171
146

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

Portions of RGB colors in percentages

R + G + B = 239 + 171 + 146 = 556 (100%)
R 239 of 556 ~ 42.99%
G 171 of 556 ~ 30.76%
B 146 of 556 ~ 26.26'%

%42.99
%30.76
%26.26

CMYK color model

#EFAB92 color CMYK value is (0,28,39,6).

  • cyan value is 0.00%
  • magenta value is 28.45%
  • yellow value is 38.91%
  • key color value is 6.27%

CMYK: (0,28,39,6)
C0M28Y39K6 (0%, 28%, 39%, 6%)
(0.00 / 0.28 / 0.39 / 0.06)

CMYK percentages

%0
%28.45
%38.91
%6.27

Codes

Color #EFAB92 in popluar color models

EF AB 92
RGB 239 171 146
HSL 16° 74.40% 75.49%
HSB/HSV 16° 38.91% 93.73%
CMYK 0.00% 28.45% 38.91%
6.27%

Color #EFAB92 in popluar number systems.

HEX EF AB 92
Decimal 239 171 146
Binary 11101111 10101011 10010010
Octal 357 253 222

Shades and tints

Shades of #EFAB92

#EFAB92
(239,171,146)
#DA9C85
(218,156,133)
#C58D78
(197,141,120)
#B07E6B
(176,126,107)
#9B6F5E
(155,111,94)
#866051
(134,96,81)
#715144
(113,81,68)
#5C4237
(92,66,55)
#47332A
(71,51,42)
#32241D
(50,36,29)
#1D1510
(29,21,16)
#000000
(0,0,0)

Tints of #EFAB92

#EFAB92
(239,171,146)
#F0B29B
(240,178,155)
#F1B9A4
(241,185,164)
#F2C0AD
(242,192,173)
#F3C7B6
(243,199,182)
#F4CEBF
(244,206,191)
#F5D5C8
(245,213,200)
#F6DCD1
(246,220,209)
#F7E3DA
(247,227,218)
#F8EAE3
(248,234,227)
#F9F1EC
(249,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFAB92; }

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

This text font color is #EFAB92.

Background Color

.myBgColor { background-color: #EFAB92; }

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

This div background color is #EFAB92.

Border color

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

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

This div border color is #EFAB92.

Opacity

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

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

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

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

This text has shadow with #EFAB92 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFAB92.

Preview

Color preview on black background

This text has color #EFAB92 on black background.


Color preview on white background

This text has color #EFAB92 on white background.


Black color preview on #EFAB92 background

This text has black color on #EFAB92 background.


White color preview on #EFAB92 background

This text has white color on #EFAB92 background.


Related colors

Complementary color

Complementary color for #hex is #10546D.


I love getcolorcode.com

Triadic colors

1 #92EFAB and #AB92EF with #EFAB92 are triadic colors.

2 #92ABEF and #ABEF92 with #EFAB92 are triadic colors.