COLOR #EFABA2

HEX: #EFABA2
RGB: (239,171,162)

Color info

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

RGB color model

#EFABA2 color RGB value is (239,171,162).

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

RGB channels and saturation

R 239 of 255 = 94%
G 171 of 255 = 67%
B 162 of 255 = 64%

239
171
162

R + G + B ~ 75%. #EFABA2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 171 + 162 = 572 (100%)
R 239 of 572 ~ 41.78%
G 171 of 572 ~ 29.9%
B 162 of 572 ~ 28.32%

%41.78
%29.9
%28.32

CMYK color model

#EFABA2 color CMYK value is (0,28,32,6).

  • cyan value is 0.00%
  • magenta value is 28.45%
  • yellow value is 32.22%
  • key color value is 6.27%
CMYK:
(0,28,32,6)
C0M28Y32K6 
(0%,28%,32%,6%)
(0.00/0.28/0.32/0.06)	

CMYK percentages

%0
%28.45
%32.22
%6.27

Codes

Color #EFABA2 in popluar color models

EFABA2
RGB239171162
HSL70.64%78.63%
HSB/HSV32.22%93.73%
CMYK0.00%28.45%32.22%
6.27%

Color #EFABA2 in popluar number systems.

HEXEFABA2
Decimal239171162
Binary111011111010101110100010
Octal357253242

Shades and tints

Shades of #EFABA2

#EFABA2
(239,171,162)
#DA9C94
(218,156,148)
#C58D86
(197,141,134)
#B07E78
(176,126,120)
#9B6F6A
(155,111,106)
#86605C
(134,96,92)
#71514E
(113,81,78)
#5C4240
(92,66,64)
#473332
(71,51,50)
#322424
(50,36,36)
#1D1516
(29,21,22)
#000000
(0,0,0)

Tints of #EFABA2

#EFABA2
(239,171,162)
#F0B2AA
(240,178,170)
#F1B9B2
(241,185,178)
#F2C0BA
(242,192,186)
#F3C7C2
(243,199,194)
#F4CECA
(244,206,202)
#F5D5D2
(245,213,210)
#F6DCDA
(246,220,218)
#F7E3E2
(247,227,226)
#F8EAEA
(248,234,234)
#F9F1F2
(249,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFABA2; }

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

This text font color is #EFABA2.


Background Color

.myBgColor { background-color: #EFABA2; }

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

This div background color is #EFABA2.


Border color

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

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

This div border color is #EFABA2.


Opacity

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

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

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

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

This text has shadow with #EFABA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFABA2 on black background.


Color preview on white background

This text has color #EFABA2 on white background.



Black color preview on #EFABA2 background

This text has black color on #EFABA2 background.


White color preview on #EFABA2 background

This text has white color on #EFABA2 background.