COLOR #EFB4F8

HEX: #EFB4F8
RGB: (239,180,248)

Color info

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

RGB color model

#EFB4F8 color RGB value is (239,180,248).

  • red value is 239;
  • green value is 180;
  • blue value is 248.
RGB:
(239,180,248)
(94%,71%,97%)

RGB channels and saturation

R 239 of 255 = 94%
G 180 of 255 = 71%
B 248 of 255 = 97%

239
180
248

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

Portions of RGB colors in percentages

R + G + B =
239 + 180 + 248 = 667 (100%)
R 239 of 667 ~ 35.83%
G 180 of 667 ~ 26.99%
B 248 of 667 ~ 37.18%

%35.83
%26.99
%37.18

CMYK color model

#EFB4F8 color CMYK value is (4,27,0,3).

  • cyan value is 3.63%
  • magenta value is 27.42%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(4,27,0,3)
C4M27Y0K3 
(4%,27%,0%,3%)
(0.04/0.27/0.00/0.03)	

CMYK percentages

%3.63
%27.42
%0
%2.75

Codes

Color #EFB4F8 in popluar color models

EFB4F8
RGB239180248
HSL292°82.93%83.92%
HSB/HSV292°27.42%97.25%
CMYK3.63%27.42%0.00%
2.75%

Color #EFB4F8 in popluar number systems.

HEXEFB4F8
Decimal239180248
Binary111011111011010011111000
Octal357264370

Shades and tints

Shades of #EFB4F8

#EFB4F8
(239,180,248)
#DAA4E2
(218,164,226)
#C594CC
(197,148,204)
#B084B6
(176,132,182)
#9B74A0
(155,116,160)
#86648A
(134,100,138)
#715474
(113,84,116)
#5C445E
(92,68,94)
#473448
(71,52,72)
#322432
(50,36,50)
#1D141C
(29,20,28)
#000000
(0,0,0)

Tints of #EFB4F8

#EFB4F8
(239,180,248)
#F0BAF8
(240,186,248)
#F1C0F8
(241,192,248)
#F2C6F8
(242,198,248)
#F3CCF8
(243,204,248)
#F4D2F8
(244,210,248)
#F5D8F8
(245,216,248)
#F6DEF8
(246,222,248)
#F7E4F8
(247,228,248)
#F8EAF8
(248,234,248)
#F9F0F8
(249,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFB4F8 color. Also use rgb(239,180,248) instead hex code.

Text Font Color

.myTextColor { color: #EFB4F8; }

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

This text font color is #EFB4F8.


Background Color

.myBgColor { background-color: #EFB4F8; }

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

This div background color is #EFB4F8.


Border color

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

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

This div border color is #EFB4F8.


Opacity

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

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

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

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

This text has shadow with #EFB4F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFB4F8 on black background.


Color preview on white background

This text has color #EFB4F8 on white background.



Black color preview on #EFB4F8 background

This text has black color on #EFB4F8 background.


White color preview on #EFB4F8 background

This text has white color on #EFB4F8 background.