COLOR #BB97A5

HEX: #BB97A5
RGB: (187,151,165)

Color info

#BB97A5 contains red, green and blue colors in about the same proportion. Web safe color of #BB97A5 is #CC9999 (or #C99).

RGB color model

#BB97A5 color RGB value is (187,151,165).

  • red value is 187;
  • green value is 151;
  • blue value is 165.
RGB:
(187,151,165)
(73%,59%,65%)

RGB channels and saturation

R 187 of 255 = 73%
G 151 of 255 = 59%
B 165 of 255 = 65%

187
151
165

R + G + B ~ 66%. #BB97A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 151 + 165 = 503 (100%)
R 187 of 503 ~ 37.18%
G 151 of 503 ~ 30.02%
B 165 of 503 ~ 32.8%

%37.18
%30.02
%32.8

CMYK color model

#BB97A5 color CMYK value is (0,19,12,27).

  • cyan value is 0.00%
  • magenta value is 19.25%
  • yellow value is 11.76%
  • key color value is 26.67%
CMYK:
(0,19,12,27)
C0M19Y12K27 
(0%,19%,12%,27%)
(0.00/0.19/0.12/0.27)	

CMYK percentages

%0
%19.25
%11.76
%26.67

Codes

Color #BB97A5 in popluar color models

BB97A5
RGB187151165
HSL337°20.93%66.27%
HSB/HSV337°19.25%73.33%
CMYK0.00%19.25%11.76%
26.67%

Color #BB97A5 in popluar number systems.

HEXBB97A5
Decimal187151165
Binary101110111001011110100101
Octal273227245

Shades and tints

Shades of #BB97A5

#BB97A5
(187,151,165)
#AA8A96
(170,138,150)
#997D87
(153,125,135)
#887078
(136,112,120)
#776369
(119,99,105)
#66565A
(102,86,90)
#55494B
(85,73,75)
#443C3C
(68,60,60)
#332F2D
(51,47,45)
#22221E
(34,34,30)
#11150F
(17,21,15)
#000000
(0,0,0)

Tints of #BB97A5

#BB97A5
(187,151,165)
#C1A0AD
(193,160,173)
#C7A9B5
(199,169,181)
#CDB2BD
(205,178,189)
#D3BBC5
(211,187,197)
#D9C4CD
(217,196,205)
#DFCDD5
(223,205,213)
#E5D6DD
(229,214,221)
#EBDFE5
(235,223,229)
#F1E8ED
(241,232,237)
#F7F1F5
(247,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB97A5 color. Also use rgb(187,151,165) instead hex code.

Text Font Color

.myTextColor { color: #BB97A5; }

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

This text font color is #BB97A5.


Background Color

.myBgColor { background-color: #BB97A5; }

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

This div background color is #BB97A5.


Border color

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

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

This div border color is #BB97A5.


Opacity

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

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

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

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

This text has shadow with #BB97A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB97A5 on black background.


Color preview on white background

This text has color #BB97A5 on white background.



Black color preview on #BB97A5 background

This text has black color on #BB97A5 background.


White color preview on #BB97A5 background

This text has white color on #BB97A5 background.