COLOR #EFA7F2

HEX: #EFA7F2
RGB: (239,167,242)

Color info

#EFA7F2 contains mainly red and blue colors. Web safe color of #EFA7F2 is #FF99FF (or #F9F).

RGB color model

#EFA7F2 color RGB value is (239,167,242).

  • red value is 239;
  • green value is 167;
  • blue value is 242.
RGB:
(239,167,242)
(94%,65%,95%)

RGB channels and saturation

R 239 of 255 = 94%
G 167 of 255 = 65%
B 242 of 255 = 95%

239
167
242

R + G + B ~ 85%. #EFA7F2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 167 + 242 = 648 (100%)
R 239 of 648 ~ 36.88%
G 167 of 648 ~ 25.77%
B 242 of 648 ~ 37.35%

%36.88
%25.77
%37.35

CMYK color model

#EFA7F2 color CMYK value is (1,31,0,5).

  • cyan value is 1.24%
  • magenta value is 30.99%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(1,31,0,5)
C1M31Y0K5 
(1%,31%,0%,5%)
(0.01/0.31/0.00/0.05)	

CMYK percentages

%1.24
%30.99
%0
%5.1

Codes

Color #EFA7F2 in popluar color models

EFA7F2
RGB239167242
HSL298°74.26%80.20%
HSB/HSV298°30.99%94.90%
CMYK1.24%30.99%0.00%
5.10%

Color #EFA7F2 in popluar number systems.

HEXEFA7F2
Decimal239167242
Binary111011111010011111110010
Octal357247362

Shades and tints

Shades of #EFA7F2

#EFA7F2
(239,167,242)
#DA98DC
(218,152,220)
#C589C6
(197,137,198)
#B07AB0
(176,122,176)
#9B6B9A
(155,107,154)
#865C84
(134,92,132)
#714D6E
(113,77,110)
#5C3E58
(92,62,88)
#472F42
(71,47,66)
#32202C
(50,32,44)
#1D1116
(29,17,22)
#000000
(0,0,0)

Tints of #EFA7F2

#EFA7F2
(239,167,242)
#F0AFF3
(240,175,243)
#F1B7F4
(241,183,244)
#F2BFF5
(242,191,245)
#F3C7F6
(243,199,246)
#F4CFF7
(244,207,247)
#F5D7F8
(245,215,248)
#F6DFF9
(246,223,249)
#F7E7FA
(247,231,250)
#F8EFFB
(248,239,251)
#F9F7FC
(249,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFA7F2 color. Also use rgb(239,167,242) instead hex code.

Text Font Color

.myTextColor { color: #EFA7F2; }

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

This text font color is #EFA7F2.


Background Color

.myBgColor { background-color: #EFA7F2; }

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

This div background color is #EFA7F2.


Border color

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

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

This div border color is #EFA7F2.


Opacity

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

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

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

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

This text has shadow with #EFA7F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFA7F2 on black background.


Color preview on white background

This text has color #EFA7F2 on white background.



Black color preview on #EFA7F2 background

This text has black color on #EFA7F2 background.


White color preview on #EFA7F2 background

This text has white color on #EFA7F2 background.