COLOR #EFA3D7

HEX: #EFA3D7
RGB: (239,163,215)

Color info

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

RGB color model

#EFA3D7 color RGB value is (239,163,215).

  • red value is 239;
  • green value is 163;
  • blue value is 215.
RGB:
(239,163,215)
(94%,64%,84%)

RGB channels and saturation

R 239 of 255 = 94%
G 163 of 255 = 64%
B 215 of 255 = 84%

239
163
215

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

Portions of RGB colors in percentages

R + G + B =
239 + 163 + 215 = 617 (100%)
R 239 of 617 ~ 38.74%
G 163 of 617 ~ 26.42%
B 215 of 617 ~ 34.85%

%38.74
%26.42
%34.85

CMYK color model

#EFA3D7 color CMYK value is (0,32,10,6).

  • cyan value is 0.00%
  • magenta value is 31.80%
  • yellow value is 10.04%
  • key color value is 6.27%
CMYK:
(0,32,10,6)
C0M32Y10K6 
(0%,32%,10%,6%)
(0.00/0.32/0.10/0.06)	

CMYK percentages

%0
%31.8
%10.04
%6.27

Codes

Color #EFA3D7 in popluar color models

EFA3D7
RGB239163215
HSL319°70.37%78.82%
HSB/HSV319°31.80%93.73%
CMYK0.00%31.80%10.04%
6.27%

Color #EFA3D7 in popluar number systems.

HEXEFA3D7
Decimal239163215
Binary111011111010001111010111
Octal357243327

Shades and tints

Shades of #EFA3D7

#EFA3D7
(239,163,215)
#DA95C4
(218,149,196)
#C587B1
(197,135,177)
#B0799E
(176,121,158)
#9B6B8B
(155,107,139)
#865D78
(134,93,120)
#714F65
(113,79,101)
#5C4152
(92,65,82)
#47333F
(71,51,63)
#32252C
(50,37,44)
#1D1719
(29,23,25)
#000000
(0,0,0)

Tints of #EFA3D7

#EFA3D7
(239,163,215)
#F0ABDA
(240,171,218)
#F1B3DD
(241,179,221)
#F2BBE0
(242,187,224)
#F3C3E3
(243,195,227)
#F4CBE6
(244,203,230)
#F5D3E9
(245,211,233)
#F6DBEC
(246,219,236)
#F7E3EF
(247,227,239)
#F8EBF2
(248,235,242)
#F9F3F5
(249,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFA3D7; }

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

This text font color is #EFA3D7.


Background Color

.myBgColor { background-color: #EFA3D7; }

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

This div background color is #EFA3D7.


Border color

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

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

This div border color is #EFA3D7.


Opacity

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

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

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

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

This text has shadow with #EFA3D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFA3D7 on black background.


Color preview on white background

This text has color #EFA3D7 on white background.



Black color preview on #EFA3D7 background

This text has black color on #EFA3D7 background.


White color preview on #EFA3D7 background

This text has white color on #EFA3D7 background.