COLOR #EFA6B2

HEX: #EFA6B2 RGB: (239,166,178)

Color info

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

RGB color model

#EFA6B2 color RGB value is (239,166,178).

RGB: (239,166,178) (94%, 65%, 70%)

RGB channels and saturation

R 239 of 255 = 94%
G 166 of 255 = 65%
B 178 of 255 = 70%

239
166
178

R + G + B ~ 76%. #EFA6B2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 239 + 166 + 178 = 583 (100%)
R 239 of 583 ~ 40.99%
G 166 of 583 ~ 28.47%
B 178 of 583 ~ 30.53'%

%40.99
%28.47
%30.53

CMYK color model

#EFA6B2 color CMYK value is (0,31,26,6).

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

CMYK: (0,31,26,6)
C0M31Y26K6 (0%, 31%, 26%, 6%)
(0.00 / 0.31 / 0.26 / 0.06)

CMYK percentages

%0
%30.54
%25.52
%6.27

Codes

Color #EFA6B2 in popluar color models

EF A6 B2
RGB 239 166 178
HSL 350° 69.52% 79.41%
HSB/HSV 350° 30.54% 93.73%
CMYK 0.00% 30.54% 25.52%
6.27%

Color #EFA6B2 in popluar number systems.

HEX EF A6 B2
Decimal 239 166 178
Binary 11101111 10100110 10110010
Octal 357 246 262

Shades and tints

Shades of #EFA6B2

#EFA6B2
(239,166,178)
#DA97A2
(218,151,162)
#C58892
(197,136,146)
#B07982
(176,121,130)
#9B6A72
(155,106,114)
#865B62
(134,91,98)
#714C52
(113,76,82)
#5C3D42
(92,61,66)
#472E32
(71,46,50)
#321F22
(50,31,34)
#1D1012
(29,16,18)
#000000
(0,0,0)

Tints of #EFA6B2

#EFA6B2
(239,166,178)
#F0AEB9
(240,174,185)
#F1B6C0
(241,182,192)
#F2BEC7
(242,190,199)
#F3C6CE
(243,198,206)
#F4CED5
(244,206,213)
#F5D6DC
(245,214,220)
#F6DEE3
(246,222,227)
#F7E6EA
(247,230,234)
#F8EEF1
(248,238,241)
#F9F6F8
(249,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFA6B2; }

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

This text font color is #EFA6B2.

Background Color

.myBgColor { background-color: #EFA6B2; }

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

This div background color is #EFA6B2.

Border color

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

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

This div border color is #EFA6B2.

Opacity

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

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

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

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

This text has shadow with #EFA6B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFA6B2.

Preview

Color preview on black background

This text has color #EFA6B2 on black background.


Color preview on white background

This text has color #EFA6B2 on white background.


Black color preview on #EFA6B2 background

This text has black color on #EFA6B2 background.


White color preview on #EFA6B2 background

This text has white color on #EFA6B2 background.


Related colors

Complementary color

Complementary color for #hex is #10594D.


I love getcolorcode.com

Triadic colors

1 #B2EFA6 and #A6B2EF with #EFA6B2 are triadic colors.

2 #B2A6EF and #A6EFB2 with #EFA6B2 are triadic colors.