COLOR #BB7FA6

HEX: #BB7FA6
RGB: (187,127,166)

Color info

#BB7FA6 contains mainly red and blue colors. Web safe color of #BB7FA6 is #CC6699 (or #C69).

RGB color model

#BB7FA6 color RGB value is (187,127,166).

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

RGB channels and saturation

R 187 of 255 = 73%
G 127 of 255 = 50%
B 166 of 255 = 65%

187
127
166

R + G + B ~ 63%. #BB7FA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 127 + 166 = 480 (100%)
R 187 of 480 ~ 38.96%
G 127 of 480 ~ 26.46%
B 166 of 480 ~ 34.58%

%38.96
%26.46
%34.58

CMYK color model

#BB7FA6 color CMYK value is (0,32,11,27).

  • cyan value is 0.00%
  • magenta value is 32.09%
  • yellow value is 11.23%
  • key color value is 26.67%
CMYK:
(0,32,11,27)
C0M32Y11K27 
(0%,32%,11%,27%)
(0.00/0.32/0.11/0.27)	

CMYK percentages

%0
%32.09
%11.23
%26.67

Codes

Color #BB7FA6 in popluar color models

BB7FA6
RGB187127166
HSL321°30.61%61.57%
HSB/HSV321°32.09%73.33%
CMYK0.00%32.09%11.23%
26.67%

Color #BB7FA6 in popluar number systems.

HEXBB7FA6
Decimal187127166
Binary10111011111111110100110
Octal273177246

Shades and tints

Shades of #BB7FA6

#BB7FA6
(187,127,166)
#AA7497
(170,116,151)
#996988
(153,105,136)
#885E79
(136,94,121)
#77536A
(119,83,106)
#66485B
(102,72,91)
#553D4C
(85,61,76)
#44323D
(68,50,61)
#33272E
(51,39,46)
#221C1F
(34,28,31)
#111110
(17,17,16)
#000000
(0,0,0)

Tints of #BB7FA6

#BB7FA6
(187,127,166)
#C18AAE
(193,138,174)
#C795B6
(199,149,182)
#CDA0BE
(205,160,190)
#D3ABC6
(211,171,198)
#D9B6CE
(217,182,206)
#DFC1D6
(223,193,214)
#E5CCDE
(229,204,222)
#EBD7E6
(235,215,230)
#F1E2EE
(241,226,238)
#F7EDF6
(247,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB7FA6; }

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

This text font color is #BB7FA6.


Background Color

.myBgColor { background-color: #BB7FA6; }

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

This div background color is #BB7FA6.


Border color

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

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

This div border color is #BB7FA6.


Opacity

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

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

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

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

This text has shadow with #BB7FA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB7FA6 on black background.


Color preview on white background

This text has color #BB7FA6 on white background.



Black color preview on #BB7FA6 background

This text has black color on #BB7FA6 background.


White color preview on #BB7FA6 background

This text has white color on #BB7FA6 background.