COLOR #EFB6FB

HEX: #EFB6FB RGB: (239,182,251)

Color info

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

RGB color model

#EFB6FB color RGB value is (239,182,251).

RGB: (239,182,251) (94%, 71%, 98%)

RGB channels and saturation

R 239 of 255 = 94%
G 182 of 255 = 71%
B 251 of 255 = 98%

239
182
251

R + G + B ~ 88%. #EFB6FB is light color.

Portions of RGB colors in percentages

R + G + B = 239 + 182 + 251 = 672 (100%)
R 239 of 672 ~ 35.57%
G 182 of 672 ~ 27.08%
B 251 of 672 ~ 37.35'%

%35.57
%27.08
%37.35

CMYK color model

#EFB6FB color CMYK value is (5,27,0,2).

  • cyan value is 4.78%
  • magenta value is 27.49%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (5,27,0,2)
C5M27Y0K2 (5%, 27%, 0%, 2%)
(0.05 / 0.27 / 0.00 / 0.02)

CMYK percentages

%4.78
%27.49
%0
%1.57

Codes

Color #EFB6FB in popluar color models

EF B6 FB
RGB 239 182 251
HSL 290° 89.61% 84.90%
HSB/HSV 290° 27.49% 98.43%
CMYK 4.78% 27.49% 0.00%
1.57%

Color #EFB6FB in popluar number systems.

HEX EF B6 FB
Decimal 239 182 251
Binary 11101111 10110110 11111011
Octal 357 266 373

Shades and tints

Shades of #EFB6FB

#EFB6FB
(239,182,251)
#DAA6E5
(218,166,229)
#C596CF
(197,150,207)
#B086B9
(176,134,185)
#9B76A3
(155,118,163)
#86668D
(134,102,141)
#715677
(113,86,119)
#5C4661
(92,70,97)
#47364B
(71,54,75)
#322635
(50,38,53)
#1D161F
(29,22,31)
#000000
(0,0,0)

Tints of #EFB6FB

#EFB6FB
(239,182,251)
#F0BCFB
(240,188,251)
#F1C2FB
(241,194,251)
#F2C8FB
(242,200,251)
#F3CEFB
(243,206,251)
#F4D4FB
(244,212,251)
#F5DAFB
(245,218,251)
#F6E0FB
(246,224,251)
#F7E6FB
(247,230,251)
#F8ECFB
(248,236,251)
#F9F2FB
(249,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFB6FB; }

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

This text font color is #EFB6FB.

Background Color

.myBgColor { background-color: #EFB6FB; }

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

This div background color is #EFB6FB.

Border color

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

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

This div border color is #EFB6FB.

Opacity

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

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

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

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

This text has shadow with #EFB6FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFB6FB.

Preview

Color preview on black background

This text has color #EFB6FB on black background.


Color preview on white background

This text has color #EFB6FB on white background.


Black color preview on #EFB6FB background

This text has black color on #EFB6FB background.


White color preview on #EFB6FB background

This text has white color on #EFB6FB background.


Related colors

Complementary color

Complementary color for #hex is #104904.


I love getcolorcode.com

Triadic colors

1 #FBEFB6 and #B6FBEF with #EFB6FB are triadic colors.

2 #FBB6EF and #B6EFFB with #EFB6FB are triadic colors.