COLOR #EFA3A4

HEX: #EFA3A4 RGB: (239,163,164)

Color info

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

RGB color model

#EFA3A4 color RGB value is (239,163,164).

RGB: (239,163,164) (94%, 64%, 64%)

RGB channels and saturation

R 239 of 255 = 94%
G 163 of 255 = 64%
B 164 of 255 = 64%

239
163
164

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

Portions of RGB colors in percentages

R + G + B = 239 + 163 + 164 = 566 (100%)
R 239 of 566 ~ 42.23%
G 163 of 566 ~ 28.8%
B 164 of 566 ~ 28.98'%

%42.23
%28.8
%28.98

CMYK color model

#EFA3A4 color CMYK value is (0,32,31,6).

  • cyan value is 0.00%
  • magenta value is 31.80%
  • yellow value is 31.38%
  • key color value is 6.27%

CMYK: (0,32,31,6)
C0M32Y31K6 (0%, 32%, 31%, 6%)
(0.00 / 0.32 / 0.31 / 0.06)

CMYK percentages

%0
%31.8
%31.38
%6.27

Codes

Color #EFA3A4 in popluar color models

EF A3 A4
RGB 239 163 164
HSL 359° 70.37% 78.82%
HSB/HSV 359° 31.80% 93.73%
CMYK 0.00% 31.80% 31.38%
6.27%

Color #EFA3A4 in popluar number systems.

HEX EF A3 A4
Decimal 239 163 164
Binary 11101111 10100011 10100100
Octal 357 243 244

Shades and tints

Shades of #EFA3A4

#EFA3A4
(239,163,164)
#DA9596
(218,149,150)
#C58788
(197,135,136)
#B0797A
(176,121,122)
#9B6B6C
(155,107,108)
#865D5E
(134,93,94)
#714F50
(113,79,80)
#5C4142
(92,65,66)
#473334
(71,51,52)
#322526
(50,37,38)
#1D1718
(29,23,24)
#000000
(0,0,0)

Tints of #EFA3A4

#EFA3A4
(239,163,164)
#F0ABAC
(240,171,172)
#F1B3B4
(241,179,180)
#F2BBBC
(242,187,188)
#F3C3C4
(243,195,196)
#F4CBCC
(244,203,204)
#F5D3D4
(245,211,212)
#F6DBDC
(246,219,220)
#F7E3E4
(247,227,228)
#F8EBEC
(248,235,236)
#F9F3F4
(249,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFA3A4 color. Also use rgb(239,163,164) instead hex code.

Text Font Color

.myTextColor { color: #EFA3A4; }

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

This text font color is #EFA3A4.

Background Color

.myBgColor { background-color: #EFA3A4; }

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

This div background color is #EFA3A4.

Border color

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

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

This div border color is #EFA3A4.

Opacity

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

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

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

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

This text has shadow with #EFA3A4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFA3A4.

Preview

Color preview on black background

This text has color #EFA3A4 on black background.


Color preview on white background

This text has color #EFA3A4 on white background.


Black color preview on #EFA3A4 background

This text has black color on #EFA3A4 background.


White color preview on #EFA3A4 background

This text has white color on #EFA3A4 background.


Related colors

Complementary color

Complementary color for #hex is #105C5B.


I love getcolorcode.com

Triadic colors

1 #A4EFA3 and #A3A4EF with #EFA3A4 are triadic colors.

2 #A4A3EF and #A3EFA4 with #EFA3A4 are triadic colors.