COLOR #B07FBB

HEX: #B07FBB
RGB: (176,127,187)

Color info

#B07FBB contains mainly red and blue colors. Web safe color of #B07FBB is #9966CC (or #96C).

RGB color model

#B07FBB color RGB value is (176,127,187).

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

RGB channels and saturation

R 176 of 255 = 69%
G 127 of 255 = 50%
B 187 of 255 = 73%

176
127
187

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

Portions of RGB colors in percentages

R + G + B =
176 + 127 + 187 = 490 (100%)
R 176 of 490 ~ 35.92%
G 127 of 490 ~ 25.92%
B 187 of 490 ~ 38.16%

%35.92
%25.92
%38.16

CMYK color model

#B07FBB color CMYK value is (6,32,0,27).

  • cyan value is 5.88%
  • magenta value is 32.09%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(6,32,0,27)
C6M32Y0K27 
(6%,32%,0%,27%)
(0.06/0.32/0.00/0.27)	

CMYK percentages

%5.88
%32.09
%0
%26.67

Codes

Color #B07FBB in popluar color models

B07FBB
RGB176127187
HSL289°30.61%61.57%
HSB/HSV289°32.09%73.33%
CMYK5.88%32.09%0.00%
26.67%

Color #B07FBB in popluar number systems.

HEXB07FBB
Decimal176127187
Binary10110000111111110111011
Octal260177273

Shades and tints

Shades of #B07FBB

#B07FBB
(176,127,187)
#A074AA
(160,116,170)
#906999
(144,105,153)
#805E88
(128,94,136)
#705377
(112,83,119)
#604866
(96,72,102)
#503D55
(80,61,85)
#403244
(64,50,68)
#302733
(48,39,51)
#201C22
(32,28,34)
#101111
(16,17,17)
#000000
(0,0,0)

Tints of #B07FBB

#B07FBB
(176,127,187)
#B78AC1
(183,138,193)
#BE95C7
(190,149,199)
#C5A0CD
(197,160,205)
#CCABD3
(204,171,211)
#D3B6D9
(211,182,217)
#DAC1DF
(218,193,223)
#E1CCE5
(225,204,229)
#E8D7EB
(232,215,235)
#EFE2F1
(239,226,241)
#F6EDF7
(246,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B07FBB; }

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

This text font color is #B07FBB.


Background Color

.myBgColor { background-color: #B07FBB; }

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

This div background color is #B07FBB.


Border color

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

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

This div border color is #B07FBB.


Opacity

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

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

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

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

This text has shadow with #B07FBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B07FBB on black background.


Color preview on white background

This text has color #B07FBB on white background.



Black color preview on #B07FBB background

This text has black color on #B07FBB background.


White color preview on #B07FBB background

This text has white color on #B07FBB background.