COLOR #EFBAEF

HEX: #EFBAEF RGB: (239,186,239)

Color info

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

RGB color model

#EFBAEF color RGB value is (239,186,239).

RGB: (239,186,239) (94%, 73%, 94%)

RGB channels and saturation

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

239
186
239

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

Portions of RGB colors in percentages

R + G + B = 239 + 186 + 239 = 664 (100%)
R 239 of 664 ~ 35.99%
G 186 of 664 ~ 28.01%
B 239 of 664 ~ 35.99'%

%35.99
%28.01
%35.99

CMYK color model

#EFBAEF color CMYK value is (0,22,0,6).

  • cyan value is 0.00%
  • magenta value is 22.18%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (0,22,0,6)
C0M22Y0K6 (0%, 22%, 0%, 6%)
(0.00 / 0.22 / 0.00 / 0.06)

CMYK percentages

%0
%22.18
%0
%6.27

Codes

Color #EFBAEF in popluar color models

EF BA EF
RGB 239 186 239
HSL 300° 62.35% 83.33%
HSB/HSV 300° 22.18% 93.73%
CMYK 0.00% 22.18% 0.00%
6.27%

Color #EFBAEF in popluar number systems.

HEX EF BA EF
Decimal 239 186 239
Binary 11101111 10111010 11101111
Octal 357 272 357

Shades and tints

Shades of #EFBAEF

#EFBAEF
(239,186,239)
#DAAADA
(218,170,218)
#C59AC5
(197,154,197)
#B08AB0
(176,138,176)
#9B7A9B
(155,122,155)
#866A86
(134,106,134)
#715A71
(113,90,113)
#5C4A5C
(92,74,92)
#473A47
(71,58,71)
#322A32
(50,42,50)
#1D1A1D
(29,26,29)
#000000
(0,0,0)

Tints of #EFBAEF

#EFBAEF
(239,186,239)
#F0C0F0
(240,192,240)
#F1C6F1
(241,198,241)
#F2CCF2
(242,204,242)
#F3D2F3
(243,210,243)
#F4D8F4
(244,216,244)
#F5DEF5
(245,222,245)
#F6E4F6
(246,228,246)
#F7EAF7
(247,234,247)
#F8F0F8
(248,240,248)
#F9F6F9
(249,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFBAEF; }

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

This text font color is #EFBAEF.

Background Color

.myBgColor { background-color: #EFBAEF; }

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

This div background color is #EFBAEF.

Border color

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

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

This div border color is #EFBAEF.

Opacity

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

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

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

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

This text has shadow with #EFBAEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFBAEF.

Preview

Color preview on black background

This text has color #EFBAEF on black background.


Color preview on white background

This text has color #EFBAEF on white background.


Black color preview on #EFBAEF background

This text has black color on #EFBAEF background.


White color preview on #EFBAEF background

This text has white color on #EFBAEF background.


Related colors

Complementary color

Complementary color for #hex is #104510.


I love getcolorcode.com

Triadic colors

1 #EFEFBA and #BAEFEF with #EFBAEF are triadic colors.

2 #EFBAEF and #BAEFEF with #EFBAEF are triadic colors.