COLOR #EFAAA4

HEX: #EFAAA4 RGB: (239,170,164)

Color info

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

RGB color model

#EFAAA4 color RGB value is (239,170,164).

RGB: (239,170,164) (94%, 67%, 64%)

RGB channels and saturation

R 239 of 255 = 94%
G 170 of 255 = 67%
B 164 of 255 = 64%

239
170
164

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

Portions of RGB colors in percentages

R + G + B = 239 + 170 + 164 = 573 (100%)
R 239 of 573 ~ 41.71%
G 170 of 573 ~ 29.67%
B 164 of 573 ~ 28.62'%

%41.71
%29.67
%28.62

CMYK color model

#EFAAA4 color CMYK value is (0,29,31,6).

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

CMYK: (0,29,31,6)
C0M29Y31K6 (0%, 29%, 31%, 6%)
(0.00 / 0.29 / 0.31 / 0.06)

CMYK percentages

%0
%28.87
%31.38
%6.27

Codes

Color #EFAAA4 in popluar color models

EF AA A4
RGB 239 170 164
HSL 70.09% 79.02%
HSB/HSV 31.38% 93.73%
CMYK 0.00% 28.87% 31.38%
6.27%

Color #EFAAA4 in popluar number systems.

HEX EF AA A4
Decimal 239 170 164
Binary 11101111 10101010 10100100
Octal 357 252 244

Shades and tints

Shades of #EFAAA4

#EFAAA4
(239,170,164)
#DA9B96
(218,155,150)
#C58C88
(197,140,136)
#B07D7A
(176,125,122)
#9B6E6C
(155,110,108)
#865F5E
(134,95,94)
#715050
(113,80,80)
#5C4142
(92,65,66)
#473234
(71,50,52)
#322326
(50,35,38)
#1D1418
(29,20,24)
#000000
(0,0,0)

Tints of #EFAAA4

#EFAAA4
(239,170,164)
#F0B1AC
(240,177,172)
#F1B8B4
(241,184,180)
#F2BFBC
(242,191,188)
#F3C6C4
(243,198,196)
#F4CDCC
(244,205,204)
#F5D4D4
(245,212,212)
#F6DBDC
(246,219,220)
#F7E2E4
(247,226,228)
#F8E9EC
(248,233,236)
#F9F0F4
(249,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFAAA4; }

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

This text font color is #EFAAA4.

Background Color

.myBgColor { background-color: #EFAAA4; }

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

This div background color is #EFAAA4.

Border color

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

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

This div border color is #EFAAA4.

Opacity

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

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

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

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

This text has shadow with #EFAAA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFAAA4.

Preview

Color preview on black background

This text has color #EFAAA4 on black background.


Color preview on white background

This text has color #EFAAA4 on white background.


Black color preview on #EFAAA4 background

This text has black color on #EFAAA4 background.


White color preview on #EFAAA4 background

This text has white color on #EFAAA4 background.


Related colors

Complementary color

Complementary color for #hex is #10555B.


I love getcolorcode.com

Triadic colors

1 #A4EFAA and #AAA4EF with #EFAAA4 are triadic colors.

2 #A4AAEF and #AAEFA4 with #EFAAA4 are triadic colors.