COLOR #B38D9F

HEX: #B38D9F
RGB: (179,141,159)

Color info

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

RGB color model

#B38D9F color RGB value is (179,141,159).

  • red value is 179;
  • green value is 141;
  • blue value is 159.
RGB:
(179,141,159)
(70%,55%,62%)

RGB channels and saturation

R 179 of 255 = 70%
G 141 of 255 = 55%
B 159 of 255 = 62%

179
141
159

R + G + B ~ 62%. #B38D9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 141 + 159 = 479 (100%)
R 179 of 479 ~ 37.37%
G 141 of 479 ~ 29.44%
B 159 of 479 ~ 33.19%

%37.37
%29.44
%33.19

CMYK color model

#B38D9F color CMYK value is (0,21,11,30).

  • cyan value is 0.00%
  • magenta value is 21.23%
  • yellow value is 11.17%
  • key color value is 29.80%
CMYK:
(0,21,11,30)
C0M21Y11K30 
(0%,21%,11%,30%)
(0.00/0.21/0.11/0.30)	

CMYK percentages

%0
%21.23
%11.17
%29.8

Codes

Color #B38D9F in popluar color models

B38D9F
RGB179141159
HSL332°20.00%62.75%
HSB/HSV332°21.23%70.20%
CMYK0.00%21.23%11.17%
29.80%

Color #B38D9F in popluar number systems.

HEXB38D9F
Decimal179141159
Binary101100111000110110011111
Octal263215237

Shades and tints

Shades of #B38D9F

#B38D9F
(179,141,159)
#A38191
(163,129,145)
#937583
(147,117,131)
#836975
(131,105,117)
#735D67
(115,93,103)
#635159
(99,81,89)
#53454B
(83,69,75)
#43393D
(67,57,61)
#332D2F
(51,45,47)
#232121
(35,33,33)
#131513
(19,21,19)
#000000
(0,0,0)

Tints of #B38D9F

#B38D9F
(179,141,159)
#B997A7
(185,151,167)
#BFA1AF
(191,161,175)
#C5ABB7
(197,171,183)
#CBB5BF
(203,181,191)
#D1BFC7
(209,191,199)
#D7C9CF
(215,201,207)
#DDD3D7
(221,211,215)
#E3DDDF
(227,221,223)
#E9E7E7
(233,231,231)
#EFF1EF
(239,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B38D9F color. Also use rgb(179,141,159) instead hex code.

Text Font Color

.myTextColor { color: #B38D9F; }

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

This text font color is #B38D9F.


Background Color

.myBgColor { background-color: #B38D9F; }

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

This div background color is #B38D9F.


Border color

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

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

This div border color is #B38D9F.


Opacity

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

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

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

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

This text has shadow with #B38D9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B38D9F on black background.


Color preview on white background

This text has color #B38D9F on white background.



Black color preview on #B38D9F background

This text has black color on #B38D9F background.


White color preview on #B38D9F background

This text has white color on #B38D9F background.