COLOR #BBAB8C

HEX: #BBAB8C
RGB: (187,171,140)

Color info

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

RGB color model

#BBAB8C color RGB value is (187,171,140).

  • red value is 187;
  • green value is 171;
  • blue value is 140.
RGB:
(187,171,140)
(73%,67%,55%)

RGB channels and saturation

R 187 of 255 = 73%
G 171 of 255 = 67%
B 140 of 255 = 55%

187
171
140

R + G + B ~ 65%. #BBAB8C is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 171 + 140 = 498 (100%)
R 187 of 498 ~ 37.55%
G 171 of 498 ~ 34.34%
B 140 of 498 ~ 28.11%

%37.55
%34.34
%28.11

CMYK color model

#BBAB8C color CMYK value is (0,9,25,27).

  • cyan value is 0.00%
  • magenta value is 8.56%
  • yellow value is 25.13%
  • key color value is 26.67%
CMYK:
(0,9,25,27)
C0M9Y25K27 
(0%,9%,25%,27%)
(0.00/0.09/0.25/0.27)	

CMYK percentages

%0
%8.56
%25.13
%26.67

Codes

Color #BBAB8C in popluar color models

BBAB8C
RGB187171140
HSL40°25.68%64.12%
HSB/HSV40°25.13%73.33%
CMYK0.00%8.56%25.13%
26.67%

Color #BBAB8C in popluar number systems.

HEXBBAB8C
Decimal187171140
Binary101110111010101110001100
Octal273253214

Shades and tints

Shades of #BBAB8C

#BBAB8C
(187,171,140)
#AA9C80
(170,156,128)
#998D74
(153,141,116)
#887E68
(136,126,104)
#776F5C
(119,111,92)
#666050
(102,96,80)
#555144
(85,81,68)
#444238
(68,66,56)
#33332C
(51,51,44)
#222420
(34,36,32)
#111514
(17,21,20)
#000000
(0,0,0)

Tints of #BBAB8C

#BBAB8C
(187,171,140)
#C1B296
(193,178,150)
#C7B9A0
(199,185,160)
#CDC0AA
(205,192,170)
#D3C7B4
(211,199,180)
#D9CEBE
(217,206,190)
#DFD5C8
(223,213,200)
#E5DCD2
(229,220,210)
#EBE3DC
(235,227,220)
#F1EAE6
(241,234,230)
#F7F1F0
(247,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBAB8C color. Also use rgb(187,171,140) instead hex code.

Text Font Color

.myTextColor { color: #BBAB8C; }

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

This text font color is #BBAB8C.


Background Color

.myBgColor { background-color: #BBAB8C; }

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

This div background color is #BBAB8C.


Border color

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

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

This div border color is #BBAB8C.


Opacity

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

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

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

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

This text has shadow with #BBAB8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBAB8C on black background.


Color preview on white background

This text has color #BBAB8C on white background.



Black color preview on #BBAB8C background

This text has black color on #BBAB8C background.


White color preview on #BBAB8C background

This text has white color on #BBAB8C background.