COLOR #B39DA7

HEX: #B39DA7
RGB: (179,157,167)

Color info

#B39DA7 contains red, green and blue colors in about the same proportion. Web safe color of #B39DA7 is #999999 (or #999).

RGB color model

#B39DA7 color RGB value is (179,157,167).

  • red value is 179;
  • green value is 157;
  • blue value is 167.
RGB:
(179,157,167)
(70%,62%,65%)

RGB channels and saturation

R 179 of 255 = 70%
G 157 of 255 = 62%
B 167 of 255 = 65%

179
157
167

R + G + B ~ 66%. #B39DA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 157 + 167 = 503 (100%)
R 179 of 503 ~ 35.59%
G 157 of 503 ~ 31.21%
B 167 of 503 ~ 33.2%

%35.59
%31.21
%33.2

CMYK color model

#B39DA7 color CMYK value is (0,12,7,30).

  • cyan value is 0.00%
  • magenta value is 12.29%
  • yellow value is 6.70%
  • key color value is 29.80%
CMYK:
(0,12,7,30)
C0M12Y7K30 
(0%,12%,7%,30%)
(0.00/0.12/0.07/0.30)	

CMYK percentages

%0
%12.29
%6.7
%29.8

Codes

Color #B39DA7 in popluar color models

B39DA7
RGB179157167
HSL333°12.64%65.88%
HSB/HSV333°12.29%70.20%
CMYK0.00%12.29%6.70%
29.80%

Color #B39DA7 in popluar number systems.

HEXB39DA7
Decimal179157167
Binary101100111001110110100111
Octal263235247

Shades and tints

Shades of #B39DA7

#B39DA7
(179,157,167)
#A38F98
(163,143,152)
#938189
(147,129,137)
#83737A
(131,115,122)
#73656B
(115,101,107)
#63575C
(99,87,92)
#53494D
(83,73,77)
#433B3E
(67,59,62)
#332D2F
(51,45,47)
#231F20
(35,31,32)
#131111
(19,17,17)
#000000
(0,0,0)

Tints of #B39DA7

#B39DA7
(179,157,167)
#B9A5AF
(185,165,175)
#BFADB7
(191,173,183)
#C5B5BF
(197,181,191)
#CBBDC7
(203,189,199)
#D1C5CF
(209,197,207)
#D7CDD7
(215,205,215)
#DDD5DF
(221,213,223)
#E3DDE7
(227,221,231)
#E9E5EF
(233,229,239)
#EFEDF7
(239,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B39DA7 color. Also use rgb(179,157,167) instead hex code.

Text Font Color

.myTextColor { color: #B39DA7; }

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

This text font color is #B39DA7.


Background Color

.myBgColor { background-color: #B39DA7; }

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

This div background color is #B39DA7.


Border color

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

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

This div border color is #B39DA7.


Opacity

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

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

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

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

This text has shadow with #B39DA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B39DA7 on black background.


Color preview on white background

This text has color #B39DA7 on white background.



Black color preview on #B39DA7 background

This text has black color on #B39DA7 background.


White color preview on #B39DA7 background

This text has white color on #B39DA7 background.