COLOR #B17FAC

HEX: #B17FAC
RGB: (177,127,172)

Color info

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

RGB color model

#B17FAC color RGB value is (177,127,172).

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

RGB channels and saturation

R 177 of 255 = 69%
G 127 of 255 = 50%
B 172 of 255 = 67%

177
127
172

R + G + B ~ 62%. #B17FAC is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 127 + 172 = 476 (100%)
R 177 of 476 ~ 37.18%
G 127 of 476 ~ 26.68%
B 172 of 476 ~ 36.13%

%37.18
%26.68
%36.13

CMYK color model

#B17FAC color CMYK value is (0,28,3,31).

  • cyan value is 0.00%
  • magenta value is 28.25%
  • yellow value is 2.82%
  • key color value is 30.59%
CMYK:
(0,28,3,31)
C0M28Y3K31 
(0%,28%,3%,31%)
(0.00/0.28/0.03/0.31)	

CMYK percentages

%0
%28.25
%2.82
%30.59

Codes

Color #B17FAC in popluar color models

B17FAC
RGB177127172
HSL306°24.27%59.61%
HSB/HSV306°28.25%69.41%
CMYK0.00%28.25%2.82%
30.59%

Color #B17FAC in popluar number systems.

HEXB17FAC
Decimal177127172
Binary10110001111111110101100
Octal261177254

Shades and tints

Shades of #B17FAC

#B17FAC
(177,127,172)
#A1749D
(161,116,157)
#91698E
(145,105,142)
#815E7F
(129,94,127)
#715370
(113,83,112)
#614861
(97,72,97)
#513D52
(81,61,82)
#413243
(65,50,67)
#312734
(49,39,52)
#211C25
(33,28,37)
#111116
(17,17,22)
#000000
(0,0,0)

Tints of #B17FAC

#B17FAC
(177,127,172)
#B88AB3
(184,138,179)
#BF95BA
(191,149,186)
#C6A0C1
(198,160,193)
#CDABC8
(205,171,200)
#D4B6CF
(212,182,207)
#DBC1D6
(219,193,214)
#E2CCDD
(226,204,221)
#E9D7E4
(233,215,228)
#F0E2EB
(240,226,235)
#F7EDF2
(247,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B17FAC; }

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

This text font color is #B17FAC.


Background Color

.myBgColor { background-color: #B17FAC; }

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

This div background color is #B17FAC.


Border color

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

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

This div border color is #B17FAC.


Opacity

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

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

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

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

This text has shadow with #B17FAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B17FAC on black background.


Color preview on white background

This text has color #B17FAC on white background.



Black color preview on #B17FAC background

This text has black color on #B17FAC background.


White color preview on #B17FAC background

This text has white color on #B17FAC background.