COLOR #B39BAE

HEX: #B39BAE
RGB: (179,155,174)

Color info

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

RGB color model

#B39BAE color RGB value is (179,155,174).

  • red value is 179;
  • green value is 155;
  • blue value is 174.
RGB:
(179,155,174)
(70%,61%,68%)

RGB channels and saturation

R 179 of 255 = 70%
G 155 of 255 = 61%
B 174 of 255 = 68%

179
155
174

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

Portions of RGB colors in percentages

R + G + B =
179 + 155 + 174 = 508 (100%)
R 179 of 508 ~ 35.24%
G 155 of 508 ~ 30.51%
B 174 of 508 ~ 34.25%

%35.24
%30.51
%34.25

CMYK color model

#B39BAE color CMYK value is (0,13,3,30).

  • cyan value is 0.00%
  • magenta value is 13.41%
  • yellow value is 2.79%
  • key color value is 29.80%
CMYK:
(0,13,3,30)
C0M13Y3K30 
(0%,13%,3%,30%)
(0.00/0.13/0.03/0.30)	

CMYK percentages

%0
%13.41
%2.79
%29.8

Codes

Color #B39BAE in popluar color models

B39BAE
RGB179155174
HSL313°13.64%65.49%
HSB/HSV313°13.41%70.20%
CMYK0.00%13.41%2.79%
29.80%

Color #B39BAE in popluar number systems.

HEXB39BAE
Decimal179155174
Binary101100111001101110101110
Octal263233256

Shades and tints

Shades of #B39BAE

#B39BAE
(179,155,174)
#A38D9F
(163,141,159)
#937F90
(147,127,144)
#837181
(131,113,129)
#736372
(115,99,114)
#635563
(99,85,99)
#534754
(83,71,84)
#433945
(67,57,69)
#332B36
(51,43,54)
#231D27
(35,29,39)
#130F18
(19,15,24)
#000000
(0,0,0)

Tints of #B39BAE

#B39BAE
(179,155,174)
#B9A4B5
(185,164,181)
#BFADBC
(191,173,188)
#C5B6C3
(197,182,195)
#CBBFCA
(203,191,202)
#D1C8D1
(209,200,209)
#D7D1D8
(215,209,216)
#DDDADF
(221,218,223)
#E3E3E6
(227,227,230)
#E9ECED
(233,236,237)
#EFF5F4
(239,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B39BAE color. Also use rgb(179,155,174) instead hex code.

Text Font Color

.myTextColor { color: #B39BAE; }

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

This text font color is #B39BAE.


Background Color

.myBgColor { background-color: #B39BAE; }

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

This div background color is #B39BAE.


Border color

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

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

This div border color is #B39BAE.


Opacity

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

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

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

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

This text has shadow with #B39BAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B39BAE on black background.


Color preview on white background

This text has color #B39BAE on white background.



Black color preview on #B39BAE background

This text has black color on #B39BAE background.


White color preview on #B39BAE background

This text has white color on #B39BAE background.