COLOR #EFBCFB

HEX: #EFBCFB RGB: (239,188,251)

Color info

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

RGB color model

#EFBCFB color RGB value is (239,188,251).

RGB: (239,188,251) (94%, 74%, 98%)

RGB channels and saturation

R 239 of 255 = 94%
G 188 of 255 = 74%
B 251 of 255 = 98%

239
188
251

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

Portions of RGB colors in percentages

R + G + B = 239 + 188 + 251 = 678 (100%)
R 239 of 678 ~ 35.25%
G 188 of 678 ~ 27.73%
B 251 of 678 ~ 37.02'%

%35.25
%27.73
%37.02

CMYK color model

#EFBCFB color CMYK value is (5,25,0,2).

  • cyan value is 4.78%
  • magenta value is 25.10%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK: (5,25,0,2) C5M25Y0K2 (5%,25%,0%,2%) (0.05/0.25/0.00/0.02) 

CMYK percentages

%4.78
%25.1
%0
%1.57

Codes

Color #EFBCFB in popluar color models

EF BC FB
RGB 239 188 251
HSL 289° 88.73% 86.08%
HSB/HSV 289° 25.10% 98.43%
CMYK 4.78% 25.10% 0.00%
1.57%

Color #EFBCFB in popluar number systems.

HEX EF BC FB
Decimal 239 188 251
Binary 11101111 10111100 11111011
Octal 357 274 373

Shades and tints

Shades of #EFBCFB

#EFBCFB
(239,188,251)
#DAABE5
(218,171,229)
#C59ACF
(197,154,207)
#B089B9
(176,137,185)
#9B78A3
(155,120,163)
#86678D
(134,103,141)
#715677
(113,86,119)
#5C4561
(92,69,97)
#47344B
(71,52,75)
#322335
(50,35,53)
#1D121F
(29,18,31)
#000000
(0,0,0)

Tints of #EFBCFB

#EFBCFB
(239,188,251)
#F0C2FB
(240,194,251)
#F1C8FB
(241,200,251)
#F2CEFB
(242,206,251)
#F3D4FB
(243,212,251)
#F4DAFB
(244,218,251)
#F5E0FB
(245,224,251)
#F6E6FB
(246,230,251)
#F7ECFB
(247,236,251)
#F8F2FB
(248,242,251)
#F9F8FB
(249,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFBCFB; }

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

This text font color is #EFBCFB.

Background Color

.myBgColor { background-color: #EFBCFB; }

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

This div background color is #EFBCFB.

Border color

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

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

This div border color is #EFBCFB.

Opacity

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

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

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

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

This text has shadow with #EFBCFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFBCFB.

Preview

Color preview on black background

This text has color #EFBCFB on black background.


Color preview on white background

This text has color #EFBCFB on white background.


Black color preview on #EFBCFB background

This text has black color on #EFBCFB background.


White color preview on #EFBCFB background

This text has white color on #EFBCFB background.


Related colors

Complementary color

Complementary color for #hex is #104304.


I love getcolorcode.com

Triadic colors

1 #FBEFBC and #BCFBEF with #EFBCFB are triadic colors.

2 #FBBCEF and #BCEFFB with #EFBCFB are triadic colors.