COLOR #B17F9D

HEX: #B17F9D
RGB: (177,127,157)

Color info

#B17F9D contains red, green and blue colors in about the same proportion. Web safe color of #B17F9D is #996699 (or #969).

RGB color model

#B17F9D color RGB value is (177,127,157).

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

RGB channels and saturation

R 177 of 255 = 69%
G 127 of 255 = 50%
B 157 of 255 = 62%

177
127
157

R + G + B ~ 60%. #B17F9D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
177 + 127 + 157 = 461 (100%)
R 177 of 461 ~ 38.39%
G 127 of 461 ~ 27.55%
B 157 of 461 ~ 34.06%

%38.39
%27.55
%34.06

CMYK color model

#B17F9D color CMYK value is (0,28,11,31).

  • cyan value is 0.00%
  • magenta value is 28.25%
  • yellow value is 11.30%
  • key color value is 30.59%
CMYK:
(0,28,11,31)
C0M28Y11K31 
(0%,28%,11%,31%)
(0.00/0.28/0.11/0.31)	

CMYK percentages

%0
%28.25
%11.3
%30.59

Codes

Color #B17F9D in popluar color models

B17F9D
RGB177127157
HSL324°24.27%59.61%
HSB/HSV324°28.25%69.41%
CMYK0.00%28.25%11.30%
30.59%

Color #B17F9D in popluar number systems.

HEXB17F9D
Decimal177127157
Binary10110001111111110011101
Octal261177235

Shades and tints

Shades of #B17F9D

#B17F9D
(177,127,157)
#A1748F
(161,116,143)
#916981
(145,105,129)
#815E73
(129,94,115)
#715365
(113,83,101)
#614857
(97,72,87)
#513D49
(81,61,73)
#41323B
(65,50,59)
#31272D
(49,39,45)
#211C1F
(33,28,31)
#111111
(17,17,17)
#000000
(0,0,0)

Tints of #B17F9D

#B17F9D
(177,127,157)
#B88AA5
(184,138,165)
#BF95AD
(191,149,173)
#C6A0B5
(198,160,181)
#CDABBD
(205,171,189)
#D4B6C5
(212,182,197)
#DBC1CD
(219,193,205)
#E2CCD5
(226,204,213)
#E9D7DD
(233,215,221)
#F0E2E5
(240,226,229)
#F7EDED
(247,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B17F9D; }

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

This text font color is #B17F9D.


Background Color

.myBgColor { background-color: #B17F9D; }

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

This div background color is #B17F9D.


Border color

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

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

This div border color is #B17F9D.


Opacity

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

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

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

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

This text has shadow with #B17F9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B17F9D on black background.


Color preview on white background

This text has color #B17F9D on white background.



Black color preview on #B17F9D background

This text has black color on #B17F9D background.


White color preview on #B17F9D background

This text has white color on #B17F9D background.