COLOR #EFABEE

HEX: #EFABEE RGB: (239,171,238)

Color info

#EFABEE contains mainly red and blue colors. Web safe color of #EFABEE is #FF99FF (or #F9F).

RGB color model

#EFABEE color RGB value is (239,171,238).

RGB: (239,171,238) (94%, 67%, 93%)

RGB channels and saturation

R 239 of 255 = 94%
G 171 of 255 = 67%
B 238 of 255 = 93%

239
171
238

R + G + B ~ 85%. #EFABEE is quite light color.

Portions of RGB colors in percentages

R + G + B = 239 + 171 + 238 = 648 (100%)
R 239 of 648 ~ 36.88%
G 171 of 648 ~ 26.39%
B 238 of 648 ~ 36.73'%

%36.88
%26.39
%36.73

CMYK color model

#EFABEE color CMYK value is (0,28,0,6).

  • cyan value is 0.00%
  • magenta value is 28.45%
  • yellow value is 0.42%
  • key color value is 6.27%

CMYK: (0,28,0,6)
C0M28Y0K6 (0%, 28%, 0%, 6%)
(0.00 / 0.28 / 0.00 / 0.06)

CMYK percentages

%0
%28.45
%0.42
%6.27

Codes

Color #EFABEE in popluar color models

EF AB EE
RGB 239 171 238
HSL 301° 68.00% 80.39%
HSB/HSV 301° 28.45% 93.73%
CMYK 0.00% 28.45% 0.42%
6.27%

Color #EFABEE in popluar number systems.

HEX EF AB EE
Decimal 239 171 238
Binary 11101111 10101011 11101110
Octal 357 253 356

Shades and tints

Shades of #EFABEE

#EFABEE
(239,171,238)
#DA9CD9
(218,156,217)
#C58DC4
(197,141,196)
#B07EAF
(176,126,175)
#9B6F9A
(155,111,154)
#866085
(134,96,133)
#715170
(113,81,112)
#5C425B
(92,66,91)
#473346
(71,51,70)
#322431
(50,36,49)
#1D151C
(29,21,28)
#000000
(0,0,0)

Tints of #EFABEE

#EFABEE
(239,171,238)
#F0B2EF
(240,178,239)
#F1B9F0
(241,185,240)
#F2C0F1
(242,192,241)
#F3C7F2
(243,199,242)
#F4CEF3
(244,206,243)
#F5D5F4
(245,213,244)
#F6DCF5
(246,220,245)
#F7E3F6
(247,227,246)
#F8EAF7
(248,234,247)
#F9F1F8
(249,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFABEE; }

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

This text font color is #EFABEE.

Background Color

.myBgColor { background-color: #EFABEE; }

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

This div background color is #EFABEE.

Border color

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

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

This div border color is #EFABEE.

Opacity

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

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

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

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

This text has shadow with #EFABEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFABEE.

Preview

Color preview on black background

This text has color #EFABEE on black background.


Color preview on white background

This text has color #EFABEE on white background.


Black color preview on #EFABEE background

This text has black color on #EFABEE background.


White color preview on #EFABEE background

This text has white color on #EFABEE background.


Related colors

Complementary color

Complementary color for #hex is #105411.


I love getcolorcode.com

Triadic colors

1 #EEEFAB and #ABEEEF with #EFABEE are triadic colors.

2 #EEABEF and #ABEFEE with #EFABEE are triadic colors.