COLOR #EFABFB

HEX: #EFABFB
RGB: (239,171,251)

Color info

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

RGB color model

#EFABFB color RGB value is (239,171,251).

  • red value is 239;
  • green value is 171;
  • blue value is 251.
RGB:
(239,171,251)
(94%,67%,98%)

RGB channels and saturation

R 239 of 255 = 94%
G 171 of 255 = 67%
B 251 of 255 = 98%

239
171
251

R + G + B ~ 86%. #EFABFB is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 171 + 251 = 661 (100%)
R 239 of 661 ~ 36.16%
G 171 of 661 ~ 25.87%
B 251 of 661 ~ 37.97%

%36.16
%25.87
%37.97

CMYK color model

#EFABFB color CMYK value is (5,32,0,2).

  • cyan value is 4.78%
  • magenta value is 31.87%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(5,32,0,2)
C5M32Y0K2 
(5%,32%,0%,2%)
(0.05/0.32/0.00/0.02)	

CMYK percentages

%4.78
%31.87
%0
%1.57

Codes

Color #EFABFB in popluar color models

EFABFB
RGB239171251
HSL291°90.91%82.75%
HSB/HSV291°31.87%98.43%
CMYK4.78%31.87%0.00%
1.57%

Color #EFABFB in popluar number systems.

HEXEFABFB
Decimal239171251
Binary111011111010101111111011
Octal357253373

Shades and tints

Shades of #EFABFB

#EFABFB
(239,171,251)
#DA9CE5
(218,156,229)
#C58DCF
(197,141,207)
#B07EB9
(176,126,185)
#9B6FA3
(155,111,163)
#86608D
(134,96,141)
#715177
(113,81,119)
#5C4261
(92,66,97)
#47334B
(71,51,75)
#322435
(50,36,53)
#1D151F
(29,21,31)
#000000
(0,0,0)

Tints of #EFABFB

#EFABFB
(239,171,251)
#F0B2FB
(240,178,251)
#F1B9FB
(241,185,251)
#F2C0FB
(242,192,251)
#F3C7FB
(243,199,251)
#F4CEFB
(244,206,251)
#F5D5FB
(245,213,251)
#F6DCFB
(246,220,251)
#F7E3FB
(247,227,251)
#F8EAFB
(248,234,251)
#F9F1FB
(249,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFABFB color. Also use rgb(239,171,251) instead hex code.

Text Font Color

.myTextColor { color: #EFABFB; }

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

This text font color is #EFABFB.


Background Color

.myBgColor { background-color: #EFABFB; }

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

This div background color is #EFABFB.


Border color

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

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

This div border color is #EFABFB.


Opacity

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

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

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

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

This text has shadow with #EFABFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFABFB on black background.


Color preview on white background

This text has color #EFABFB on white background.



Black color preview on #EFABFB background

This text has black color on #EFABFB background.


White color preview on #EFABFB background

This text has white color on #EFABFB background.