COLOR #B17BA4

HEX: #B17BA4
RGB: (177,123,164)

Color info

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

RGB color model

#B17BA4 color RGB value is (177,123,164).

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

RGB channels and saturation

R 177 of 255 = 69%
G 123 of 255 = 48%
B 164 of 255 = 64%

177
123
164

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

Portions of RGB colors in percentages

R + G + B =
177 + 123 + 164 = 464 (100%)
R 177 of 464 ~ 38.15%
G 123 of 464 ~ 26.51%
B 164 of 464 ~ 35.34%

%38.15
%26.51
%35.34

CMYK color model

#B17BA4 color CMYK value is (0,31,7,31).

  • cyan value is 0.00%
  • magenta value is 30.51%
  • yellow value is 7.34%
  • key color value is 30.59%
CMYK:
(0,31,7,31)
C0M31Y7K31 
(0%,31%,7%,31%)
(0.00/0.31/0.07/0.31)	

CMYK percentages

%0
%30.51
%7.34
%30.59

Codes

Color #B17BA4 in popluar color models

B17BA4
RGB177123164
HSL314°25.71%58.82%
HSB/HSV314°30.51%69.41%
CMYK0.00%30.51%7.34%
30.59%

Color #B17BA4 in popluar number systems.

HEXB17BA4
Decimal177123164
Binary10110001111101110100100
Octal261173244

Shades and tints

Shades of #B17BA4

#B17BA4
(177,123,164)
#A17096
(161,112,150)
#916588
(145,101,136)
#815A7A
(129,90,122)
#714F6C
(113,79,108)
#61445E
(97,68,94)
#513950
(81,57,80)
#412E42
(65,46,66)
#312334
(49,35,52)
#211826
(33,24,38)
#110D18
(17,13,24)
#000000
(0,0,0)

Tints of #B17BA4

#B17BA4
(177,123,164)
#B887AC
(184,135,172)
#BF93B4
(191,147,180)
#C69FBC
(198,159,188)
#CDABC4
(205,171,196)
#D4B7CC
(212,183,204)
#DBC3D4
(219,195,212)
#E2CFDC
(226,207,220)
#E9DBE4
(233,219,228)
#F0E7EC
(240,231,236)
#F7F3F4
(247,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B17BA4; }

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

This text font color is #B17BA4.


Background Color

.myBgColor { background-color: #B17BA4; }

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

This div background color is #B17BA4.


Border color

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

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

This div border color is #B17BA4.


Opacity

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

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

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

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

This text has shadow with #B17BA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B17BA4 on black background.


Color preview on white background

This text has color #B17BA4 on white background.



Black color preview on #B17BA4 background

This text has black color on #B17BA4 background.


White color preview on #B17BA4 background

This text has white color on #B17BA4 background.