COLOR #B97FBB

HEX: #B97FBB
RGB: (185,127,187)

Color info

#B97FBB contains mainly red and blue colors. Web safe color of #B97FBB is #CC66CC (or #C6C).

RGB color model

#B97FBB color RGB value is (185,127,187).

  • red value is 185;
  • green value is 127;
  • blue value is 187.
RGB:
(185,127,187)
(73%,50%,73%)

RGB channels and saturation

R 185 of 255 = 73%
G 127 of 255 = 50%
B 187 of 255 = 73%

185
127
187

R + G + B ~ 65%. #B97FBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 127 + 187 = 499 (100%)
R 185 of 499 ~ 37.07%
G 127 of 499 ~ 25.45%
B 187 of 499 ~ 37.47%

%37.07
%25.45
%37.47

CMYK color model

#B97FBB color CMYK value is (1,32,0,27).

  • cyan value is 1.07%
  • magenta value is 32.09%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(1,32,0,27)
C1M32Y0K27 
(1%,32%,0%,27%)
(0.01/0.32/0.00/0.27)	

CMYK percentages

%1.07
%32.09
%0
%26.67

Codes

Color #B97FBB in popluar color models

B97FBB
RGB185127187
HSL298°30.61%61.57%
HSB/HSV298°32.09%73.33%
CMYK1.07%32.09%0.00%
26.67%

Color #B97FBB in popluar number systems.

HEXB97FBB
Decimal185127187
Binary10111001111111110111011
Octal271177273

Shades and tints

Shades of #B97FBB

#B97FBB
(185,127,187)
#A974AA
(169,116,170)
#996999
(153,105,153)
#895E88
(137,94,136)
#795377
(121,83,119)
#694866
(105,72,102)
#593D55
(89,61,85)
#493244
(73,50,68)
#392733
(57,39,51)
#291C22
(41,28,34)
#191111
(25,17,17)
#000000
(0,0,0)

Tints of #B97FBB

#B97FBB
(185,127,187)
#BF8AC1
(191,138,193)
#C595C7
(197,149,199)
#CBA0CD
(203,160,205)
#D1ABD3
(209,171,211)
#D7B6D9
(215,182,217)
#DDC1DF
(221,193,223)
#E3CCE5
(227,204,229)
#E9D7EB
(233,215,235)
#EFE2F1
(239,226,241)
#F5EDF7
(245,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B97FBB color. Also use rgb(185,127,187) instead hex code.

Text Font Color

.myTextColor { color: #B97FBB; }

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

This text font color is #B97FBB.


Background Color

.myBgColor { background-color: #B97FBB; }

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

This div background color is #B97FBB.


Border color

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

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

This div border color is #B97FBB.


Opacity

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

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

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

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

This text has shadow with #B97FBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B97FBB on black background.


Color preview on white background

This text has color #B97FBB on white background.



Black color preview on #B97FBB background

This text has black color on #B97FBB background.


White color preview on #B97FBB background

This text has white color on #B97FBB background.