COLOR #BDB7AB

HEX: #BDB7AB RGB: (189,183,171)

Color info

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

RGB color model

#BDB7AB color RGB value is (189,183,171).

RGB: (189,183,171) (74%, 72%, 67%)

RGB channels and saturation

R 189 of 255 = 74%
G 183 of 255 = 72%
B 171 of 255 = 67%

189
183
171

R + G + B ~ 71%. #BDB7AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 183 + 171 = 543 (100%)
R 189 of 543 ~ 34.81%
G 183 of 543 ~ 33.7%
B 171 of 543 ~ 31.49'%

%34.81
%33.7
%31.49

CMYK color model

#BDB7AB color CMYK value is (0,3,10,26).

  • cyan value is 0.00%
  • magenta value is 3.17%
  • yellow value is 9.52%
  • key color value is 25.88%

CMYK: (0,3,10,26)
C0M3Y10K26 (0%, 3%, 10%, 26%)
(0.00 / 0.03 / 0.10 / 0.26)

CMYK percentages

%0
%3.17
%9.52
%25.88

Codes

Color #BDB7AB in popluar color models

BD B7 AB
RGB 189 183 171
HSL 40° 12.00% 70.59%
HSB/HSV 40° 9.52% 74.12%
CMYK 0.00% 3.17% 9.52%
25.88%

Color #BDB7AB in popluar number systems.

HEX BD B7 AB
Decimal 189 183 171
Binary 10111101 10110111 10101011
Octal 275 267 253

Shades and tints

Shades of #BDB7AB

#BDB7AB
(189,183,171)
#ACA79C
(172,167,156)
#9B978D
(155,151,141)
#8A877E
(138,135,126)
#79776F
(121,119,111)
#686760
(104,103,96)
#575751
(87,87,81)
#464742
(70,71,66)
#353733
(53,55,51)
#242724
(36,39,36)
#131715
(19,23,21)
#000000
(0,0,0)

Tints of #BDB7AB

#BDB7AB
(189,183,171)
#C3BDB2
(195,189,178)
#C9C3B9
(201,195,185)
#CFC9C0
(207,201,192)
#D5CFC7
(213,207,199)
#DBD5CE
(219,213,206)
#E1DBD5
(225,219,213)
#E7E1DC
(231,225,220)
#EDE7E3
(237,231,227)
#F3EDEA
(243,237,234)
#F9F3F1
(249,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB7AB; }

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

This text font color is #BDB7AB.

Background Color

.myBgColor { background-color: #BDB7AB; }

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

This div background color is #BDB7AB.

Border color

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

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

This div border color is #BDB7AB.

Opacity

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

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

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

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

This text has shadow with #BDB7AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDB7AB.

Preview

Color preview on black background

This text has color #BDB7AB on black background.


Color preview on white background

This text has color #BDB7AB on white background.


Black color preview on #BDB7AB background

This text has black color on #BDB7AB background.


White color preview on #BDB7AB background

This text has white color on #BDB7AB background.


Related colors

Complementary color

Complementary color for #hex is #424854.


I love getcolorcode.com

Triadic colors

1 #ABBDB7 and #B7ABBD with #BDB7AB are triadic colors.

2 #ABB7BD and #B7BDAB with #BDB7AB are triadic colors.