COLOR #BB7F98

HEX: #BB7F98
RGB: (187,127,152)

Color info

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

RGB color model

#BB7F98 color RGB value is (187,127,152).

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

RGB channels and saturation

R 187 of 255 = 73%
G 127 of 255 = 50%
B 152 of 255 = 60%

187
127
152

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

Portions of RGB colors in percentages

R + G + B =
187 + 127 + 152 = 466 (100%)
R 187 of 466 ~ 40.13%
G 127 of 466 ~ 27.25%
B 152 of 466 ~ 32.62%

%40.13
%27.25
%32.62

CMYK color model

#BB7F98 color CMYK value is (0,32,19,27).

  • cyan value is 0.00%
  • magenta value is 32.09%
  • yellow value is 18.72%
  • key color value is 26.67%
CMYK:
(0,32,19,27)
C0M32Y19K27 
(0%,32%,19%,27%)
(0.00/0.32/0.19/0.27)	

CMYK percentages

%0
%32.09
%18.72
%26.67

Codes

Color #BB7F98 in popluar color models

BB7F98
RGB187127152
HSL335°30.61%61.57%
HSB/HSV335°32.09%73.33%
CMYK0.00%32.09%18.72%
26.67%

Color #BB7F98 in popluar number systems.

HEXBB7F98
Decimal187127152
Binary10111011111111110011000
Octal273177230

Shades and tints

Shades of #BB7F98

#BB7F98
(187,127,152)
#AA748B
(170,116,139)
#99697E
(153,105,126)
#885E71
(136,94,113)
#775364
(119,83,100)
#664857
(102,72,87)
#553D4A
(85,61,74)
#44323D
(68,50,61)
#332730
(51,39,48)
#221C23
(34,28,35)
#111116
(17,17,22)
#000000
(0,0,0)

Tints of #BB7F98

#BB7F98
(187,127,152)
#C18AA1
(193,138,161)
#C795AA
(199,149,170)
#CDA0B3
(205,160,179)
#D3ABBC
(211,171,188)
#D9B6C5
(217,182,197)
#DFC1CE
(223,193,206)
#E5CCD7
(229,204,215)
#EBD7E0
(235,215,224)
#F1E2E9
(241,226,233)
#F7EDF2
(247,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB7F98; }

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

This text font color is #BB7F98.


Background Color

.myBgColor { background-color: #BB7F98; }

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

This div background color is #BB7F98.


Border color

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

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

This div border color is #BB7F98.


Opacity

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

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

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

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

This text has shadow with #BB7F98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB7F98 on black background.


Color preview on white background

This text has color #BB7F98 on white background.



Black color preview on #BB7F98 background

This text has black color on #BB7F98 background.


White color preview on #BB7F98 background

This text has white color on #BB7F98 background.