COLOR #EFB6F5

HEX: #EFB6F5
RGB: (239,182,245)

Color info

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

RGB color model

#EFB6F5 color RGB value is (239,182,245).

  • red value is 239;
  • green value is 182;
  • blue value is 245.
RGB:
(239,182,245)
(94%,71%,96%)

RGB channels and saturation

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

239
182
245

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

Portions of RGB colors in percentages

R + G + B =
239 + 182 + 245 = 666 (100%)
R 239 of 666 ~ 35.89%
G 182 of 666 ~ 27.33%
B 245 of 666 ~ 36.79%

%35.89
%27.33
%36.79

CMYK color model

#EFB6F5 color CMYK value is (2,26,0,4).

  • cyan value is 2.45%
  • magenta value is 25.71%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(2,26,0,4)
C2M26Y0K4 
(2%,26%,0%,4%)
(0.02/0.26/0.00/0.04)	

CMYK percentages

%2.45
%25.71
%0
%3.92

Codes

Color #EFB6F5 in popluar color models

EFB6F5
RGB239182245
HSL294°75.90%83.73%
HSB/HSV294°25.71%96.08%
CMYK2.45%25.71%0.00%
3.92%

Color #EFB6F5 in popluar number systems.

HEXEFB6F5
Decimal239182245
Binary111011111011011011110101
Octal357266365

Shades and tints

Shades of #EFB6F5

#EFB6F5
(239,182,245)
#DAA6DF
(218,166,223)
#C596C9
(197,150,201)
#B086B3
(176,134,179)
#9B769D
(155,118,157)
#866687
(134,102,135)
#715671
(113,86,113)
#5C465B
(92,70,91)
#473645
(71,54,69)
#32262F
(50,38,47)
#1D1619
(29,22,25)
#000000
(0,0,0)

Tints of #EFB6F5

#EFB6F5
(239,182,245)
#F0BCF5
(240,188,245)
#F1C2F5
(241,194,245)
#F2C8F5
(242,200,245)
#F3CEF5
(243,206,245)
#F4D4F5
(244,212,245)
#F5DAF5
(245,218,245)
#F6E0F5
(246,224,245)
#F7E6F5
(247,230,245)
#F8ECF5
(248,236,245)
#F9F2F5
(249,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFB6F5; }

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

This text font color is #EFB6F5.


Background Color

.myBgColor { background-color: #EFB6F5; }

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

This div background color is #EFB6F5.


Border color

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

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

This div border color is #EFB6F5.


Opacity

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

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

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

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

This text has shadow with #EFB6F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFB6F5 on black background.


Color preview on white background

This text has color #EFB6F5 on white background.



Black color preview on #EFB6F5 background

This text has black color on #EFB6F5 background.


White color preview on #EFB6F5 background

This text has white color on #EFB6F5 background.