COLOR #BBBC8C

HEX: #BBBC8C
RGB: (187,188,140)

Color info

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

RGB color model

#BBBC8C color RGB value is (187,188,140).

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

RGB channels and saturation

R 187 of 255 = 73%
G 188 of 255 = 74%
B 140 of 255 = 55%

187
188
140

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

Portions of RGB colors in percentages

R + G + B =
187 + 188 + 140 = 515 (100%)
R 187 of 515 ~ 36.31%
G 188 of 515 ~ 36.5%
B 140 of 515 ~ 27.18%

%36.31
%36.5
%27.18

CMYK color model

#BBBC8C color CMYK value is (1,0,26,26).

  • cyan value is 0.53%
  • magenta value is 0.00%
  • yellow value is 25.53%
  • key color value is 26.27%
CMYK:
(1,0,26,26)
C1M0Y26K26 
(1%,0%,26%,26%)
(0.01/0.00/0.26/0.26)	

CMYK percentages

%0.53
%0
%25.53
%26.27

Codes

Color #BBBC8C in popluar color models

BBBC8C
RGB187188140
HSL61°26.37%64.31%
HSB/HSV61°25.53%73.73%
CMYK0.53%0.00%25.53%
26.27%

Color #BBBC8C in popluar number systems.

HEXBBBC8C
Decimal187188140
Binary101110111011110010001100
Octal273274214

Shades and tints

Shades of #BBBC8C

#BBBC8C
(187,188,140)
#AAAB80
(170,171,128)
#999A74
(153,154,116)
#888968
(136,137,104)
#77785C
(119,120,92)
#666750
(102,103,80)
#555644
(85,86,68)
#444538
(68,69,56)
#33342C
(51,52,44)
#222320
(34,35,32)
#111214
(17,18,20)
#000000
(0,0,0)

Tints of #BBBC8C

#BBBC8C
(187,188,140)
#C1C296
(193,194,150)
#C7C8A0
(199,200,160)
#CDCEAA
(205,206,170)
#D3D4B4
(211,212,180)
#D9DABE
(217,218,190)
#DFE0C8
(223,224,200)
#E5E6D2
(229,230,210)
#EBECDC
(235,236,220)
#F1F2E6
(241,242,230)
#F7F8F0
(247,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBBC8C; }

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

This text font color is #BBBC8C.


Background Color

.myBgColor { background-color: #BBBC8C; }

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

This div background color is #BBBC8C.


Border color

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

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

This div border color is #BBBC8C.


Opacity

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

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

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

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

This text has shadow with #BBBC8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBBC8C on black background.


Color preview on white background

This text has color #BBBC8C on white background.



Black color preview on #BBBC8C background

This text has black color on #BBBC8C background.


White color preview on #BBBC8C background

This text has white color on #BBBC8C background.