COLOR #EFA3D4

HEX: #EFA3D4 RGB: (239,163,212)

Color info

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

RGB color model

#EFA3D4 color RGB value is (239,163,212).

RGB: (239,163,212) (94%, 64%, 83%)

RGB channels and saturation

R 239 of 255 = 94%
G 163 of 255 = 64%
B 212 of 255 = 83%

239
163
212

R + G + B ~ 80%. #EFA3D4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 239 + 163 + 212 = 614 (100%)
R 239 of 614 ~ 38.93%
G 163 of 614 ~ 26.55%
B 212 of 614 ~ 34.53'%

%38.93
%26.55
%34.53

CMYK color model

#EFA3D4 color CMYK value is (0,32,11,6).

  • cyan value is 0.00%
  • magenta value is 31.80%
  • yellow value is 11.30%
  • key color value is 6.27%

CMYK: (0,32,11,6)
C0M32Y11K6 (0%, 32%, 11%, 6%)
(0.00 / 0.32 / 0.11 / 0.06)

CMYK percentages

%0
%31.8
%11.3
%6.27

Codes

Color #EFA3D4 in popluar color models

EF A3 D4
RGB 239 163 212
HSL 321° 70.37% 78.82%
HSB/HSV 321° 31.80% 93.73%
CMYK 0.00% 31.80% 11.30%
6.27%

Color #EFA3D4 in popluar number systems.

HEX EF A3 D4
Decimal 239 163 212
Binary 11101111 10100011 11010100
Octal 357 243 324

Shades and tints

Shades of #EFA3D4

#EFA3D4
(239,163,212)
#DA95C1
(218,149,193)
#C587AE
(197,135,174)
#B0799B
(176,121,155)
#9B6B88
(155,107,136)
#865D75
(134,93,117)
#714F62
(113,79,98)
#5C414F
(92,65,79)
#47333C
(71,51,60)
#322529
(50,37,41)
#1D1716
(29,23,22)
#000000
(0,0,0)

Tints of #EFA3D4

#EFA3D4
(239,163,212)
#F0ABD7
(240,171,215)
#F1B3DA
(241,179,218)
#F2BBDD
(242,187,221)
#F3C3E0
(243,195,224)
#F4CBE3
(244,203,227)
#F5D3E6
(245,211,230)
#F6DBE9
(246,219,233)
#F7E3EC
(247,227,236)
#F8EBEF
(248,235,239)
#F9F3F2
(249,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFA3D4; }

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

This text font color is #EFA3D4.

Background Color

.myBgColor { background-color: #EFA3D4; }

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

This div background color is #EFA3D4.

Border color

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

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

This div border color is #EFA3D4.

Opacity

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

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

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

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

This text has shadow with #EFA3D4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFA3D4.

Preview

Color preview on black background

This text has color #EFA3D4 on black background.


Color preview on white background

This text has color #EFA3D4 on white background.


Black color preview on #EFA3D4 background

This text has black color on #EFA3D4 background.


White color preview on #EFA3D4 background

This text has white color on #EFA3D4 background.


Related colors

Complementary color

Complementary color for #hex is #105C2B.


I love getcolorcode.com

Triadic colors

1 #D4EFA3 and #A3D4EF with #EFA3D4 are triadic colors.

2 #D4A3EF and #A3EFD4 with #EFA3D4 are triadic colors.