COLOR #BBB798

HEX: #BBB798
RGB: (187,183,152)

Color info

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

RGB color model

#BBB798 color RGB value is (187,183,152).

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

RGB channels and saturation

R 187 of 255 = 73%
G 183 of 255 = 72%
B 152 of 255 = 60%

187
183
152

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

Portions of RGB colors in percentages

R + G + B =
187 + 183 + 152 = 522 (100%)
R 187 of 522 ~ 35.82%
G 183 of 522 ~ 35.06%
B 152 of 522 ~ 29.12%

%35.82
%35.06
%29.12

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.14%
  • yellow value is 18.72%
  • 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
%18.72
%26.67

Codes

Color #BBB798 in popluar color models

BBB798
RGB187183152
HSL53°20.47%66.47%
HSB/HSV53°18.72%73.33%
CMYK0.00%2.14%18.72%
26.67%

Color #BBB798 in popluar number systems.

HEXBBB798
Decimal187183152
Binary101110111011011110011000
Octal273267230

Shades and tints

Shades of #BBB798

#BBB798
(187,183,152)
#AAA78B
(170,167,139)
#99977E
(153,151,126)
#888771
(136,135,113)
#777764
(119,119,100)
#666757
(102,103,87)
#55574A
(85,87,74)
#44473D
(68,71,61)
#333730
(51,55,48)
#222723
(34,39,35)
#111716
(17,23,22)
#000000
(0,0,0)

Tints of #BBB798

#BBB798
(187,183,152)
#C1BDA1
(193,189,161)
#C7C3AA
(199,195,170)
#CDC9B3
(205,201,179)
#D3CFBC
(211,207,188)
#D9D5C5
(217,213,197)
#DFDBCE
(223,219,206)
#E5E1D7
(229,225,215)
#EBE7E0
(235,231,224)
#F1EDE9
(241,237,233)
#F7F3F2
(247,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB798; }

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

This text font color is #BBB798.


Background Color

.myBgColor { background-color: #BBB798; }

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

This div background color is #BBB798.


Border color

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

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

This div border color is #BBB798.


Opacity

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

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

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

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

This text has shadow with #BBB798 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBB798 on black background.


Color preview on white background

This text has color #BBB798 on white background.



Black color preview on #BBB798 background

This text has black color on #BBB798 background.


White color preview on #BBB798 background

This text has white color on #BBB798 background.