COLOR #B39EC7

HEX: #B39EC7 RGB: (179,158,199)

Color info

#B39EC7 contains red, green and blue colors in about the same proportion. Web safe color of #B39EC7 is #9999CC (or #99C).

RGB color model

#B39EC7 color RGB value is (179,158,199).

RGB: (179,158,199) (70%, 62%, 78%)

RGB channels and saturation

R 179 of 255 = 70%
G 158 of 255 = 62%
B 199 of 255 = 78%

179
158
199

R + G + B ~ 70%. #B39EC7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 158 + 199 = 536 (100%)
R 179 of 536 ~ 33.4%
G 158 of 536 ~ 29.48%
B 199 of 536 ~ 37.13'%

%33.4
%29.48
%37.13

CMYK color model

#B39EC7 color CMYK value is (10,21,0,22).

  • cyan value is 10.05%
  • magenta value is 20.60%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (10,21,0,22)
C10M21Y0K22 (10%, 21%, 0%, 22%)
(0.10 / 0.21 / 0.00 / 0.22)

CMYK percentages

%10.05
%20.6
%0
%21.96

Codes

Color #B39EC7 in popluar color models

B3 9E C7
RGB 179 158 199
HSL 271° 26.80% 70.00%
HSB/HSV 271° 20.60% 78.04%
CMYK 10.05% 20.60% 0.00%
21.96%

Color #B39EC7 in popluar number systems.

HEX B3 9E C7
Decimal 179 158 199
Binary 10110011 10011110 11000111
Octal 263 236 307

Shades and tints

Shades of #B39EC7

#B39EC7
(179,158,199)
#A390B5
(163,144,181)
#9382A3
(147,130,163)
#837491
(131,116,145)
#73667F
(115,102,127)
#63586D
(99,88,109)
#534A5B
(83,74,91)
#433C49
(67,60,73)
#332E37
(51,46,55)
#232025
(35,32,37)
#131213
(19,18,19)
#000000
(0,0,0)

Tints of #B39EC7

#B39EC7
(179,158,199)
#B9A6CC
(185,166,204)
#BFAED1
(191,174,209)
#C5B6D6
(197,182,214)
#CBBEDB
(203,190,219)
#D1C6E0
(209,198,224)
#D7CEE5
(215,206,229)
#DDD6EA
(221,214,234)
#E3DEEF
(227,222,239)
#E9E6F4
(233,230,244)
#EFEEF9
(239,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B39EC7; }

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

This text font color is #B39EC7.

Background Color

.myBgColor { background-color: #B39EC7; }

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

This div background color is #B39EC7.

Border color

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

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

This div border color is #B39EC7.

Opacity

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

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

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

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

This text has shadow with #B39EC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B39EC7.

Preview

Color preview on black background

This text has color #B39EC7 on black background.


Color preview on white background

This text has color #B39EC7 on white background.


Black color preview on #B39EC7 background

This text has black color on #B39EC7 background.


White color preview on #B39EC7 background

This text has white color on #B39EC7 background.


Related colors

Complementary color

Complementary color for #hex is #4C6138.


I love getcolorcode.com

Triadic colors

1 #C7B39E and #9EC7B3 with #B39EC7 are triadic colors.

2 #C79EB3 and #9EB3C7 with #B39EC7 are triadic colors.