COLOR #EFA9F1

HEX: #EFA9F1
RGB: (239,169,241)

Color info

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

RGB color model

#EFA9F1 color RGB value is (239,169,241).

  • red value is 239;
  • green value is 169;
  • blue value is 241.
RGB:
(239,169,241)
(94%,66%,95%)

RGB channels and saturation

R 239 of 255 = 94%
G 169 of 255 = 66%
B 241 of 255 = 95%

239
169
241

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

Portions of RGB colors in percentages

R + G + B =
239 + 169 + 241 = 649 (100%)
R 239 of 649 ~ 36.83%
G 169 of 649 ~ 26.04%
B 241 of 649 ~ 37.13%

%36.83
%26.04
%37.13

CMYK color model

#EFA9F1 color CMYK value is (1,30,0,5).

  • cyan value is 0.83%
  • magenta value is 29.88%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(1,30,0,5)
C1M30Y0K5 
(1%,30%,0%,5%)
(0.01/0.30/0.00/0.05)	

CMYK percentages

%0.83
%29.88
%0
%5.49

Codes

Color #EFA9F1 in popluar color models

EFA9F1
RGB239169241
HSL298°72.00%80.39%
HSB/HSV298°29.88%94.51%
CMYK0.83%29.88%0.00%
5.49%

Color #EFA9F1 in popluar number systems.

HEXEFA9F1
Decimal239169241
Binary111011111010100111110001
Octal357251361

Shades and tints

Shades of #EFA9F1

#EFA9F1
(239,169,241)
#DA9ADC
(218,154,220)
#C58BC7
(197,139,199)
#B07CB2
(176,124,178)
#9B6D9D
(155,109,157)
#865E88
(134,94,136)
#714F73
(113,79,115)
#5C405E
(92,64,94)
#473149
(71,49,73)
#322234
(50,34,52)
#1D131F
(29,19,31)
#000000
(0,0,0)

Tints of #EFA9F1

#EFA9F1
(239,169,241)
#F0B0F2
(240,176,242)
#F1B7F3
(241,183,243)
#F2BEF4
(242,190,244)
#F3C5F5
(243,197,245)
#F4CCF6
(244,204,246)
#F5D3F7
(245,211,247)
#F6DAF8
(246,218,248)
#F7E1F9
(247,225,249)
#F8E8FA
(248,232,250)
#F9EFFB
(249,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFA9F1 color. Also use rgb(239,169,241) instead hex code.

Text Font Color

.myTextColor { color: #EFA9F1; }

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

This text font color is #EFA9F1.


Background Color

.myBgColor { background-color: #EFA9F1; }

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

This div background color is #EFA9F1.


Border color

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

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

This div border color is #EFA9F1.


Opacity

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

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

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

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

This text has shadow with #EFA9F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFA9F1 on black background.


Color preview on white background

This text has color #EFA9F1 on white background.



Black color preview on #EFA9F1 background

This text has black color on #EFA9F1 background.


White color preview on #EFA9F1 background

This text has white color on #EFA9F1 background.