COLOR #BB7B98

HEX: #BB7B98
RGB: (187,123,152)

Color info

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

RGB color model

#BB7B98 color RGB value is (187,123,152).

  • red value is 187;
  • green value is 123;
  • blue value is 152.
RGB:
(187,123,152)
(73%,48%,60%)

RGB channels and saturation

R 187 of 255 = 73%
G 123 of 255 = 48%
B 152 of 255 = 60%

187
123
152

R + G + B ~ 60%. #BB7B98 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
187 + 123 + 152 = 462 (100%)
R 187 of 462 ~ 40.48%
G 123 of 462 ~ 26.62%
B 152 of 462 ~ 32.9%

%40.48
%26.62
%32.9

CMYK color model

#BB7B98 color CMYK value is (0,34,19,27).

  • cyan value is 0.00%
  • magenta value is 34.22%
  • yellow value is 18.72%
  • key color value is 26.67%
CMYK:
(0,34,19,27)
C0M34Y19K27 
(0%,34%,19%,27%)
(0.00/0.34/0.19/0.27)	

CMYK percentages

%0
%34.22
%18.72
%26.67

Codes

Color #BB7B98 in popluar color models

BB7B98
RGB187123152
HSL333°32.00%60.78%
HSB/HSV333°34.22%73.33%
CMYK0.00%34.22%18.72%
26.67%

Color #BB7B98 in popluar number systems.

HEXBB7B98
Decimal187123152
Binary10111011111101110011000
Octal273173230

Shades and tints

Shades of #BB7B98

#BB7B98
(187,123,152)
#AA708B
(170,112,139)
#99657E
(153,101,126)
#885A71
(136,90,113)
#774F64
(119,79,100)
#664457
(102,68,87)
#55394A
(85,57,74)
#442E3D
(68,46,61)
#332330
(51,35,48)
#221823
(34,24,35)
#110D16
(17,13,22)
#000000
(0,0,0)

Tints of #BB7B98

#BB7B98
(187,123,152)
#C187A1
(193,135,161)
#C793AA
(199,147,170)
#CD9FB3
(205,159,179)
#D3ABBC
(211,171,188)
#D9B7C5
(217,183,197)
#DFC3CE
(223,195,206)
#E5CFD7
(229,207,215)
#EBDBE0
(235,219,224)
#F1E7E9
(241,231,233)
#F7F3F2
(247,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB7B98 color. Also use rgb(187,123,152) instead hex code.

Text Font Color

.myTextColor { color: #BB7B98; }

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

This text font color is #BB7B98.


Background Color

.myBgColor { background-color: #BB7B98; }

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

This div background color is #BB7B98.


Border color

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

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

This div border color is #BB7B98.


Opacity

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

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

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

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

This text has shadow with #BB7B98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB7B98 on black background.


Color preview on white background

This text has color #BB7B98 on white background.



Black color preview on #BB7B98 background

This text has black color on #BB7B98 background.


White color preview on #BB7B98 background

This text has white color on #BB7B98 background.