COLOR #EFBDFA

HEX: #EFBDFA RGB: (239,189,250)

Color info

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

RGB color model

#EFBDFA color RGB value is (239,189,250).

RGB: (239,189,250) (94%, 74%, 98%)

RGB channels and saturation

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

239
189
250

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

Portions of RGB colors in percentages

R + G + B = 239 + 189 + 250 = 678 (100%)
R 239 of 678 ~ 35.25%
G 189 of 678 ~ 27.88%
B 250 of 678 ~ 36.87'%

%35.25
%27.88
%36.87

CMYK color model

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

  • cyan value is 4.40%
  • magenta value is 24.40%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK: (4,24,0,2) C4M24Y0K2 (4%,24%,0%,2%) (0.04/0.24/0.00/0.02) 

CMYK percentages

%4.4
%24.4
%0
%1.96

Codes

Color #EFBDFA in popluar color models

EF BD FA
RGB 239 189 250
HSL 289° 85.92% 86.08%
HSB/HSV 289° 24.40% 98.04%
CMYK 4.40% 24.40% 0.00%
1.96%

Color #EFBDFA in popluar number systems.

HEX EF BD FA
Decimal 239 189 250
Binary 11101111 10111101 11111010
Octal 357 275 372

Shades and tints

Shades of #EFBDFA

#EFBDFA
(239,189,250)
#DAACE4
(218,172,228)
#C59BCE
(197,155,206)
#B08AB8
(176,138,184)
#9B79A2
(155,121,162)
#86688C
(134,104,140)
#715776
(113,87,118)
#5C4660
(92,70,96)
#47354A
(71,53,74)
#322434
(50,36,52)
#1D131E
(29,19,30)
#000000
(0,0,0)

Tints of #EFBDFA

#EFBDFA
(239,189,250)
#F0C3FA
(240,195,250)
#F1C9FA
(241,201,250)
#F2CFFA
(242,207,250)
#F3D5FA
(243,213,250)
#F4DBFA
(244,219,250)
#F5E1FA
(245,225,250)
#F6E7FA
(246,231,250)
#F7EDFA
(247,237,250)
#F8F3FA
(248,243,250)
#F9F9FA
(249,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFBDFA; }

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

This text font color is #EFBDFA.

Background Color

.myBgColor { background-color: #EFBDFA; }

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

This div background color is #EFBDFA.

Border color

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

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

This div border color is #EFBDFA.

Opacity

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

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

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

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

This text has shadow with #EFBDFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFBDFA.

Preview

Color preview on black background

This text has color #EFBDFA on black background.


Color preview on white background

This text has color #EFBDFA on white background.


Black color preview on #EFBDFA background

This text has black color on #EFBDFA background.


White color preview on #EFBDFA background

This text has white color on #EFBDFA background.


Related colors

Complementary color

Complementary color for #hex is #104205.


I love getcolorcode.com

Triadic colors

1 #FAEFBD and #BDFAEF with #EFBDFA are triadic colors.

2 #FABDEF and #BDEFFA with #EFBDFA are triadic colors.