COLOR #EFA6E7

HEX: #EFA6E7
RGB: (239,166,231)

Color info

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

RGB color model

#EFA6E7 color RGB value is (239,166,231).

  • red value is 239;
  • green value is 166;
  • blue value is 231.
RGB:
(239,166,231)
(94%,65%,91%)

RGB channels and saturation

R 239 of 255 = 94%
G 166 of 255 = 65%
B 231 of 255 = 91%

239
166
231

R + G + B ~ 83%. #EFA6E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 166 + 231 = 636 (100%)
R 239 of 636 ~ 37.58%
G 166 of 636 ~ 26.1%
B 231 of 636 ~ 36.32%

%37.58
%26.1
%36.32

CMYK color model

#EFA6E7 color CMYK value is (0,31,3,6).

  • cyan value is 0.00%
  • magenta value is 30.54%
  • yellow value is 3.35%
  • key color value is 6.27%
CMYK:
(0,31,3,6)
C0M31Y3K6 
(0%,31%,3%,6%)
(0.00/0.31/0.03/0.06)	

CMYK percentages

%0
%30.54
%3.35
%6.27

Codes

Color #EFA6E7 in popluar color models

EFA6E7
RGB239166231
HSL307°69.52%79.41%
HSB/HSV307°30.54%93.73%
CMYK0.00%30.54%3.35%
6.27%

Color #EFA6E7 in popluar number systems.

HEXEFA6E7
Decimal239166231
Binary111011111010011011100111
Octal357246347

Shades and tints

Shades of #EFA6E7

#EFA6E7
(239,166,231)
#DA97D2
(218,151,210)
#C588BD
(197,136,189)
#B079A8
(176,121,168)
#9B6A93
(155,106,147)
#865B7E
(134,91,126)
#714C69
(113,76,105)
#5C3D54
(92,61,84)
#472E3F
(71,46,63)
#321F2A
(50,31,42)
#1D1015
(29,16,21)
#000000
(0,0,0)

Tints of #EFA6E7

#EFA6E7
(239,166,231)
#F0AEE9
(240,174,233)
#F1B6EB
(241,182,235)
#F2BEED
(242,190,237)
#F3C6EF
(243,198,239)
#F4CEF1
(244,206,241)
#F5D6F3
(245,214,243)
#F6DEF5
(246,222,245)
#F7E6F7
(247,230,247)
#F8EEF9
(248,238,249)
#F9F6FB
(249,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFA6E7 color. Also use rgb(239,166,231) instead hex code.

Text Font Color

.myTextColor { color: #EFA6E7; }

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

This text font color is #EFA6E7.


Background Color

.myBgColor { background-color: #EFA6E7; }

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

This div background color is #EFA6E7.


Border color

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

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

This div border color is #EFA6E7.


Opacity

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

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

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

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

This text has shadow with #EFA6E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFA6E7 on black background.


Color preview on white background

This text has color #EFA6E7 on white background.



Black color preview on #EFA6E7 background

This text has black color on #EFA6E7 background.


White color preview on #EFA6E7 background

This text has white color on #EFA6E7 background.