COLOR #B17BA9

HEX: #B17BA9
RGB: (177,123,169)

Color info

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

RGB color model

#B17BA9 color RGB value is (177,123,169).

  • red value is 177;
  • green value is 123;
  • blue value is 169.
RGB:
(177,123,169)
(69%,48%,66%)

RGB channels and saturation

R 177 of 255 = 69%
G 123 of 255 = 48%
B 169 of 255 = 66%

177
123
169

R + G + B ~ 61%. #B17BA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 123 + 169 = 469 (100%)
R 177 of 469 ~ 37.74%
G 123 of 469 ~ 26.23%
B 169 of 469 ~ 36.03%

%37.74
%26.23
%36.03

CMYK color model

#B17BA9 color CMYK value is (0,31,5,31).

  • cyan value is 0.00%
  • magenta value is 30.51%
  • yellow value is 4.52%
  • key color value is 30.59%
CMYK:
(0,31,5,31)
C0M31Y5K31 
(0%,31%,5%,31%)
(0.00/0.31/0.05/0.31)	

CMYK percentages

%0
%30.51
%4.52
%30.59

Codes

Color #B17BA9 in popluar color models

B17BA9
RGB177123169
HSL309°25.71%58.82%
HSB/HSV309°30.51%69.41%
CMYK0.00%30.51%4.52%
30.59%

Color #B17BA9 in popluar number systems.

HEXB17BA9
Decimal177123169
Binary10110001111101110101001
Octal261173251

Shades and tints

Shades of #B17BA9

#B17BA9
(177,123,169)
#A1709A
(161,112,154)
#91658B
(145,101,139)
#815A7C
(129,90,124)
#714F6D
(113,79,109)
#61445E
(97,68,94)
#51394F
(81,57,79)
#412E40
(65,46,64)
#312331
(49,35,49)
#211822
(33,24,34)
#110D13
(17,13,19)
#000000
(0,0,0)

Tints of #B17BA9

#B17BA9
(177,123,169)
#B887B0
(184,135,176)
#BF93B7
(191,147,183)
#C69FBE
(198,159,190)
#CDABC5
(205,171,197)
#D4B7CC
(212,183,204)
#DBC3D3
(219,195,211)
#E2CFDA
(226,207,218)
#E9DBE1
(233,219,225)
#F0E7E8
(240,231,232)
#F7F3EF
(247,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B17BA9 color. Also use rgb(177,123,169) instead hex code.

Text Font Color

.myTextColor { color: #B17BA9; }

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

This text font color is #B17BA9.


Background Color

.myBgColor { background-color: #B17BA9; }

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

This div background color is #B17BA9.


Border color

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

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

This div border color is #B17BA9.


Opacity

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

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

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

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

This text has shadow with #B17BA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B17BA9 on black background.


Color preview on white background

This text has color #B17BA9 on white background.



Black color preview on #B17BA9 background

This text has black color on #B17BA9 background.


White color preview on #B17BA9 background

This text has white color on #B17BA9 background.