COLOR #BBB097

HEX: #BBB097
RGB: (187,176,151)

Color info

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

RGB color model

#BBB097 color RGB value is (187,176,151).

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

RGB channels and saturation

R 187 of 255 = 73%
G 176 of 255 = 69%
B 151 of 255 = 59%

187
176
151

R + G + B ~ 67%. #BBB097 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 176 + 151 = 514 (100%)
R 187 of 514 ~ 36.38%
G 176 of 514 ~ 34.24%
B 151 of 514 ~ 29.38%

%36.38
%34.24
%29.38

CMYK color model

#BBB097 color CMYK value is (0,6,19,27).

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 19.25%
  • key color value is 26.67%
CMYK: (0,6,19,27) C0M6Y19K27 (0%,6%,19%,27%) (0.00/0.06/0.19/0.27)

CMYK percentages

%0
%5.88
%19.25
%26.67

Codes

Color #BBB097 in popluar color models

BBB097
RGB187176151
HSL42°20.93%66.27%
HSB/HSV42°19.25%73.33%
CMYK0.00%5.88%19.25%
26.67%

Color #BBB097 in popluar number systems.

HEXBBB097
Decimal187176151
Binary101110111011000010010111
Octal273260227

Shades and tints

Shades of #BBB097

#BBB097
(187,176,151)
#AAA08A
(170,160,138)
#99907D
(153,144,125)
#888070
(136,128,112)
#777063
(119,112,99)
#666056
(102,96,86)
#555049
(85,80,73)
#44403C
(68,64,60)
#33302F
(51,48,47)
#222022
(34,32,34)
#111015
(17,16,21)
#000000
(0,0,0)

Tints of #BBB097

#BBB097
(187,176,151)
#C1B7A0
(193,183,160)
#C7BEA9
(199,190,169)
#CDC5B2
(205,197,178)
#D3CCBB
(211,204,187)
#D9D3C4
(217,211,196)
#DFDACD
(223,218,205)
#E5E1D6
(229,225,214)
#EBE8DF
(235,232,223)
#F1EFE8
(241,239,232)
#F7F6F1
(247,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB097; }

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

This text font color is #BBB097.


Background Color

.myBgColor { background-color: #BBB097; }

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

This div background color is #BBB097.


Border color

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

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

This div border color is #BBB097.


Opacity

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

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

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

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

This text has shadow with #BBB097 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #BBB097 on black background.


Color preview on white background

This text has color #BBB097 on white background.



Black color preview on #BBB097 background

This text has black color on #BBB097 background.


White color preview on #BBB097 background

This text has white color on #BBB097 background.