COLOR #BB9997

HEX: #BB9997
RGB: (187,153,151)

Color info

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

RGB color model

#BB9997 color RGB value is (187,153,151).

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

RGB channels and saturation

R 187 of 255 = 73%
G 153 of 255 = 60%
B 151 of 255 = 59%

187
153
151

R + G + B ~ 64%. #BB9997 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 153 + 151 = 491 (100%)
R 187 of 491 ~ 38.09%
G 153 of 491 ~ 31.16%
B 151 of 491 ~ 30.75%

%38.09
%31.16
%30.75

CMYK color model

#BB9997 color CMYK value is (0,18,19,27).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 19.25%
  • key color value is 26.67%
CMYK:
(0,18,19,27)
C0M18Y19K27 
(0%,18%,19%,27%)
(0.00/0.18/0.19/0.27)	

CMYK percentages

%0
%18.18
%19.25
%26.67

Codes

Color #BB9997 in popluar color models

BB9997
RGB187153151
HSL20.93%66.27%
HSB/HSV19.25%73.33%
CMYK0.00%18.18%19.25%
26.67%

Color #BB9997 in popluar number systems.

HEXBB9997
Decimal187153151
Binary101110111001100110010111
Octal273231227

Shades and tints

Shades of #BB9997

#BB9997
(187,153,151)
#AA8C8A
(170,140,138)
#997F7D
(153,127,125)
#887270
(136,114,112)
#776563
(119,101,99)
#665856
(102,88,86)
#554B49
(85,75,73)
#443E3C
(68,62,60)
#33312F
(51,49,47)
#222422
(34,36,34)
#111715
(17,23,21)
#000000
(0,0,0)

Tints of #BB9997

#BB9997
(187,153,151)
#C1A2A0
(193,162,160)
#C7ABA9
(199,171,169)
#CDB4B2
(205,180,178)
#D3BDBB
(211,189,187)
#D9C6C4
(217,198,196)
#DFCFCD
(223,207,205)
#E5D8D6
(229,216,214)
#EBE1DF
(235,225,223)
#F1EAE8
(241,234,232)
#F7F3F1
(247,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB9997; }

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

This text font color is #BB9997.


Background Color

.myBgColor { background-color: #BB9997; }

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

This div background color is #BB9997.


Border color

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

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

This div border color is #BB9997.


Opacity

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

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

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

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

This text has shadow with #BB9997 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB9997 on black background.


Color preview on white background

This text has color #BB9997 on white background.



Black color preview on #BB9997 background

This text has black color on #BB9997 background.


White color preview on #BB9997 background

This text has white color on #BB9997 background.