COLOR #BBB797

HEX: #BBB797
RGB: (187,183,151)

Color info

#BBB797 contains red, green and blue colors in about the same proportion. Web safe color of #BBB797 is #CCCC99 (or #CC9).

RGB color model

#BBB797 color RGB value is (187,183,151).

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

RGB channels and saturation

R 187 of 255 = 73%
G 183 of 255 = 72%
B 151 of 255 = 59%

187
183
151

R + G + B ~ 68%. #BBB797 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 183 + 151 = 521 (100%)
R 187 of 521 ~ 35.89%
G 183 of 521 ~ 35.12%
B 151 of 521 ~ 28.98%

%35.89
%35.12
%28.98

CMYK color model

#BBB797 color CMYK value is (0,2,19,27).

  • cyan value is 0.00%
  • magenta value is 2.14%
  • yellow value is 19.25%
  • key color value is 26.67%
CMYK:
(0,2,19,27)
C0M2Y19K27 
(0%,2%,19%,27%)
(0.00/0.02/0.19/0.27)	

CMYK percentages

%0
%2.14
%19.25
%26.67

Codes

Color #BBB797 in popluar color models

BBB797
RGB187183151
HSL53°20.93%66.27%
HSB/HSV53°19.25%73.33%
CMYK0.00%2.14%19.25%
26.67%

Color #BBB797 in popluar number systems.

HEXBBB797
Decimal187183151
Binary101110111011011110010111
Octal273267227

Shades and tints

Shades of #BBB797

#BBB797
(187,183,151)
#AAA78A
(170,167,138)
#99977D
(153,151,125)
#888770
(136,135,112)
#777763
(119,119,99)
#666756
(102,103,86)
#555749
(85,87,73)
#44473C
(68,71,60)
#33372F
(51,55,47)
#222722
(34,39,34)
#111715
(17,23,21)
#000000
(0,0,0)

Tints of #BBB797

#BBB797
(187,183,151)
#C1BDA0
(193,189,160)
#C7C3A9
(199,195,169)
#CDC9B2
(205,201,178)
#D3CFBB
(211,207,187)
#D9D5C4
(217,213,196)
#DFDBCD
(223,219,205)
#E5E1D6
(229,225,214)
#EBE7DF
(235,231,223)
#F1EDE8
(241,237,232)
#F7F3F1
(247,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB797; }

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

This text font color is #BBB797.


Background Color

.myBgColor { background-color: #BBB797; }

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

This div background color is #BBB797.


Border color

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

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

This div border color is #BBB797.


Opacity

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

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

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

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

This text has shadow with #BBB797 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBB797 on black background.


Color preview on white background

This text has color #BBB797 on white background.



Black color preview on #BBB797 background

This text has black color on #BBB797 background.


White color preview on #BBB797 background

This text has white color on #BBB797 background.