COLOR #EFA6B9

HEX: #EFA6B9 RGB: (239,166,185)

Color info

#EFA6B9 contains mainly red and blue colors. Web safe color of #EFA6B9 is #FF99CC (or #F9C).

RGB color model

#EFA6B9 color RGB value is (239,166,185).

RGB: (239,166,185) (94%, 65%, 73%)

RGB channels and saturation

R 239 of 255 = 94%
G 166 of 255 = 65%
B 185 of 255 = 73%

239
166
185

R + G + B ~ 77%. #EFA6B9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 239 + 166 + 185 = 590 (100%)
R 239 of 590 ~ 40.51%
G 166 of 590 ~ 28.14%
B 185 of 590 ~ 31.36'%

%40.51
%28.14
%31.36

CMYK color model

#EFA6B9 color CMYK value is (0,31,23,6).

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

CMYK: (0,31,23,6)
C0M31Y23K6 (0%, 31%, 23%, 6%)
(0.00 / 0.31 / 0.23 / 0.06)

CMYK percentages

%0
%30.54
%22.59
%6.27

Codes

Color #EFA6B9 in popluar color models

EF A6 B9
RGB 239 166 185
HSL 344° 69.52% 79.41%
HSB/HSV 344° 30.54% 93.73%
CMYK 0.00% 30.54% 22.59%
6.27%

Color #EFA6B9 in popluar number systems.

HEX EF A6 B9
Decimal 239 166 185
Binary 11101111 10100110 10111001
Octal 357 246 271

Shades and tints

Shades of #EFA6B9

#EFA6B9
(239,166,185)
#DA97A9
(218,151,169)
#C58899
(197,136,153)
#B07989
(176,121,137)
#9B6A79
(155,106,121)
#865B69
(134,91,105)
#714C59
(113,76,89)
#5C3D49
(92,61,73)
#472E39
(71,46,57)
#321F29
(50,31,41)
#1D1019
(29,16,25)
#000000
(0,0,0)

Tints of #EFA6B9

#EFA6B9
(239,166,185)
#F0AEBF
(240,174,191)
#F1B6C5
(241,182,197)
#F2BECB
(242,190,203)
#F3C6D1
(243,198,209)
#F4CED7
(244,206,215)
#F5D6DD
(245,214,221)
#F6DEE3
(246,222,227)
#F7E6E9
(247,230,233)
#F8EEEF
(248,238,239)
#F9F6F5
(249,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFA6B9; }

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

This text font color is #EFA6B9.

Background Color

.myBgColor { background-color: #EFA6B9; }

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

This div background color is #EFA6B9.

Border color

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

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

This div border color is #EFA6B9.

Opacity

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

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

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

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

This text has shadow with #EFA6B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFA6B9.

Preview

Color preview on black background

This text has color #EFA6B9 on black background.


Color preview on white background

This text has color #EFA6B9 on white background.


Black color preview on #EFA6B9 background

This text has black color on #EFA6B9 background.


White color preview on #EFA6B9 background

This text has white color on #EFA6B9 background.


Related colors

Complementary color

Complementary color for #hex is #105946.


I love getcolorcode.com

Triadic colors

1 #B9EFA6 and #A6B9EF with #EFA6B9 are triadic colors.

2 #B9A6EF and #A6EFB9 with #EFA6B9 are triadic colors.