COLOR #B17FB7

HEX: #B17FB7
RGB: (177,127,183)

Color info

#B17FB7 contains red, green and blue colors in about the same proportion. Web safe color of #B17FB7 is #9966CC (or #96C).

RGB color model

#B17FB7 color RGB value is (177,127,183).

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

RGB channels and saturation

R 177 of 255 = 69%
G 127 of 255 = 50%
B 183 of 255 = 72%

177
127
183

R + G + B ~ 64%. #B17FB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 127 + 183 = 487 (100%)
R 177 of 487 ~ 36.34%
G 127 of 487 ~ 26.08%
B 183 of 487 ~ 37.58%

%36.34
%26.08
%37.58

CMYK color model

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

  • cyan value is 3.28%
  • magenta value is 30.60%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(3,31,0,28)
C3M31Y0K28 
(3%,31%,0%,28%)
(0.03/0.31/0.00/0.28)	

CMYK percentages

%3.28
%30.6
%0
%28.24

Codes

Color #B17FB7 in popluar color models

B17FB7
RGB177127183
HSL294°28.00%60.78%
HSB/HSV294°30.60%71.76%
CMYK3.28%30.60%0.00%
28.24%

Color #B17FB7 in popluar number systems.

HEXB17FB7
Decimal177127183
Binary10110001111111110110111
Octal261177267

Shades and tints

Shades of #B17FB7

#B17FB7
(177,127,183)
#A174A7
(161,116,167)
#916997
(145,105,151)
#815E87
(129,94,135)
#715377
(113,83,119)
#614867
(97,72,103)
#513D57
(81,61,87)
#413247
(65,50,71)
#312737
(49,39,55)
#211C27
(33,28,39)
#111117
(17,17,23)
#000000
(0,0,0)

Tints of #B17FB7

#B17FB7
(177,127,183)
#B88ABD
(184,138,189)
#BF95C3
(191,149,195)
#C6A0C9
(198,160,201)
#CDABCF
(205,171,207)
#D4B6D5
(212,182,213)
#DBC1DB
(219,193,219)
#E2CCE1
(226,204,225)
#E9D7E7
(233,215,231)
#F0E2ED
(240,226,237)
#F7EDF3
(247,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B17FB7; }

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

This text font color is #B17FB7.


Background Color

.myBgColor { background-color: #B17FB7; }

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

This div background color is #B17FB7.


Border color

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

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

This div border color is #B17FB7.


Opacity

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

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

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

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

This text has shadow with #B17FB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B17FB7 on black background.


Color preview on white background

This text has color #B17FB7 on white background.



Black color preview on #B17FB7 background

This text has black color on #B17FB7 background.


White color preview on #B17FB7 background

This text has white color on #B17FB7 background.