COLOR #EFA6D6

HEX: #EFA6D6 RGB: (239,166,214)

Color info

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

RGB color model

#EFA6D6 color RGB value is (239,166,214).

RGB: (239,166,214) (94%, 65%, 84%)

RGB channels and saturation

R 239 of 255 = 94%
G 166 of 255 = 65%
B 214 of 255 = 84%

239
166
214

R + G + B ~ 81%. #EFA6D6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 239 + 166 + 214 = 619 (100%)
R 239 of 619 ~ 38.61%
G 166 of 619 ~ 26.82%
B 214 of 619 ~ 34.57'%

%38.61
%26.82
%34.57

CMYK color model

#EFA6D6 color CMYK value is (0,31,10,6).

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

CMYK: (0,31,10,6)
C0M31Y10K6 (0%, 31%, 10%, 6%)
(0.00 / 0.31 / 0.10 / 0.06)

CMYK percentages

%0
%30.54
%10.46
%6.27

Codes

Color #EFA6D6 in popluar color models

EF A6 D6
RGB 239 166 214
HSL 321° 69.52% 79.41%
HSB/HSV 321° 30.54% 93.73%
CMYK 0.00% 30.54% 10.46%
6.27%

Color #EFA6D6 in popluar number systems.

HEX EF A6 D6
Decimal 239 166 214
Binary 11101111 10100110 11010110
Octal 357 246 326

Shades and tints

Shades of #EFA6D6

#EFA6D6
(239,166,214)
#DA97C3
(218,151,195)
#C588B0
(197,136,176)
#B0799D
(176,121,157)
#9B6A8A
(155,106,138)
#865B77
(134,91,119)
#714C64
(113,76,100)
#5C3D51
(92,61,81)
#472E3E
(71,46,62)
#321F2B
(50,31,43)
#1D1018
(29,16,24)
#000000
(0,0,0)

Tints of #EFA6D6

#EFA6D6
(239,166,214)
#F0AED9
(240,174,217)
#F1B6DC
(241,182,220)
#F2BEDF
(242,190,223)
#F3C6E2
(243,198,226)
#F4CEE5
(244,206,229)
#F5D6E8
(245,214,232)
#F6DEEB
(246,222,235)
#F7E6EE
(247,230,238)
#F8EEF1
(248,238,241)
#F9F6F4
(249,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFA6D6; }

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

This text font color is #EFA6D6.

Background Color

.myBgColor { background-color: #EFA6D6; }

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

This div background color is #EFA6D6.

Border color

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

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

This div border color is #EFA6D6.

Opacity

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

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

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

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

This text has shadow with #EFA6D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFA6D6.

Preview

Color preview on black background

This text has color #EFA6D6 on black background.


Color preview on white background

This text has color #EFA6D6 on white background.


Black color preview on #EFA6D6 background

This text has black color on #EFA6D6 background.


White color preview on #EFA6D6 background

This text has white color on #EFA6D6 background.


Related colors

Complementary color

Complementary color for #hex is #105929.


I love getcolorcode.com

Triadic colors

1 #D6EFA6 and #A6D6EF with #EFA6D6 are triadic colors.

2 #D6A6EF and #A6EFD6 with #EFA6D6 are triadic colors.