COLOR #EFA6A9

HEX: #EFA6A9 RGB: (239,166,169)

Color info

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

RGB color model

#EFA6A9 color RGB value is (239,166,169).

RGB: (239,166,169) (94%, 65%, 66%)

RGB channels and saturation

R 239 of 255 = 94%
G 166 of 255 = 65%
B 169 of 255 = 66%

239
166
169

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

Portions of RGB colors in percentages

R + G + B = 239 + 166 + 169 = 574 (100%)
R 239 of 574 ~ 41.64%
G 166 of 574 ~ 28.92%
B 169 of 574 ~ 29.44'%

%41.64
%28.92
%29.44

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 30.54%
  • yellow value is 29.29%
  • key color value is 6.27%

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

CMYK percentages

%0
%30.54
%29.29
%6.27

Codes

Color #EFA6A9 in popluar color models

EF A6 A9
RGB 239 166 169
HSL 358° 69.52% 79.41%
HSB/HSV 358° 30.54% 93.73%
CMYK 0.00% 30.54% 29.29%
6.27%

Color #EFA6A9 in popluar number systems.

HEX EF A6 A9
Decimal 239 166 169
Binary 11101111 10100110 10101001
Octal 357 246 251

Shades and tints

Shades of #EFA6A9

#EFA6A9
(239,166,169)
#DA979A
(218,151,154)
#C5888B
(197,136,139)
#B0797C
(176,121,124)
#9B6A6D
(155,106,109)
#865B5E
(134,91,94)
#714C4F
(113,76,79)
#5C3D40
(92,61,64)
#472E31
(71,46,49)
#321F22
(50,31,34)
#1D1013
(29,16,19)
#000000
(0,0,0)

Tints of #EFA6A9

#EFA6A9
(239,166,169)
#F0AEB0
(240,174,176)
#F1B6B7
(241,182,183)
#F2BEBE
(242,190,190)
#F3C6C5
(243,198,197)
#F4CECC
(244,206,204)
#F5D6D3
(245,214,211)
#F6DEDA
(246,222,218)
#F7E6E1
(247,230,225)
#F8EEE8
(248,238,232)
#F9F6EF
(249,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFA6A9 color. Also use rgb(239,166,169) instead hex code.

Text Font Color

.myTextColor { color: #EFA6A9; }

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

This text font color is #EFA6A9.

Background Color

.myBgColor { background-color: #EFA6A9; }

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

This div background color is #EFA6A9.

Border color

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

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

This div border color is #EFA6A9.

Opacity

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

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

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

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

This text has shadow with #EFA6A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFA6A9.

Preview

Color preview on black background

This text has color #EFA6A9 on black background.


Color preview on white background

This text has color #EFA6A9 on white background.


Black color preview on #EFA6A9 background

This text has black color on #EFA6A9 background.


White color preview on #EFA6A9 background

This text has white color on #EFA6A9 background.


Related colors

Complementary color

Complementary color for #hex is #105956.


I love getcolorcode.com

Triadic colors

1 #A9EFA6 and #A6A9EF with #EFA6A9 are triadic colors.

2 #A9A6EF and #A6EFA9 with #EFA6A9 are triadic colors.