COLOR #BDBB96

HEX: #BDBB96
RGB: (189,187,150)

Color info

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

RGB color model

#BDBB96 color RGB value is (189,187,150).

  • red value is 189;
  • green value is 187;
  • blue value is 150.
RGB:
(189,187,150)
(74%,73%,59%)

RGB channels and saturation

R 189 of 255 = 74%
G 187 of 255 = 73%
B 150 of 255 = 59%

189
187
150

R + G + B ~ 69%. #BDBB96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 187 + 150 = 526 (100%)
R 189 of 526 ~ 35.93%
G 187 of 526 ~ 35.55%
B 150 of 526 ~ 28.52%

%35.93
%35.55
%28.52

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.06%
  • yellow value is 20.63%
  • key color value is 25.88%
CMYK:
(0,1,21,26)
C0M1Y21K26 
(0%,1%,21%,26%)
(0.00/0.01/0.21/0.26)	

CMYK percentages

%0
%1.06
%20.63
%25.88

Codes

Color #BDBB96 in popluar color models

BDBB96
RGB189187150
HSL57°22.81%66.47%
HSB/HSV57°20.63%74.12%
CMYK0.00%1.06%20.63%
25.88%

Color #BDBB96 in popluar number systems.

HEXBDBB96
Decimal189187150
Binary101111011011101110010110
Octal275273226

Shades and tints

Shades of #BDBB96

#BDBB96
(189,187,150)
#ACAA89
(172,170,137)
#9B997C
(155,153,124)
#8A886F
(138,136,111)
#797762
(121,119,98)
#686655
(104,102,85)
#575548
(87,85,72)
#46443B
(70,68,59)
#35332E
(53,51,46)
#242221
(36,34,33)
#131114
(19,17,20)
#000000
(0,0,0)

Tints of #BDBB96

#BDBB96
(189,187,150)
#C3C19F
(195,193,159)
#C9C7A8
(201,199,168)
#CFCDB1
(207,205,177)
#D5D3BA
(213,211,186)
#DBD9C3
(219,217,195)
#E1DFCC
(225,223,204)
#E7E5D5
(231,229,213)
#EDEBDE
(237,235,222)
#F3F1E7
(243,241,231)
#F9F7F0
(249,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDBB96 color. Also use rgb(189,187,150) instead hex code.

Text Font Color

.myTextColor { color: #BDBB96; }

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

This text font color is #BDBB96.


Background Color

.myBgColor { background-color: #BDBB96; }

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

This div background color is #BDBB96.


Border color

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

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

This div border color is #BDBB96.


Opacity

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

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

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

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

This text has shadow with #BDBB96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDBB96 on black background.


Color preview on white background

This text has color #BDBB96 on white background.



Black color preview on #BDBB96 background

This text has black color on #BDBB96 background.


White color preview on #BDBB96 background

This text has white color on #BDBB96 background.