COLOR #EFB6F6

HEX: #EFB6F6 RGB: (239,182,246)

Color info

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

RGB color model

#EFB6F6 color RGB value is (239,182,246).

RGB: (239,182,246) (94%, 71%, 96%)

RGB channels and saturation

R 239 of 255 = 94%
G 182 of 255 = 71%
B 246 of 255 = 96%

239
182
246

R + G + B ~ 87%. #EFB6F6 is light color.

Portions of RGB colors in percentages

R + G + B = 239 + 182 + 246 = 667 (100%)
R 239 of 667 ~ 35.83%
G 182 of 667 ~ 27.29%
B 246 of 667 ~ 36.88'%

%35.83
%27.29
%36.88

CMYK color model

#EFB6F6 color CMYK value is (3,26,0,4).

  • cyan value is 2.85%
  • magenta value is 26.02%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (3,26,0,4)
C3M26Y0K4 (3%, 26%, 0%, 4%)
(0.03 / 0.26 / 0.00 / 0.04)

CMYK percentages

%2.85
%26.02
%0
%3.53

Codes

Color #EFB6F6 in popluar color models

EF B6 F6
RGB 239 182 246
HSL 293° 78.05% 83.92%
HSB/HSV 293° 26.02% 96.47%
CMYK 2.85% 26.02% 0.00%
3.53%

Color #EFB6F6 in popluar number systems.

HEX EF B6 F6
Decimal 239 182 246
Binary 11101111 10110110 11110110
Octal 357 266 366

Shades and tints

Shades of #EFB6F6

#EFB6F6
(239,182,246)
#DAA6E0
(218,166,224)
#C596CA
(197,150,202)
#B086B4
(176,134,180)
#9B769E
(155,118,158)
#866688
(134,102,136)
#715672
(113,86,114)
#5C465C
(92,70,92)
#473646
(71,54,70)
#322630
(50,38,48)
#1D161A
(29,22,26)
#000000
(0,0,0)

Tints of #EFB6F6

#EFB6F6
(239,182,246)
#F0BCF6
(240,188,246)
#F1C2F6
(241,194,246)
#F2C8F6
(242,200,246)
#F3CEF6
(243,206,246)
#F4D4F6
(244,212,246)
#F5DAF6
(245,218,246)
#F6E0F6
(246,224,246)
#F7E6F6
(247,230,246)
#F8ECF6
(248,236,246)
#F9F2F6
(249,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFB6F6; }

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

This text font color is #EFB6F6.

Background Color

.myBgColor { background-color: #EFB6F6; }

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

This div background color is #EFB6F6.

Border color

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

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

This div border color is #EFB6F6.

Opacity

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

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

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

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

This text has shadow with #EFB6F6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFB6F6.

Preview

Color preview on black background

This text has color #EFB6F6 on black background.


Color preview on white background

This text has color #EFB6F6 on white background.


Black color preview on #EFB6F6 background

This text has black color on #EFB6F6 background.


White color preview on #EFB6F6 background

This text has white color on #EFB6F6 background.


Related colors

Complementary color

Complementary color for #hex is #104909.


I love getcolorcode.com

Triadic colors

1 #F6EFB6 and #B6F6EF with #EFB6F6 are triadic colors.

2 #F6B6EF and #B6EFF6 with #EFB6F6 are triadic colors.