COLOR #EFA2AB

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

239
162
171

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

Portions of RGB colors in percentages

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

%41.78
%28.32
%29.9

CMYK color model

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

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

CMYK percentages

%0
%32.22
%28.45
%6.27

Codes

Color #EFA2AB in popluar color models

EFA2AB
RGB239162171
HSL353°70.64%78.63%
HSB/HSV353°32.22%93.73%
CMYK0.00%32.22%28.45%
6.27%

Color #EFA2AB in popluar number systems.

HEXEFA2AB
Decimal239162171
Binary111011111010001010101011
Octal357242253

Shades and tints

Shades of #EFA2AB

#EFA2AB
(239,162,171)
#DA949C
(218,148,156)
#C5868D
(197,134,141)
#B0787E
(176,120,126)
#9B6A6F
(155,106,111)
#865C60
(134,92,96)
#714E51
(113,78,81)
#5C4042
(92,64,66)
#473233
(71,50,51)
#322424
(50,36,36)
#1D1615
(29,22,21)
#000000
(0,0,0)

Tints of #EFA2AB

#EFA2AB
(239,162,171)
#F0AAB2
(240,170,178)
#F1B2B9
(241,178,185)
#F2BAC0
(242,186,192)
#F3C2C7
(243,194,199)
#F4CACE
(244,202,206)
#F5D2D5
(245,210,213)
#F6DADC
(246,218,220)
#F7E2E3
(247,226,227)
#F8EAEA
(248,234,234)
#F9F2F1
(249,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFA2AB; }

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

This text font color is #EFA2AB.


Background Color

.myBgColor { background-color: #EFA2AB; }

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

This div background color is #EFA2AB.


Border color

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

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

This div border color is #EFA2AB.


Opacity

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

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

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

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

This text has shadow with #EFA2AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFA2AB on black background.


Color preview on white background

This text has color #EFA2AB on white background.



Black color preview on #EFA2AB background

This text has black color on #EFA2AB background.


White color preview on #EFA2AB background

This text has white color on #EFA2AB background.