COLOR #B8BB8B

HEX: #B8BB8B
RGB: (184,187,139)

Color info

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

RGB color model

#B8BB8B color RGB value is (184,187,139).

  • red value is 184;
  • green value is 187;
  • blue value is 139.
RGB:
(184,187,139)
(72%,73%,55%)

RGB channels and saturation

R 184 of 255 = 72%
G 187 of 255 = 73%
B 139 of 255 = 55%

184
187
139

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

Portions of RGB colors in percentages

R + G + B =
184 + 187 + 139 = 510 (100%)
R 184 of 510 ~ 36.08%
G 187 of 510 ~ 36.67%
B 139 of 510 ~ 27.25%

%36.08
%36.67
%27.25

CMYK color model

#B8BB8B color CMYK value is (2,0,26,27).

  • cyan value is 1.60%
  • magenta value is 0.00%
  • yellow value is 25.67%
  • key color value is 26.67%
CMYK:
(2,0,26,27)
C2M0Y26K27 
(2%,0%,26%,27%)
(0.02/0.00/0.26/0.27)	

CMYK percentages

%1.6
%0
%25.67
%26.67

Codes

Color #B8BB8B in popluar color models

B8BB8B
RGB184187139
HSL64°26.09%63.92%
HSB/HSV64°25.67%73.33%
CMYK1.60%0.00%25.67%
26.67%

Color #B8BB8B in popluar number systems.

HEXB8BB8B
Decimal184187139
Binary101110001011101110001011
Octal270273213

Shades and tints

Shades of #B8BB8B

#B8BB8B
(184,187,139)
#A8AA7F
(168,170,127)
#989973
(152,153,115)
#888867
(136,136,103)
#78775B
(120,119,91)
#68664F
(104,102,79)
#585543
(88,85,67)
#484437
(72,68,55)
#38332B
(56,51,43)
#28221F
(40,34,31)
#181113
(24,17,19)
#000000
(0,0,0)

Tints of #B8BB8B

#B8BB8B
(184,187,139)
#BEC195
(190,193,149)
#C4C79F
(196,199,159)
#CACDA9
(202,205,169)
#D0D3B3
(208,211,179)
#D6D9BD
(214,217,189)
#DCDFC7
(220,223,199)
#E2E5D1
(226,229,209)
#E8EBDB
(232,235,219)
#EEF1E5
(238,241,229)
#F4F7EF
(244,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8BB8B color. Also use rgb(184,187,139) instead hex code.

Text Font Color

.myTextColor { color: #B8BB8B; }

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

This text font color is #B8BB8B.


Background Color

.myBgColor { background-color: #B8BB8B; }

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

This div background color is #B8BB8B.


Border color

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

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

This div border color is #B8BB8B.


Opacity

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

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

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

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

This text has shadow with #B8BB8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8BB8B on black background.


Color preview on white background

This text has color #B8BB8B on white background.



Black color preview on #B8BB8B background

This text has black color on #B8BB8B background.


White color preview on #B8BB8B background

This text has white color on #B8BB8B background.