COLOR #BDB7A3

HEX: #BDB7A3 RGB: (189,183,163)

Color info

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

RGB color model

#BDB7A3 color RGB value is (189,183,163).

RGB: (189,183,163) (74%, 72%, 64%)

RGB channels and saturation

R 189 of 255 = 74%
G 183 of 255 = 72%
B 163 of 255 = 64%

189
183
163

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

Portions of RGB colors in percentages

R + G + B = 189 + 183 + 163 = 535 (100%)
R 189 of 535 ~ 35.33%
G 183 of 535 ~ 34.21%
B 163 of 535 ~ 30.47'%

%35.33
%34.21
%30.47

CMYK color model

#BDB7A3 color CMYK value is (0,3,14,26).

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

CMYK: (0,3,14,26)
C0M3Y14K26 (0%, 3%, 14%, 26%)
(0.00 / 0.03 / 0.14 / 0.26)

CMYK percentages

%0
%3.17
%13.76
%25.88

Codes

Color #BDB7A3 in popluar color models

BD B7 A3
RGB 189 183 163
HSL 46° 16.46% 69.02%
HSB/HSV 46° 13.76% 74.12%
CMYK 0.00% 3.17% 13.76%
25.88%

Color #BDB7A3 in popluar number systems.

HEX BD B7 A3
Decimal 189 183 163
Binary 10111101 10110111 10100011
Octal 275 267 243

Shades and tints

Shades of #BDB7A3

#BDB7A3
(189,183,163)
#ACA795
(172,167,149)
#9B9787
(155,151,135)
#8A8779
(138,135,121)
#79776B
(121,119,107)
#68675D
(104,103,93)
#57574F
(87,87,79)
#464741
(70,71,65)
#353733
(53,55,51)
#242725
(36,39,37)
#131717
(19,23,23)
#000000
(0,0,0)

Tints of #BDB7A3

#BDB7A3
(189,183,163)
#C3BDAB
(195,189,171)
#C9C3B3
(201,195,179)
#CFC9BB
(207,201,187)
#D5CFC3
(213,207,195)
#DBD5CB
(219,213,203)
#E1DBD3
(225,219,211)
#E7E1DB
(231,225,219)
#EDE7E3
(237,231,227)
#F3EDEB
(243,237,235)
#F9F3F3
(249,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB7A3; }

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

This text font color is #BDB7A3.

Background Color

.myBgColor { background-color: #BDB7A3; }

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

This div background color is #BDB7A3.

Border color

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

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

This div border color is #BDB7A3.

Opacity

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

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

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

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

This text has shadow with #BDB7A3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDB7A3.

Preview

Color preview on black background

This text has color #BDB7A3 on black background.


Color preview on white background

This text has color #BDB7A3 on white background.


Black color preview on #BDB7A3 background

This text has black color on #BDB7A3 background.


White color preview on #BDB7A3 background

This text has white color on #BDB7A3 background.


Related colors

Complementary color

Complementary color for #hex is #42485C.


I love getcolorcode.com

Triadic colors

1 #A3BDB7 and #B7A3BD with #BDB7A3 are triadic colors.

2 #A3B7BD and #B7BDA3 with #BDB7A3 are triadic colors.