COLOR #EFBAF0

HEX: #EFBAF0 RGB: (239,186,240)

Color info

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

RGB color model

#EFBAF0 color RGB value is (239,186,240).

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

RGB channels and saturation

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

239
186
240

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

Portions of RGB colors in percentages

R + G + B = 239 + 186 + 240 = 665 (100%)
R 239 of 665 ~ 35.94%
G 186 of 665 ~ 27.97%
B 240 of 665 ~ 36.09'%

%35.94
%27.97
%36.09

CMYK color model

#EFBAF0 color CMYK value is (0,23,0,6).

  • cyan value is 0.42%
  • magenta value is 22.50%
  • yellow value is 0.00%
  • key color value is 5.88%

CMYK: (0,23,0,6)
C0M23Y0K6 (0%, 23%, 0%, 6%)
(0.00 / 0.23 / 0.00 / 0.06)

CMYK percentages

%0.42
%22.5
%0
%5.88

Codes

Color #EFBAF0 in popluar color models

EF BA F0
RGB 239 186 240
HSL 299° 64.29% 83.53%
HSB/HSV 299° 22.50% 94.12%
CMYK 0.42% 22.50% 0.00%
5.88%

Color #EFBAF0 in popluar number systems.

HEX EF BA F0
Decimal 239 186 240
Binary 11101111 10111010 11110000
Octal 357 272 360

Shades and tints

Shades of #EFBAF0

#EFBAF0
(239,186,240)
#DAAADB
(218,170,219)
#C59AC6
(197,154,198)
#B08AB1
(176,138,177)
#9B7A9C
(155,122,156)
#866A87
(134,106,135)
#715A72
(113,90,114)
#5C4A5D
(92,74,93)
#473A48
(71,58,72)
#322A33
(50,42,51)
#1D1A1E
(29,26,30)
#000000
(0,0,0)

Tints of #EFBAF0

#EFBAF0
(239,186,240)
#F0C0F1
(240,192,241)
#F1C6F2
(241,198,242)
#F2CCF3
(242,204,243)
#F3D2F4
(243,210,244)
#F4D8F5
(244,216,245)
#F5DEF6
(245,222,246)
#F6E4F7
(246,228,247)
#F7EAF8
(247,234,248)
#F8F0F9
(248,240,249)
#F9F6FA
(249,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFBAF0; }

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

This text font color is #EFBAF0.

Background Color

.myBgColor { background-color: #EFBAF0; }

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

This div background color is #EFBAF0.

Border color

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

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

This div border color is #EFBAF0.

Opacity

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

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

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

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

This text has shadow with #EFBAF0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFBAF0.

Preview

Color preview on black background

This text has color #EFBAF0 on black background.


Color preview on white background

This text has color #EFBAF0 on white background.


Black color preview on #EFBAF0 background

This text has black color on #EFBAF0 background.


White color preview on #EFBAF0 background

This text has white color on #EFBAF0 background.


Related colors

Complementary color

Complementary color for #hex is #10450F.


I love getcolorcode.com

Triadic colors

1 #F0EFBA and #BAF0EF with #EFBAF0 are triadic colors.

2 #F0BAEF and #BAEFF0 with #EFBAF0 are triadic colors.