COLOR #BB7C9F

HEX: #BB7C9F
RGB: (187,124,159)

Color info

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

RGB color model

#BB7C9F color RGB value is (187,124,159).

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

RGB channels and saturation

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

187
124
159

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

Portions of RGB colors in percentages

R + G + B =
187 + 124 + 159 = 470 (100%)
R 187 of 470 ~ 39.79%
G 124 of 470 ~ 26.38%
B 159 of 470 ~ 33.83%

%39.79
%26.38
%33.83

CMYK color model

#BB7C9F color CMYK value is (0,34,15,27).

  • cyan value is 0.00%
  • magenta value is 33.69%
  • yellow value is 14.97%
  • key color value is 26.67%
CMYK:
(0,34,15,27)
C0M34Y15K27 
(0%,34%,15%,27%)
(0.00/0.34/0.15/0.27)	

CMYK percentages

%0
%33.69
%14.97
%26.67

Codes

Color #BB7C9F in popluar color models

BB7C9F
RGB187124159
HSL327°31.66%60.98%
HSB/HSV327°33.69%73.33%
CMYK0.00%33.69%14.97%
26.67%

Color #BB7C9F in popluar number systems.

HEXBB7C9F
Decimal187124159
Binary10111011111110010011111
Octal273174237

Shades and tints

Shades of #BB7C9F

#BB7C9F
(187,124,159)
#AA7191
(170,113,145)
#996683
(153,102,131)
#885B75
(136,91,117)
#775067
(119,80,103)
#664559
(102,69,89)
#553A4B
(85,58,75)
#442F3D
(68,47,61)
#33242F
(51,36,47)
#221921
(34,25,33)
#110E13
(17,14,19)
#000000
(0,0,0)

Tints of #BB7C9F

#BB7C9F
(187,124,159)
#C187A7
(193,135,167)
#C792AF
(199,146,175)
#CD9DB7
(205,157,183)
#D3A8BF
(211,168,191)
#D9B3C7
(217,179,199)
#DFBECF
(223,190,207)
#E5C9D7
(229,201,215)
#EBD4DF
(235,212,223)
#F1DFE7
(241,223,231)
#F7EAEF
(247,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB7C9F; }

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

This text font color is #BB7C9F.


Background Color

.myBgColor { background-color: #BB7C9F; }

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

This div background color is #BB7C9F.


Border color

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

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

This div border color is #BB7C9F.


Opacity

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

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

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

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

This text has shadow with #BB7C9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB7C9F on black background.


Color preview on white background

This text has color #BB7C9F on white background.



Black color preview on #BB7C9F background

This text has black color on #BB7C9F background.


White color preview on #BB7C9F background

This text has white color on #BB7C9F background.