COLOR #EFBDFB

HEX: #EFBDFB
RGB: (239,189,251)

Color info

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

RGB color model

#EFBDFB color RGB value is (239,189,251).

  • red value is 239;
  • green value is 189;
  • blue value is 251.
RGB:
(239,189,251)
(94%,74%,98%)

RGB channels and saturation

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

239
189
251

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

Portions of RGB colors in percentages

R + G + B =
239 + 189 + 251 = 679 (100%)
R 239 of 679 ~ 35.2%
G 189 of 679 ~ 27.84%
B 251 of 679 ~ 36.97%

%35.2
%27.84
%36.97

CMYK color model

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

  • cyan value is 4.78%
  • magenta value is 24.70%
  • 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
%24.7
%0
%1.57

Codes

Color #EFBDFB in popluar color models

EFBDFB
RGB239189251
HSL288°88.57%86.27%
HSB/HSV288°24.70%98.43%
CMYK4.78%24.70%0.00%
1.57%

Color #EFBDFB in popluar number systems.

HEXEFBDFB
Decimal239189251
Binary111011111011110111111011
Octal357275373

Shades and tints

Shades of #EFBDFB

#EFBDFB
(239,189,251)
#DAACE5
(218,172,229)
#C59BCF
(197,155,207)
#B08AB9
(176,138,185)
#9B79A3
(155,121,163)
#86688D
(134,104,141)
#715777
(113,87,119)
#5C4661
(92,70,97)
#47354B
(71,53,75)
#322435
(50,36,53)
#1D131F
(29,19,31)
#000000
(0,0,0)

Tints of #EFBDFB

#EFBDFB
(239,189,251)
#F0C3FB
(240,195,251)
#F1C9FB
(241,201,251)
#F2CFFB
(242,207,251)
#F3D5FB
(243,213,251)
#F4DBFB
(244,219,251)
#F5E1FB
(245,225,251)
#F6E7FB
(246,231,251)
#F7EDFB
(247,237,251)
#F8F3FB
(248,243,251)
#F9F9FB
(249,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFBDFB; }

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

This text font color is #EFBDFB.


Background Color

.myBgColor { background-color: #EFBDFB; }

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

This div background color is #EFBDFB.


Border color

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

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

This div border color is #EFBDFB.


Opacity

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

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

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

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

This text has shadow with #EFBDFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFBDFB on black background.


Color preview on white background

This text has color #EFBDFB on white background.



Black color preview on #EFBDFB background

This text has black color on #EFBDFB background.


White color preview on #EFBDFB background

This text has white color on #EFBDFB background.