COLOR #EFBBFE

HEX: #EFBBFE
RGB: (239,187,254)

Color info

#EFBBFE contains mainly red and blue colors. Web safe color of #EFBBFE is #FFCCFF (or #FCF).

RGB color model

#EFBBFE color RGB value is (239,187,254).

  • red value is 239;
  • green value is 187;
  • blue value is 254.
RGB:
(239,187,254)
(94%,73%,100%)

RGB channels and saturation

R 239 of 255 = 94%
G 187 of 255 = 73%
B 254 of 255 = 100%

239
187
254

R + G + B ~ 89%. #EFBBFE is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 187 + 254 = 680 (100%)
R 239 of 680 ~ 35.15%
G 187 of 680 ~ 27.5%
B 254 of 680 ~ 37.35%

%35.15
%27.5
%37.35

CMYK color model

#EFBBFE color CMYK value is (6,26,0,0).

  • cyan value is 5.91%
  • magenta value is 26.38%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(6,26,0,0)
C6M26Y0K0 
(6%,26%,0%,0%)
(0.06/0.26/0.00/0.00)	

CMYK percentages

%5.91
%26.38
%0
%0.39

Codes

Color #EFBBFE in popluar color models

EFBBFE
RGB239187254
HSL287°97.10%86.47%
HSB/HSV287°26.38%99.61%
CMYK5.91%26.38%0.00%
0.39%

Color #EFBBFE in popluar number systems.

HEXEFBBFE
Decimal239187254
Binary111011111011101111111110
Octal357273376

Shades and tints

Shades of #EFBBFE

#EFBBFE
(239,187,254)
#DAAAE7
(218,170,231)
#C599D0
(197,153,208)
#B088B9
(176,136,185)
#9B77A2
(155,119,162)
#86668B
(134,102,139)
#715574
(113,85,116)
#5C445D
(92,68,93)
#473346
(71,51,70)
#32222F
(50,34,47)
#1D1118
(29,17,24)
#000000
(0,0,0)

Tints of #EFBBFE

#EFBBFE
(239,187,254)
#F0C1FE
(240,193,254)
#F1C7FE
(241,199,254)
#F2CDFE
(242,205,254)
#F3D3FE
(243,211,254)
#F4D9FE
(244,217,254)
#F5DFFE
(245,223,254)
#F6E5FE
(246,229,254)
#F7EBFE
(247,235,254)
#F8F1FE
(248,241,254)
#F9F7FE
(249,247,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFBBFE color. Also use rgb(239,187,254) instead hex code.

Text Font Color

.myTextColor { color: #EFBBFE; }

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

This text font color is #EFBBFE.


Background Color

.myBgColor { background-color: #EFBBFE; }

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

This div background color is #EFBBFE.


Border color

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

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

This div border color is #EFBBFE.


Opacity

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

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

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

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

This text has shadow with #EFBBFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFBBFE on black background.


Color preview on white background

This text has color #EFBBFE on white background.



Black color preview on #EFBBFE background

This text has black color on #EFBBFE background.


White color preview on #EFBBFE background

This text has white color on #EFBBFE background.