COLOR #B19D9F

HEX: #B19D9F
RGB: (177,157,159)

Color info

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

RGB color model

#B19D9F color RGB value is (177,157,159).

  • red value is 177;
  • green value is 157;
  • blue value is 159.
RGB:
(177,157,159)
(69%,62%,62%)

RGB channels and saturation

R 177 of 255 = 69%
G 157 of 255 = 62%
B 159 of 255 = 62%

177
157
159

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

Portions of RGB colors in percentages

R + G + B =
177 + 157 + 159 = 493 (100%)
R 177 of 493 ~ 35.9%
G 157 of 493 ~ 31.85%
B 159 of 493 ~ 32.25%

%35.9
%31.85
%32.25

CMYK color model

#B19D9F color CMYK value is (0,11,10,31).

  • cyan value is 0.00%
  • magenta value is 11.30%
  • yellow value is 10.17%
  • key color value is 30.59%
CMYK:
(0,11,10,31)
C0M11Y10K31 
(0%,11%,10%,31%)
(0.00/0.11/0.10/0.31)	

CMYK percentages

%0
%11.3
%10.17
%30.59

Codes

Color #B19D9F in popluar color models

B19D9F
RGB177157159
HSL354°11.36%65.49%
HSB/HSV354°11.30%69.41%
CMYK0.00%11.30%10.17%
30.59%

Color #B19D9F in popluar number systems.

HEXB19D9F
Decimal177157159
Binary101100011001110110011111
Octal261235237

Shades and tints

Shades of #B19D9F

#B19D9F
(177,157,159)
#A18F91
(161,143,145)
#918183
(145,129,131)
#817375
(129,115,117)
#716567
(113,101,103)
#615759
(97,87,89)
#51494B
(81,73,75)
#413B3D
(65,59,61)
#312D2F
(49,45,47)
#211F21
(33,31,33)
#111113
(17,17,19)
#000000
(0,0,0)

Tints of #B19D9F

#B19D9F
(177,157,159)
#B8A5A7
(184,165,167)
#BFADAF
(191,173,175)
#C6B5B7
(198,181,183)
#CDBDBF
(205,189,191)
#D4C5C7
(212,197,199)
#DBCDCF
(219,205,207)
#E2D5D7
(226,213,215)
#E9DDDF
(233,221,223)
#F0E5E7
(240,229,231)
#F7EDEF
(247,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B19D9F color. Also use rgb(177,157,159) instead hex code.

Text Font Color

.myTextColor { color: #B19D9F; }

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

This text font color is #B19D9F.


Background Color

.myBgColor { background-color: #B19D9F; }

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

This div background color is #B19D9F.


Border color

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

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

This div border color is #B19D9F.


Opacity

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

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

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

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

This text has shadow with #B19D9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B19D9F on black background.


Color preview on white background

This text has color #B19D9F on white background.



Black color preview on #B19D9F background

This text has black color on #B19D9F background.


White color preview on #B19D9F background

This text has white color on #B19D9F background.