COLOR #EFB3EC

HEX: #EFB3EC RGB: (239,179,236)

Color info

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

RGB color model

#EFB3EC color RGB value is (239,179,236).

RGB: (239,179,236) (94%, 70%, 93%)

RGB channels and saturation

R 239 of 255 = 94%
G 179 of 255 = 70%
B 236 of 255 = 93%

239
179
236

R + G + B ~ 86%. #EFB3EC is light color.

Portions of RGB colors in percentages

R + G + B = 239 + 179 + 236 = 654 (100%)
R 239 of 654 ~ 36.54%
G 179 of 654 ~ 27.37%
B 236 of 654 ~ 36.09'%

%36.54
%27.37
%36.09

CMYK color model

#EFB3EC color CMYK value is (0,25,1,6).

  • cyan value is 0.00%
  • magenta value is 25.10%
  • yellow value is 1.26%
  • key color value is 6.27%

CMYK: (0,25,1,6)
C0M25Y1K6 (0%, 25%, 1%, 6%)
(0.00 / 0.25 / 0.01 / 0.06)

CMYK percentages

%0
%25.1
%1.26
%6.27

Codes

Color #EFB3EC in popluar color models

EF B3 EC
RGB 239 179 236
HSL 303° 65.22% 81.96%
HSB/HSV 303° 25.10% 93.73%
CMYK 0.00% 25.10% 1.26%
6.27%

Color #EFB3EC in popluar number systems.

HEX EF B3 EC
Decimal 239 179 236
Binary 11101111 10110011 11101100
Octal 357 263 354

Shades and tints

Shades of #EFB3EC

#EFB3EC
(239,179,236)
#DAA3D7
(218,163,215)
#C593C2
(197,147,194)
#B083AD
(176,131,173)
#9B7398
(155,115,152)
#866383
(134,99,131)
#71536E
(113,83,110)
#5C4359
(92,67,89)
#473344
(71,51,68)
#32232F
(50,35,47)
#1D131A
(29,19,26)
#000000
(0,0,0)

Tints of #EFB3EC

#EFB3EC
(239,179,236)
#F0B9ED
(240,185,237)
#F1BFEE
(241,191,238)
#F2C5EF
(242,197,239)
#F3CBF0
(243,203,240)
#F4D1F1
(244,209,241)
#F5D7F2
(245,215,242)
#F6DDF3
(246,221,243)
#F7E3F4
(247,227,244)
#F8E9F5
(248,233,245)
#F9EFF6
(249,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFB3EC; }

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

This text font color is #EFB3EC.

Background Color

.myBgColor { background-color: #EFB3EC; }

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

This div background color is #EFB3EC.

Border color

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

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

This div border color is #EFB3EC.

Opacity

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

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

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

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

This text has shadow with #EFB3EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFB3EC.

Preview

Color preview on black background

This text has color #EFB3EC on black background.


Color preview on white background

This text has color #EFB3EC on white background.


Black color preview on #EFB3EC background

This text has black color on #EFB3EC background.


White color preview on #EFB3EC background

This text has white color on #EFB3EC background.


Related colors

Complementary color

Complementary color for #hex is #104C13.


I love getcolorcode.com

Triadic colors

1 #ECEFB3 and #B3ECEF with #EFB3EC are triadic colors.

2 #ECB3EF and #B3EFEC with #EFB3EC are triadic colors.