COLOR #EF86F7

HEX: #EF86F7
RGB: (239,134,247)

Color info

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

RGB color model

#EF86F7 color RGB value is (239,134,247).

  • red value is 239;
  • green value is 134;
  • blue value is 247.
RGB:
(239,134,247)
(94%,53%,97%)

RGB channels and saturation

R 239 of 255 = 94%
G 134 of 255 = 53%
B 247 of 255 = 97%

239
134
247

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

Portions of RGB colors in percentages

R + G + B =
239 + 134 + 247 = 620 (100%)
R 239 of 620 ~ 38.55%
G 134 of 620 ~ 21.61%
B 247 of 620 ~ 39.84%

%38.55
%21.61
%39.84

CMYK color model

#EF86F7 color CMYK value is (3,46,0,3).

  • cyan value is 3.24%
  • magenta value is 45.75%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(3,46,0,3)
C3M46Y0K3 
(3%,46%,0%,3%)
(0.03/0.46/0.00/0.03)	

CMYK percentages

%3.24
%45.75
%0
%3.14

Codes

Color #EF86F7 in popluar color models

EF86F7
RGB239134247
HSL296°87.60%74.71%
HSB/HSV296°45.75%96.86%
CMYK3.24%45.75%0.00%
3.14%

Color #EF86F7 in popluar number systems.

HEXEF86F7
Decimal239134247
Binary111011111000011011110111
Octal357206367

Shades and tints

Shades of #EF86F7

#EF86F7
(239,134,247)
#DA7AE1
(218,122,225)
#C56ECB
(197,110,203)
#B062B5
(176,98,181)
#9B569F
(155,86,159)
#864A89
(134,74,137)
#713E73
(113,62,115)
#5C325D
(92,50,93)
#472647
(71,38,71)
#321A31
(50,26,49)
#1D0E1B
(29,14,27)
#000000
(0,0,0)

Tints of #EF86F7

#EF86F7
(239,134,247)
#F091F7
(240,145,247)
#F19CF7
(241,156,247)
#F2A7F7
(242,167,247)
#F3B2F7
(243,178,247)
#F4BDF7
(244,189,247)
#F5C8F7
(245,200,247)
#F6D3F7
(246,211,247)
#F7DEF7
(247,222,247)
#F8E9F7
(248,233,247)
#F9F4F7
(249,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF86F7 color. Also use rgb(239,134,247) instead hex code.

Text Font Color

.myTextColor { color: #EF86F7; }

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

This text font color is #EF86F7.


Background Color

.myBgColor { background-color: #EF86F7; }

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

This div background color is #EF86F7.


Border color

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

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

This div border color is #EF86F7.


Opacity

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

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

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

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

This text has shadow with #EF86F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF86F7 on black background.


Color preview on white background

This text has color #EF86F7 on white background.



Black color preview on #EF86F7 background

This text has black color on #EF86F7 background.


White color preview on #EF86F7 background

This text has white color on #EF86F7 background.