COLOR #B16C9F

HEX: #B16C9F
RGB: (177,108,159)

Color info

#B16C9F contains mainly red and blue colors. Web safe color of #B16C9F is #996699 (or #969).

RGB color model

#B16C9F color RGB value is (177,108,159).

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

RGB channels and saturation

R 177 of 255 = 69%
G 108 of 255 = 42%
B 159 of 255 = 62%

177
108
159

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

Portions of RGB colors in percentages

R + G + B =
177 + 108 + 159 = 444 (100%)
R 177 of 444 ~ 39.86%
G 108 of 444 ~ 24.32%
B 159 of 444 ~ 35.81%

%39.86
%24.32
%35.81

CMYK color model

#B16C9F color CMYK value is (0,39,10,31).

  • cyan value is 0.00%
  • magenta value is 38.98%
  • yellow value is 10.17%
  • key color value is 30.59%
CMYK:
(0,39,10,31)
C0M39Y10K31 
(0%,39%,10%,31%)
(0.00/0.39/0.10/0.31)	

CMYK percentages

%0
%38.98
%10.17
%30.59

Codes

Color #B16C9F in popluar color models

B16C9F
RGB177108159
HSL316°30.67%55.88%
HSB/HSV316°38.98%69.41%
CMYK0.00%38.98%10.17%
30.59%

Color #B16C9F in popluar number systems.

HEXB16C9F
Decimal177108159
Binary10110001110110010011111
Octal261154237

Shades and tints

Shades of #B16C9F

#B16C9F
(177,108,159)
#A16391
(161,99,145)
#915A83
(145,90,131)
#815175
(129,81,117)
#714867
(113,72,103)
#613F59
(97,63,89)
#51364B
(81,54,75)
#412D3D
(65,45,61)
#31242F
(49,36,47)
#211B21
(33,27,33)
#111213
(17,18,19)
#000000
(0,0,0)

Tints of #B16C9F

#B16C9F
(177,108,159)
#B879A7
(184,121,167)
#BF86AF
(191,134,175)
#C693B7
(198,147,183)
#CDA0BF
(205,160,191)
#D4ADC7
(212,173,199)
#DBBACF
(219,186,207)
#E2C7D7
(226,199,215)
#E9D4DF
(233,212,223)
#F0E1E7
(240,225,231)
#F7EEEF
(247,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B16C9F; }

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

This text font color is #B16C9F.


Background Color

.myBgColor { background-color: #B16C9F; }

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

This div background color is #B16C9F.


Border color

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

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

This div border color is #B16C9F.


Opacity

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

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

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

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

This text has shadow with #B16C9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B16C9F on black background.


Color preview on white background

This text has color #B16C9F on white background.



Black color preview on #B16C9F background

This text has black color on #B16C9F background.


White color preview on #B16C9F background

This text has white color on #B16C9F background.