COLOR #EFA3DC

HEX: #EFA3DC RGB: (239,163,220)

Color info

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

RGB color model

#EFA3DC color RGB value is (239,163,220).

RGB: (239,163,220) (94%, 64%, 86%)

RGB channels and saturation

R 239 of 255 = 94%
G 163 of 255 = 64%
B 220 of 255 = 86%

239
163
220

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

Portions of RGB colors in percentages

R + G + B = 239 + 163 + 220 = 622 (100%)
R 239 of 622 ~ 38.42%
G 163 of 622 ~ 26.21%
B 220 of 622 ~ 35.37'%

%38.42
%26.21
%35.37

CMYK color model

#EFA3DC color CMYK value is (0,32,8,6).

  • cyan value is 0.00%
  • magenta value is 31.80%
  • yellow value is 7.95%
  • key color value is 6.27%
CMYK: (0,32,8,6) C0M32Y8K6 (0%,32%,8%,6%) (0.00/0.32/0.08/0.06) 

CMYK percentages

%0
%31.8
%7.95
%6.27

Codes

Color #EFA3DC in popluar color models

EF A3 DC
RGB 239 163 220
HSL 315° 70.37% 78.82%
HSB/HSV 315° 31.80% 93.73%
CMYK 0.00% 31.80% 7.95%
6.27%

Color #EFA3DC in popluar number systems.

HEX EF A3 DC
Decimal 239 163 220
Binary 11101111 10100011 11011100
Octal 357 243 334

Shades and tints

Shades of #EFA3DC

#EFA3DC
(239,163,220)
#DA95C8
(218,149,200)
#C587B4
(197,135,180)
#B079A0
(176,121,160)
#9B6B8C
(155,107,140)
#865D78
(134,93,120)
#714F64
(113,79,100)
#5C4150
(92,65,80)
#47333C
(71,51,60)
#322528
(50,37,40)
#1D1714
(29,23,20)
#000000
(0,0,0)

Tints of #EFA3DC

#EFA3DC
(239,163,220)
#F0ABDF
(240,171,223)
#F1B3E2
(241,179,226)
#F2BBE5
(242,187,229)
#F3C3E8
(243,195,232)
#F4CBEB
(244,203,235)
#F5D3EE
(245,211,238)
#F6DBF1
(246,219,241)
#F7E3F4
(247,227,244)
#F8EBF7
(248,235,247)
#F9F3FA
(249,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFA3DC color. Also use rgb(239,163,220) instead hex code.

Text Font Color

.myTextColor { color: #EFA3DC; }

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

This text font color is #EFA3DC.

Background Color

.myBgColor { background-color: #EFA3DC; }

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

This div background color is #EFA3DC.

Border color

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

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

This div border color is #EFA3DC.

Opacity

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

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

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

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

This text has shadow with #EFA3DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFA3DC.

Preview

Color preview on black background

This text has color #EFA3DC on black background.


Color preview on white background

This text has color #EFA3DC on white background.


Black color preview on #EFA3DC background

This text has black color on #EFA3DC background.


White color preview on #EFA3DC background

This text has white color on #EFA3DC background.


Related colors

Complementary color

Complementary color for #hex is #105C23.


I love getcolorcode.com

Triadic colors

1 #DCEFA3 and #A3DCEF with #EFA3DC are triadic colors.

2 #DCA3EF and #A3EFDC with #EFA3DC are triadic colors.