COLOR #B38FA9

HEX: #B38FA9 RGB: (179,143,169)

Color info

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

RGB color model

#B38FA9 color RGB value is (179,143,169).

RGB: (179,143,169) (70%, 56%, 66%)

RGB channels and saturation

R 179 of 255 = 70%
G 143 of 255 = 56%
B 169 of 255 = 66%

179
143
169

R + G + B ~ 64%. #B38FA9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 143 + 169 = 491 (100%)
R 179 of 491 ~ 36.46%
G 143 of 491 ~ 29.12%
B 169 of 491 ~ 34.42'%

%36.46
%29.12
%34.42

CMYK color model

#B38FA9 color CMYK value is (0,20,6,30).

  • cyan value is 0.00%
  • magenta value is 20.11%
  • yellow value is 5.59%
  • key color value is 29.80%

CMYK: (0,20,6,30)
C0M20Y6K30 (0%, 20%, 6%, 30%)
(0.00 / 0.20 / 0.06 / 0.30)

CMYK percentages

%0
%20.11
%5.59
%29.8

Codes

Color #B38FA9 in popluar color models

B3 8F A9
RGB 179 143 169
HSL 317° 19.15% 63.14%
HSB/HSV 317° 20.11% 70.20%
CMYK 0.00% 20.11% 5.59%
29.80%

Color #B38FA9 in popluar number systems.

HEX B3 8F A9
Decimal 179 143 169
Binary 10110011 10001111 10101001
Octal 263 217 251

Shades and tints

Shades of #B38FA9

#B38FA9
(179,143,169)
#A3829A
(163,130,154)
#93758B
(147,117,139)
#83687C
(131,104,124)
#735B6D
(115,91,109)
#634E5E
(99,78,94)
#53414F
(83,65,79)
#433440
(67,52,64)
#332731
(51,39,49)
#231A22
(35,26,34)
#130D13
(19,13,19)
#000000
(0,0,0)

Tints of #B38FA9

#B38FA9
(179,143,169)
#B999B0
(185,153,176)
#BFA3B7
(191,163,183)
#C5ADBE
(197,173,190)
#CBB7C5
(203,183,197)
#D1C1CC
(209,193,204)
#D7CBD3
(215,203,211)
#DDD5DA
(221,213,218)
#E3DFE1
(227,223,225)
#E9E9E8
(233,233,232)
#EFF3EF
(239,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B38FA9 color. Also use rgb(179,143,169) instead hex code.

Text Font Color

.myTextColor { color: #B38FA9; }

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

This text font color is #B38FA9.

Background Color

.myBgColor { background-color: #B38FA9; }

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

This div background color is #B38FA9.

Border color

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

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

This div border color is #B38FA9.

Opacity

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

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

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

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

This text has shadow with #B38FA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B38FA9.

Preview

Color preview on black background

This text has color #B38FA9 on black background.


Color preview on white background

This text has color #B38FA9 on white background.


Black color preview on #B38FA9 background

This text has black color on #B38FA9 background.


White color preview on #B38FA9 background

This text has white color on #B38FA9 background.


Related colors

Complementary color

Complementary color for #hex is #4C7056.


I love getcolorcode.com

Triadic colors

1 #A9B38F and #8FA9B3 with #B38FA9 are triadic colors.

2 #A98FB3 and #8FB3A9 with #B38FA9 are triadic colors.