COLOR #BDBD9D

HEX: #BDBD9D RGB: (189,189,157)

Color info

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

RGB color model

#BDBD9D color RGB value is (189,189,157).

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

RGB channels and saturation

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

189
189
157

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

Portions of RGB colors in percentages

R + G + B = 189 + 189 + 157 = 535 (100%)
R 189 of 535 ~ 35.33%
G 189 of 535 ~ 35.33%
B 157 of 535 ~ 29.35'%

%35.33
%35.33
%29.35

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 16.93%
  • key color value is 25.88%

CMYK: (0,0,17,26)
C0M0Y17K26 (0%, 0%, 17%, 26%)
(0.00 / 0.00 / 0.17 / 0.26)

CMYK percentages

%0
%0
%16.93
%25.88

Codes

Color #BDBD9D in popluar color models

BD BD 9D
RGB 189 189 157
HSL 60° 19.51% 67.84%
HSB/HSV 60° 16.93% 74.12%
CMYK 0.00% 0.00% 16.93%
25.88%

Color #BDBD9D in popluar number systems.

HEX BD BD 9D
Decimal 189 189 157
Binary 10111101 10111101 10011101
Octal 275 275 235

Shades and tints

Shades of #BDBD9D

#BDBD9D
(189,189,157)
#ACAC8F
(172,172,143)
#9B9B81
(155,155,129)
#8A8A73
(138,138,115)
#797965
(121,121,101)
#686857
(104,104,87)
#575749
(87,87,73)
#46463B
(70,70,59)
#35352D
(53,53,45)
#24241F
(36,36,31)
#131311
(19,19,17)
#000000
(0,0,0)

Tints of #BDBD9D

#BDBD9D
(189,189,157)
#C3C3A5
(195,195,165)
#C9C9AD
(201,201,173)
#CFCFB5
(207,207,181)
#D5D5BD
(213,213,189)
#DBDBC5
(219,219,197)
#E1E1CD
(225,225,205)
#E7E7D5
(231,231,213)
#EDEDDD
(237,237,221)
#F3F3E5
(243,243,229)
#F9F9ED
(249,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDBD9D; }

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

This text font color is #BDBD9D.

Background Color

.myBgColor { background-color: #BDBD9D; }

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

This div background color is #BDBD9D.

Border color

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

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

This div border color is #BDBD9D.

Opacity

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

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

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

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

This text has shadow with #BDBD9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDBD9D.

Preview

Color preview on black background

This text has color #BDBD9D on black background.


Color preview on white background

This text has color #BDBD9D on white background.


Black color preview on #BDBD9D background

This text has black color on #BDBD9D background.


White color preview on #BDBD9D background

This text has white color on #BDBD9D background.


Related colors

Complementary color

Complementary color for #hex is #424262.


I love getcolorcode.com