COLOR #BDBB9D

HEX: #BDBB9D RGB: (189,187,157)

Color info

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

RGB color model

#BDBB9D color RGB value is (189,187,157).

RGB: (189,187,157) (74%, 73%, 62%)

RGB channels and saturation

R 189 of 255 = 74%
G 187 of 255 = 73%
B 157 of 255 = 62%

189
187
157

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

Portions of RGB colors in percentages

R + G + B = 189 + 187 + 157 = 533 (100%)
R 189 of 533 ~ 35.46%
G 187 of 533 ~ 35.08%
B 157 of 533 ~ 29.46'%

%35.46
%35.08
%29.46

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.06%
  • yellow value is 16.93%
  • key color value is 25.88%
CMYK: (0,1,17,26) C0M1Y17K26 (0%,1%,17%,26%) (0.00/0.01/0.17/0.26) 

CMYK percentages

%0
%1.06
%16.93
%25.88

Codes

Color #BDBB9D in popluar color models

BD BB 9D
RGB 189 187 157
HSL 56° 19.51% 67.84%
HSB/HSV 56° 16.93% 74.12%
CMYK 0.00% 1.06% 16.93%
25.88%

Color #BDBB9D in popluar number systems.

HEX BD BB 9D
Decimal 189 187 157
Binary 10111101 10111011 10011101
Octal 275 273 235

Shades and tints

Shades of #BDBB9D

#BDBB9D
(189,187,157)
#ACAA8F
(172,170,143)
#9B9981
(155,153,129)
#8A8873
(138,136,115)
#797765
(121,119,101)
#686657
(104,102,87)
#575549
(87,85,73)
#46443B
(70,68,59)
#35332D
(53,51,45)
#24221F
(36,34,31)
#131111
(19,17,17)
#000000
(0,0,0)

Tints of #BDBB9D

#BDBB9D
(189,187,157)
#C3C1A5
(195,193,165)
#C9C7AD
(201,199,173)
#CFCDB5
(207,205,181)
#D5D3BD
(213,211,189)
#DBD9C5
(219,217,197)
#E1DFCD
(225,223,205)
#E7E5D5
(231,229,213)
#EDEBDD
(237,235,221)
#F3F1E5
(243,241,229)
#F9F7ED
(249,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDBB9D; }

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

This text font color is #BDBB9D.

Background Color

.myBgColor { background-color: #BDBB9D; }

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

This div background color is #BDBB9D.

Border color

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

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

This div border color is #BDBB9D.

Opacity

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

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

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

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

This text has shadow with #BDBB9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDBB9D.

Preview

Color preview on black background

This text has color #BDBB9D on black background.


Color preview on white background

This text has color #BDBB9D on white background.


Black color preview on #BDBB9D background

This text has black color on #BDBB9D background.


White color preview on #BDBB9D background

This text has white color on #BDBB9D background.


Related colors

Complementary color

Complementary color for #hex is #424462.


I love getcolorcode.com

Triadic colors

1 #9DBDBB and #BB9DBD with #BDBB9D are triadic colors.

2 #9DBBBD and #BBBD9D with #BDBB9D are triadic colors.