COLOR #B39EEF

HEX: #B39EEF
RGB: (179,158,239)

Color info

#B39EEF contains mainly blue color. Web safe color of #B39EEF is #9999FF (or #99F).

RGB color model

#B39EEF color RGB value is (179,158,239).

  • red value is 179;
  • green value is 158;
  • blue value is 239.
RGB:
(179,158,239)
(70%,62%,94%)

RGB channels and saturation

R 179 of 255 = 70%
G 158 of 255 = 62%
B 239 of 255 = 94%

179
158
239

R + G + B ~ 75%. #B39EEF is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 158 + 239 = 576 (100%)
R 179 of 576 ~ 31.08%
G 158 of 576 ~ 27.43%
B 239 of 576 ~ 41.49%

%31.08
%27.43
%41.49

CMYK color model

#B39EEF color CMYK value is (25,34,0,6).

  • cyan value is 25.10%
  • magenta value is 33.89%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(25,34,0,6)
C25M34Y0K6 
(25%,34%,0%,6%)
(0.25/0.34/0.00/0.06)	

CMYK percentages

%25.1
%33.89
%0
%6.27

Codes

Color #B39EEF in popluar color models

B39EEF
RGB179158239
HSL256°71.68%77.84%
HSB/HSV256°33.89%93.73%
CMYK25.10%33.89%0.00%
6.27%

Color #B39EEF in popluar number systems.

HEXB39EEF
Decimal179158239
Binary101100111001111011101111
Octal263236357

Shades and tints

Shades of #B39EEF

#B39EEF
(179,158,239)
#A390DA
(163,144,218)
#9382C5
(147,130,197)
#8374B0
(131,116,176)
#73669B
(115,102,155)
#635886
(99,88,134)
#534A71
(83,74,113)
#433C5C
(67,60,92)
#332E47
(51,46,71)
#232032
(35,32,50)
#13121D
(19,18,29)
#000000
(0,0,0)

Tints of #B39EEF

#B39EEF
(179,158,239)
#B9A6F0
(185,166,240)
#BFAEF1
(191,174,241)
#C5B6F2
(197,182,242)
#CBBEF3
(203,190,243)
#D1C6F4
(209,198,244)
#D7CEF5
(215,206,245)
#DDD6F6
(221,214,246)
#E3DEF7
(227,222,247)
#E9E6F8
(233,230,248)
#EFEEF9
(239,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B39EEF; }

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

This text font color is #B39EEF.


Background Color

.myBgColor { background-color: #B39EEF; }

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

This div background color is #B39EEF.


Border color

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

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

This div border color is #B39EEF.


Opacity

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

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

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

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

This text has shadow with #B39EEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B39EEF on black background.


Color preview on white background

This text has color #B39EEF on white background.



Black color preview on #B39EEF background

This text has black color on #B39EEF background.


White color preview on #B39EEF background

This text has white color on #B39EEF background.