COLOR #EFA8A1

HEX: #EFA8A1
RGB: (239,168,161)

Color info

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

RGB color model

#EFA8A1 color RGB value is (239,168,161).

  • red value is 239;
  • green value is 168;
  • blue value is 161.
RGB:
(239,168,161)
(94%,66%,63%)

RGB channels and saturation

R 239 of 255 = 94%
G 168 of 255 = 66%
B 161 of 255 = 63%

239
168
161

R + G + B ~ 74%. #EFA8A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 168 + 161 = 568 (100%)
R 239 of 568 ~ 42.08%
G 168 of 568 ~ 29.58%
B 161 of 568 ~ 28.35%

%42.08
%29.58
%28.35

CMYK color model

#EFA8A1 color CMYK value is (0,30,33,6).

  • cyan value is 0.00%
  • magenta value is 29.71%
  • yellow value is 32.64%
  • key color value is 6.27%
CMYK:
(0,30,33,6)
C0M30Y33K6 
(0%,30%,33%,6%)
(0.00/0.30/0.33/0.06)	

CMYK percentages

%0
%29.71
%32.64
%6.27

Codes

Color #EFA8A1 in popluar color models

EFA8A1
RGB239168161
HSL70.91%78.43%
HSB/HSV32.64%93.73%
CMYK0.00%29.71%32.64%
6.27%

Color #EFA8A1 in popluar number systems.

HEXEFA8A1
Decimal239168161
Binary111011111010100010100001
Octal357250241

Shades and tints

Shades of #EFA8A1

#EFA8A1
(239,168,161)
#DA9993
(218,153,147)
#C58A85
(197,138,133)
#B07B77
(176,123,119)
#9B6C69
(155,108,105)
#865D5B
(134,93,91)
#714E4D
(113,78,77)
#5C3F3F
(92,63,63)
#473031
(71,48,49)
#322123
(50,33,35)
#1D1215
(29,18,21)
#000000
(0,0,0)

Tints of #EFA8A1

#EFA8A1
(239,168,161)
#F0AFA9
(240,175,169)
#F1B6B1
(241,182,177)
#F2BDB9
(242,189,185)
#F3C4C1
(243,196,193)
#F4CBC9
(244,203,201)
#F5D2D1
(245,210,209)
#F6D9D9
(246,217,217)
#F7E0E1
(247,224,225)
#F8E7E9
(248,231,233)
#F9EEF1
(249,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFA8A1 color. Also use rgb(239,168,161) instead hex code.

Text Font Color

.myTextColor { color: #EFA8A1; }

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

This text font color is #EFA8A1.


Background Color

.myBgColor { background-color: #EFA8A1; }

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

This div background color is #EFA8A1.


Border color

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

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

This div border color is #EFA8A1.


Opacity

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

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

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

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

This text has shadow with #EFA8A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFA8A1 on black background.


Color preview on white background

This text has color #EFA8A1 on white background.



Black color preview on #EFA8A1 background

This text has black color on #EFA8A1 background.


White color preview on #EFA8A1 background

This text has white color on #EFA8A1 background.