COLOR #BB7E9F

HEX: #BB7E9F
RGB: (187,126,159)

Color info

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

RGB color model

#BB7E9F color RGB value is (187,126,159).

  • red value is 187;
  • green value is 126;
  • blue value is 159.
RGB:
(187,126,159)
(73%,49%,62%)

RGB channels and saturation

R 187 of 255 = 73%
G 126 of 255 = 49%
B 159 of 255 = 62%

187
126
159

R + G + B ~ 61%. #BB7E9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 126 + 159 = 472 (100%)
R 187 of 472 ~ 39.62%
G 126 of 472 ~ 26.69%
B 159 of 472 ~ 33.69%

%39.62
%26.69
%33.69

CMYK color model

#BB7E9F color CMYK value is (0,33,15,27).

  • cyan value is 0.00%
  • magenta value is 32.62%
  • yellow value is 14.97%
  • key color value is 26.67%
CMYK:
(0,33,15,27)
C0M33Y15K27 
(0%,33%,15%,27%)
(0.00/0.33/0.15/0.27)	

CMYK percentages

%0
%32.62
%14.97
%26.67

Codes

Color #BB7E9F in popluar color models

BB7E9F
RGB187126159
HSL328°30.96%61.37%
HSB/HSV328°32.62%73.33%
CMYK0.00%32.62%14.97%
26.67%

Color #BB7E9F in popluar number systems.

HEXBB7E9F
Decimal187126159
Binary10111011111111010011111
Octal273176237

Shades and tints

Shades of #BB7E9F

#BB7E9F
(187,126,159)
#AA7391
(170,115,145)
#996883
(153,104,131)
#885D75
(136,93,117)
#775267
(119,82,103)
#664759
(102,71,89)
#553C4B
(85,60,75)
#44313D
(68,49,61)
#33262F
(51,38,47)
#221B21
(34,27,33)
#111013
(17,16,19)
#000000
(0,0,0)

Tints of #BB7E9F

#BB7E9F
(187,126,159)
#C189A7
(193,137,167)
#C794AF
(199,148,175)
#CD9FB7
(205,159,183)
#D3AABF
(211,170,191)
#D9B5C7
(217,181,199)
#DFC0CF
(223,192,207)
#E5CBD7
(229,203,215)
#EBD6DF
(235,214,223)
#F1E1E7
(241,225,231)
#F7ECEF
(247,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB7E9F color. Also use rgb(187,126,159) instead hex code.

Text Font Color

.myTextColor { color: #BB7E9F; }

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

This text font color is #BB7E9F.


Background Color

.myBgColor { background-color: #BB7E9F; }

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

This div background color is #BB7E9F.


Border color

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

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

This div border color is #BB7E9F.


Opacity

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

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

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

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

This text has shadow with #BB7E9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB7E9F on black background.


Color preview on white background

This text has color #BB7E9F on white background.



Black color preview on #BB7E9F background

This text has black color on #BB7E9F background.


White color preview on #BB7E9F background

This text has white color on #BB7E9F background.