COLOR #BDB3A6

HEX: #BDB3A6 RGB: (189,179,166)

Color info

#BDB3A6 contains red, green and blue colors in about the same proportion. Web safe color of #BDB3A6 is #CC9999 (or #C99).

RGB color model

#BDB3A6 color RGB value is (189,179,166).

RGB: (189,179,166) (74%, 70%, 65%)

RGB channels and saturation

R 189 of 255 = 74%
G 179 of 255 = 70%
B 166 of 255 = 65%

189
179
166

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

Portions of RGB colors in percentages

R + G + B = 189 + 179 + 166 = 534 (100%)
R 189 of 534 ~ 35.39%
G 179 of 534 ~ 33.52%
B 166 of 534 ~ 31.09'%

%35.39
%33.52
%31.09

CMYK color model

#BDB3A6 color CMYK value is (0,5,12,26).

  • cyan value is 0.00%
  • magenta value is 5.29%
  • yellow value is 12.17%
  • key color value is 25.88%

CMYK: (0,5,12,26)
C0M5Y12K26 (0%, 5%, 12%, 26%)
(0.00 / 0.05 / 0.12 / 0.26)

CMYK percentages

%0
%5.29
%12.17
%25.88

Codes

Color #BDB3A6 in popluar color models

BD B3 A6
RGB 189 179 166
HSL 34° 14.84% 69.61%
HSB/HSV 34° 12.17% 74.12%
CMYK 0.00% 5.29% 12.17%
25.88%

Color #BDB3A6 in popluar number systems.

HEX BD B3 A6
Decimal 189 179 166
Binary 10111101 10110011 10100110
Octal 275 263 246

Shades and tints

Shades of #BDB3A6

#BDB3A6
(189,179,166)
#ACA397
(172,163,151)
#9B9388
(155,147,136)
#8A8379
(138,131,121)
#79736A
(121,115,106)
#68635B
(104,99,91)
#57534C
(87,83,76)
#46433D
(70,67,61)
#35332E
(53,51,46)
#24231F
(36,35,31)
#131310
(19,19,16)
#000000
(0,0,0)

Tints of #BDB3A6

#BDB3A6
(189,179,166)
#C3B9AE
(195,185,174)
#C9BFB6
(201,191,182)
#CFC5BE
(207,197,190)
#D5CBC6
(213,203,198)
#DBD1CE
(219,209,206)
#E1D7D6
(225,215,214)
#E7DDDE
(231,221,222)
#EDE3E6
(237,227,230)
#F3E9EE
(243,233,238)
#F9EFF6
(249,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB3A6; }

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

This text font color is #BDB3A6.

Background Color

.myBgColor { background-color: #BDB3A6; }

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

This div background color is #BDB3A6.

Border color

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

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

This div border color is #BDB3A6.

Opacity

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

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

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

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

This text has shadow with #BDB3A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDB3A6.

Preview

Color preview on black background

This text has color #BDB3A6 on black background.


Color preview on white background

This text has color #BDB3A6 on white background.


Black color preview on #BDB3A6 background

This text has black color on #BDB3A6 background.


White color preview on #BDB3A6 background

This text has white color on #BDB3A6 background.


Related colors

Complementary color

Complementary color for #hex is #424C59.


I love getcolorcode.com

Triadic colors

1 #A6BDB3 and #B3A6BD with #BDB3A6 are triadic colors.

2 #A6B3BD and #B3BDA6 with #BDB3A6 are triadic colors.