COLOR #B39AB0

HEX: #B39AB0 RGB: (179,154,176)

Color info

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

RGB color model

#B39AB0 color RGB value is (179,154,176).

RGB: (179,154,176) (70%, 60%, 69%)

RGB channels and saturation

R 179 of 255 = 70%
G 154 of 255 = 60%
B 176 of 255 = 69%

179
154
176

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

Portions of RGB colors in percentages

R + G + B = 179 + 154 + 176 = 509 (100%)
R 179 of 509 ~ 35.17%
G 154 of 509 ~ 30.26%
B 176 of 509 ~ 34.58'%

%35.17
%30.26
%34.58

CMYK color model

#B39AB0 color CMYK value is (0,14,2,30).

  • cyan value is 0.00%
  • magenta value is 13.97%
  • yellow value is 1.68%
  • key color value is 29.80%

CMYK: (0,14,2,30)
C0M14Y2K30 (0%, 14%, 2%, 30%)
(0.00 / 0.14 / 0.02 / 0.30)

CMYK percentages

%0
%13.97
%1.68
%29.8

Codes

Color #B39AB0 in popluar color models

B3 9A B0
RGB 179 154 176
HSL 307° 14.12% 65.29%
HSB/HSV 307° 13.97% 70.20%
CMYK 0.00% 13.97% 1.68%
29.80%

Color #B39AB0 in popluar number systems.

HEX B3 9A B0
Decimal 179 154 176
Binary 10110011 10011010 10110000
Octal 263 232 260

Shades and tints

Shades of #B39AB0

#B39AB0
(179,154,176)
#A38CA0
(163,140,160)
#937E90
(147,126,144)
#837080
(131,112,128)
#736270
(115,98,112)
#635460
(99,84,96)
#534650
(83,70,80)
#433840
(67,56,64)
#332A30
(51,42,48)
#231C20
(35,28,32)
#130E10
(19,14,16)
#000000
(0,0,0)

Tints of #B39AB0

#B39AB0
(179,154,176)
#B9A3B7
(185,163,183)
#BFACBE
(191,172,190)
#C5B5C5
(197,181,197)
#CBBECC
(203,190,204)
#D1C7D3
(209,199,211)
#D7D0DA
(215,208,218)
#DDD9E1
(221,217,225)
#E3E2E8
(227,226,232)
#E9EBEF
(233,235,239)
#EFF4F6
(239,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B39AB0; }

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

This text font color is #B39AB0.

Background Color

.myBgColor { background-color: #B39AB0; }

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

This div background color is #B39AB0.

Border color

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

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

This div border color is #B39AB0.

Opacity

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

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

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

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

This text has shadow with #B39AB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B39AB0.

Preview

Color preview on black background

This text has color #B39AB0 on black background.


Color preview on white background

This text has color #B39AB0 on white background.


Black color preview on #B39AB0 background

This text has black color on #B39AB0 background.


White color preview on #B39AB0 background

This text has white color on #B39AB0 background.


Related colors

Complementary color

Complementary color for #hex is #4C654F.


I love getcolorcode.com

Triadic colors

1 #B0B39A and #9AB0B3 with #B39AB0 are triadic colors.

2 #B09AB3 and #9AB3B0 with #B39AB0 are triadic colors.