COLOR #BBBF9D

HEX: #BBBF9D
RGB: (187,191,157)

Color info

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

RGB color model

#BBBF9D color RGB value is (187,191,157).

  • red value is 187;
  • green value is 191;
  • blue value is 157.
RGB:
(187,191,157)
(73%,75%,62%)

RGB channels and saturation

R 187 of 255 = 73%
G 191 of 255 = 75%
B 157 of 255 = 62%

187
191
157

R + G + B ~ 70%. #BBBF9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 191 + 157 = 535 (100%)
R 187 of 535 ~ 34.95%
G 191 of 535 ~ 35.7%
B 157 of 535 ~ 29.35%

%34.95
%35.7
%29.35

CMYK color model

#BBBF9D color CMYK value is (2,0,18,25).

  • cyan value is 2.09%
  • magenta value is 0.00%
  • yellow value is 17.80%
  • key color value is 25.10%
CMYK:
(2,0,18,25)
C2M0Y18K25 
(2%,0%,18%,25%)
(0.02/0.00/0.18/0.25)	

CMYK percentages

%2.09
%0
%17.8
%25.1

Codes

Color #BBBF9D in popluar color models

BBBF9D
RGB187191157
HSL67°20.99%68.24%
HSB/HSV67°17.80%74.90%
CMYK2.09%0.00%17.80%
25.10%

Color #BBBF9D in popluar number systems.

HEXBBBF9D
Decimal187191157
Binary101110111011111110011101
Octal273277235

Shades and tints

Shades of #BBBF9D

#BBBF9D
(187,191,157)
#AAAE8F
(170,174,143)
#999D81
(153,157,129)
#888C73
(136,140,115)
#777B65
(119,123,101)
#666A57
(102,106,87)
#555949
(85,89,73)
#44483B
(68,72,59)
#33372D
(51,55,45)
#22261F
(34,38,31)
#111511
(17,21,17)
#000000
(0,0,0)

Tints of #BBBF9D

#BBBF9D
(187,191,157)
#C1C4A5
(193,196,165)
#C7C9AD
(199,201,173)
#CDCEB5
(205,206,181)
#D3D3BD
(211,211,189)
#D9D8C5
(217,216,197)
#DFDDCD
(223,221,205)
#E5E2D5
(229,226,213)
#EBE7DD
(235,231,221)
#F1ECE5
(241,236,229)
#F7F1ED
(247,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBBF9D color. Also use rgb(187,191,157) instead hex code.

Text Font Color

.myTextColor { color: #BBBF9D; }

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

This text font color is #BBBF9D.


Background Color

.myBgColor { background-color: #BBBF9D; }

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

This div background color is #BBBF9D.


Border color

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

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

This div border color is #BBBF9D.


Opacity

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

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

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

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

This text has shadow with #BBBF9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBBF9D on black background.


Color preview on white background

This text has color #BBBF9D on white background.



Black color preview on #BBBF9D background

This text has black color on #BBBF9D background.


White color preview on #BBBF9D background

This text has white color on #BBBF9D background.