COLOR #EFBAF5

HEX: #EFBAF5
RGB: (239,186,245)

Color info

#EFBAF5 contains red, green and blue colors in about the same proportion. Web safe color of #EFBAF5 is #FFCCFF (or #FCF).

RGB color model

#EFBAF5 color RGB value is (239,186,245).

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

RGB channels and saturation

R 239 of 255 = 94%
G 186 of 255 = 73%
B 245 of 255 = 96%

239
186
245

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

Portions of RGB colors in percentages

R + G + B =
239 + 186 + 245 = 670 (100%)
R 239 of 670 ~ 35.67%
G 186 of 670 ~ 27.76%
B 245 of 670 ~ 36.57%

%35.67
%27.76
%36.57

CMYK color model

#EFBAF5 color CMYK value is (2,24,0,4).

  • cyan value is 2.45%
  • magenta value is 24.08%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(2,24,0,4)
C2M24Y0K4 
(2%,24%,0%,4%)
(0.02/0.24/0.00/0.04)	

CMYK percentages

%2.45
%24.08
%0
%3.92

Codes

Color #EFBAF5 in popluar color models

EFBAF5
RGB239186245
HSL294°74.68%84.51%
HSB/HSV294°24.08%96.08%
CMYK2.45%24.08%0.00%
3.92%

Color #EFBAF5 in popluar number systems.

HEXEFBAF5
Decimal239186245
Binary111011111011101011110101
Octal357272365

Shades and tints

Shades of #EFBAF5

#EFBAF5
(239,186,245)
#DAAADF
(218,170,223)
#C59AC9
(197,154,201)
#B08AB3
(176,138,179)
#9B7A9D
(155,122,157)
#866A87
(134,106,135)
#715A71
(113,90,113)
#5C4A5B
(92,74,91)
#473A45
(71,58,69)
#322A2F
(50,42,47)
#1D1A19
(29,26,25)
#000000
(0,0,0)

Tints of #EFBAF5

#EFBAF5
(239,186,245)
#F0C0F5
(240,192,245)
#F1C6F5
(241,198,245)
#F2CCF5
(242,204,245)
#F3D2F5
(243,210,245)
#F4D8F5
(244,216,245)
#F5DEF5
(245,222,245)
#F6E4F5
(246,228,245)
#F7EAF5
(247,234,245)
#F8F0F5
(248,240,245)
#F9F6F5
(249,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFBAF5; }

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

This text font color is #EFBAF5.


Background Color

.myBgColor { background-color: #EFBAF5; }

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

This div background color is #EFBAF5.


Border color

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

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

This div border color is #EFBAF5.


Opacity

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

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

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

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

This text has shadow with #EFBAF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFBAF5 on black background.


Color preview on white background

This text has color #EFBAF5 on white background.



Black color preview on #EFBAF5 background

This text has black color on #EFBAF5 background.


White color preview on #EFBAF5 background

This text has white color on #EFBAF5 background.