COLOR #BDBD9C

HEX: #BDBD9C RGB: (189,189,156)

Color info

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

RGB color model

#BDBD9C color RGB value is (189,189,156).

RGB: (189,189,156) (74%, 74%, 61%)

RGB channels and saturation

R 189 of 255 = 74%
G 189 of 255 = 74%
B 156 of 255 = 61%

189
189
156

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

Portions of RGB colors in percentages

R + G + B = 189 + 189 + 156 = 534 (100%)
R 189 of 534 ~ 35.39%
G 189 of 534 ~ 35.39%
B 156 of 534 ~ 29.21'%

%35.39
%35.39
%29.21

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 17.46%
  • 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
%17.46
%25.88

Codes

Color #BDBD9C in popluar color models

BD BD 9C
RGB 189 189 156
HSL 60° 20.00% 67.65%
HSB/HSV 60° 17.46% 74.12%
CMYK 0.00% 0.00% 17.46%
25.88%

Color #BDBD9C in popluar number systems.

HEX BD BD 9C
Decimal 189 189 156
Binary 10111101 10111101 10011100
Octal 275 275 234

Shades and tints

Shades of #BDBD9C

#BDBD9C
(189,189,156)
#ACAC8E
(172,172,142)
#9B9B80
(155,155,128)
#8A8A72
(138,138,114)
#797964
(121,121,100)
#686856
(104,104,86)
#575748
(87,87,72)
#46463A
(70,70,58)
#35352C
(53,53,44)
#24241E
(36,36,30)
#131310
(19,19,16)
#000000
(0,0,0)

Tints of #BDBD9C

#BDBD9C
(189,189,156)
#C3C3A5
(195,195,165)
#C9C9AE
(201,201,174)
#CFCFB7
(207,207,183)
#D5D5C0
(213,213,192)
#DBDBC9
(219,219,201)
#E1E1D2
(225,225,210)
#E7E7DB
(231,231,219)
#EDEDE4
(237,237,228)
#F3F3ED
(243,243,237)
#F9F9F6
(249,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDBD9C; }

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

This text font color is #BDBD9C.

Background Color

.myBgColor { background-color: #BDBD9C; }

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

This div background color is #BDBD9C.

Border color

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

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

This div border color is #BDBD9C.

Opacity

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

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

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

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

This text has shadow with #BDBD9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDBD9C.

Preview

Color preview on black background

This text has color #BDBD9C on black background.


Color preview on white background

This text has color #BDBD9C on white background.


Black color preview on #BDBD9C background

This text has black color on #BDBD9C background.


White color preview on #BDBD9C background

This text has white color on #BDBD9C background.


Related colors

Complementary color

Complementary color for #hex is #424263.


I love getcolorcode.com