COLOR #B39AA3

HEX: #B39AA3
RGB: (179,154,163)

Color info

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

RGB color model

#B39AA3 color RGB value is (179,154,163).

  • red value is 179;
  • green value is 154;
  • blue value is 163.
RGB:
(179,154,163)
(70%,60%,64%)

RGB channels and saturation

R 179 of 255 = 70%
G 154 of 255 = 60%
B 163 of 255 = 64%

179
154
163

R + G + B ~ 65%. #B39AA3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 154 + 163 = 496 (100%)
R 179 of 496 ~ 36.09%
G 154 of 496 ~ 31.05%
B 163 of 496 ~ 32.86%

%36.09
%31.05
%32.86

CMYK color model

#B39AA3 color CMYK value is (0,14,9,30).

  • cyan value is 0.00%
  • magenta value is 13.97%
  • yellow value is 8.94%
  • key color value is 29.80%
CMYK:
(0,14,9,30)
C0M14Y9K30 
(0%,14%,9%,30%)
(0.00/0.14/0.09/0.30)	

CMYK percentages

%0
%13.97
%8.94
%29.8

Codes

Color #B39AA3 in popluar color models

B39AA3
RGB179154163
HSL338°14.12%65.29%
HSB/HSV338°13.97%70.20%
CMYK0.00%13.97%8.94%
29.80%

Color #B39AA3 in popluar number systems.

HEXB39AA3
Decimal179154163
Binary101100111001101010100011
Octal263232243

Shades and tints

Shades of #B39AA3

#B39AA3
(179,154,163)
#A38C95
(163,140,149)
#937E87
(147,126,135)
#837079
(131,112,121)
#73626B
(115,98,107)
#63545D
(99,84,93)
#53464F
(83,70,79)
#433841
(67,56,65)
#332A33
(51,42,51)
#231C25
(35,28,37)
#130E17
(19,14,23)
#000000
(0,0,0)

Tints of #B39AA3

#B39AA3
(179,154,163)
#B9A3AB
(185,163,171)
#BFACB3
(191,172,179)
#C5B5BB
(197,181,187)
#CBBEC3
(203,190,195)
#D1C7CB
(209,199,203)
#D7D0D3
(215,208,211)
#DDD9DB
(221,217,219)
#E3E2E3
(227,226,227)
#E9EBEB
(233,235,235)
#EFF4F3
(239,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B39AA3 color. Also use rgb(179,154,163) instead hex code.

Text Font Color

.myTextColor { color: #B39AA3; }

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

This text font color is #B39AA3.


Background Color

.myBgColor { background-color: #B39AA3; }

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

This div background color is #B39AA3.


Border color

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

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

This div border color is #B39AA3.


Opacity

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

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

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

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

This text has shadow with #B39AA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B39AA3 on black background.


Color preview on white background

This text has color #B39AA3 on white background.



Black color preview on #B39AA3 background

This text has black color on #B39AA3 background.


White color preview on #B39AA3 background

This text has white color on #B39AA3 background.