COLOR #EFA0AD

HEX: #EFA0AD
RGB: (239,160,173)

Color info

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

RGB color model

#EFA0AD color RGB value is (239,160,173).

  • red value is 239;
  • green value is 160;
  • blue value is 173.
RGB:
(239,160,173)
(94%,63%,68%)

RGB channels and saturation

R 239 of 255 = 94%
G 160 of 255 = 63%
B 173 of 255 = 68%

239
160
173

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

Portions of RGB colors in percentages

R + G + B =
239 + 160 + 173 = 572 (100%)
R 239 of 572 ~ 41.78%
G 160 of 572 ~ 27.97%
B 173 of 572 ~ 30.24%

%41.78
%27.97
%30.24

CMYK color model

#EFA0AD color CMYK value is (0,33,28,6).

  • cyan value is 0.00%
  • magenta value is 33.05%
  • yellow value is 27.62%
  • key color value is 6.27%
CMYK:
(0,33,28,6)
C0M33Y28K6 
(0%,33%,28%,6%)
(0.00/0.33/0.28/0.06)	

CMYK percentages

%0
%33.05
%27.62
%6.27

Codes

Color #EFA0AD in popluar color models

EFA0AD
RGB239160173
HSL350°71.17%78.24%
HSB/HSV350°33.05%93.73%
CMYK0.00%33.05%27.62%
6.27%

Color #EFA0AD in popluar number systems.

HEXEFA0AD
Decimal239160173
Binary111011111010000010101101
Octal357240255

Shades and tints

Shades of #EFA0AD

#EFA0AD
(239,160,173)
#DA929E
(218,146,158)
#C5848F
(197,132,143)
#B07680
(176,118,128)
#9B6871
(155,104,113)
#865A62
(134,90,98)
#714C53
(113,76,83)
#5C3E44
(92,62,68)
#473035
(71,48,53)
#322226
(50,34,38)
#1D1417
(29,20,23)
#000000
(0,0,0)

Tints of #EFA0AD

#EFA0AD
(239,160,173)
#F0A8B4
(240,168,180)
#F1B0BB
(241,176,187)
#F2B8C2
(242,184,194)
#F3C0C9
(243,192,201)
#F4C8D0
(244,200,208)
#F5D0D7
(245,208,215)
#F6D8DE
(246,216,222)
#F7E0E5
(247,224,229)
#F8E8EC
(248,232,236)
#F9F0F3
(249,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFA0AD color. Also use rgb(239,160,173) instead hex code.

Text Font Color

.myTextColor { color: #EFA0AD; }

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

This text font color is #EFA0AD.


Background Color

.myBgColor { background-color: #EFA0AD; }

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

This div background color is #EFA0AD.


Border color

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

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

This div border color is #EFA0AD.


Opacity

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

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

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

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

This text has shadow with #EFA0AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFA0AD on black background.


Color preview on white background

This text has color #EFA0AD on white background.



Black color preview on #EFA0AD background

This text has black color on #EFA0AD background.


White color preview on #EFA0AD background

This text has white color on #EFA0AD background.