COLOR #B39DA5

HEX: #B39DA5
RGB: (179,157,165)

Color info

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

RGB color model

#B39DA5 color RGB value is (179,157,165).

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

RGB channels and saturation

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

179
157
165

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

Portions of RGB colors in percentages

R + G + B =
179 + 157 + 165 = 501 (100%)
R 179 of 501 ~ 35.73%
G 157 of 501 ~ 31.34%
B 165 of 501 ~ 32.93%

%35.73
%31.34
%32.93

CMYK color model

#B39DA5 color CMYK value is (0,12,8,30).

  • cyan value is 0.00%
  • magenta value is 12.29%
  • yellow value is 7.82%
  • key color value is 29.80%
CMYK:
(0,12,8,30)
C0M12Y8K30 
(0%,12%,8%,30%)
(0.00/0.12/0.08/0.30)	

CMYK percentages

%0
%12.29
%7.82
%29.8

Codes

Color #B39DA5 in popluar color models

B39DA5
RGB179157165
HSL338°12.64%65.88%
HSB/HSV338°12.29%70.20%
CMYK0.00%12.29%7.82%
29.80%

Color #B39DA5 in popluar number systems.

HEXB39DA5
Decimal179157165
Binary101100111001110110100101
Octal263235245

Shades and tints

Shades of #B39DA5

#B39DA5
(179,157,165)
#A38F96
(163,143,150)
#938187
(147,129,135)
#837378
(131,115,120)
#736569
(115,101,105)
#63575A
(99,87,90)
#53494B
(83,73,75)
#433B3C
(67,59,60)
#332D2D
(51,45,45)
#231F1E
(35,31,30)
#13110F
(19,17,15)
#000000
(0,0,0)

Tints of #B39DA5

#B39DA5
(179,157,165)
#B9A5AD
(185,165,173)
#BFADB5
(191,173,181)
#C5B5BD
(197,181,189)
#CBBDC5
(203,189,197)
#D1C5CD
(209,197,205)
#D7CDD5
(215,205,213)
#DDD5DD
(221,213,221)
#E3DDE5
(227,221,229)
#E9E5ED
(233,229,237)
#EFEDF5
(239,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B39DA5; }

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

This text font color is #B39DA5.


Background Color

.myBgColor { background-color: #B39DA5; }

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

This div background color is #B39DA5.


Border color

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

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

This div border color is #B39DA5.


Opacity

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

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

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

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

This text has shadow with #B39DA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B39DA5 on black background.


Color preview on white background

This text has color #B39DA5 on white background.



Black color preview on #B39DA5 background

This text has black color on #B39DA5 background.


White color preview on #B39DA5 background

This text has white color on #B39DA5 background.