COLOR #BDB0A9

HEX: #BDB0A9 RGB: (189,176,169)

Color info

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

RGB color model

#BDB0A9 color RGB value is (189,176,169).

RGB: (189,176,169) (74%, 69%, 66%)

RGB channels and saturation

R 189 of 255 = 74%
G 176 of 255 = 69%
B 169 of 255 = 66%

189
176
169

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

Portions of RGB colors in percentages

R + G + B = 189 + 176 + 169 = 534 (100%)
R 189 of 534 ~ 35.39%
G 176 of 534 ~ 32.96%
B 169 of 534 ~ 31.65'%

%35.39
%32.96
%31.65

CMYK color model

#BDB0A9 color CMYK value is (0,7,11,26).

  • cyan value is 0.00%
  • magenta value is 6.88%
  • yellow value is 10.58%
  • key color value is 25.88%
CMYK: (0,7,11,26) C0M7Y11K26 (0%,7%,11%,26%) (0.00/0.07/0.11/0.26) 

CMYK percentages

%0
%6.88
%10.58
%25.88

Codes

Color #BDB0A9 in popluar color models

BD B0 A9
RGB 189 176 169
HSL 21° 13.16% 70.20%
HSB/HSV 21° 10.58% 74.12%
CMYK 0.00% 6.88% 10.58%
25.88%

Color #BDB0A9 in popluar number systems.

HEX BD B0 A9
Decimal 189 176 169
Binary 10111101 10110000 10101001
Octal 275 260 251

Shades and tints

Shades of #BDB0A9

#BDB0A9
(189,176,169)
#ACA09A
(172,160,154)
#9B908B
(155,144,139)
#8A807C
(138,128,124)
#79706D
(121,112,109)
#68605E
(104,96,94)
#57504F
(87,80,79)
#464040
(70,64,64)
#353031
(53,48,49)
#242022
(36,32,34)
#131013
(19,16,19)
#000000
(0,0,0)

Tints of #BDB0A9

#BDB0A9
(189,176,169)
#C3B7B0
(195,183,176)
#C9BEB7
(201,190,183)
#CFC5BE
(207,197,190)
#D5CCC5
(213,204,197)
#DBD3CC
(219,211,204)
#E1DAD3
(225,218,211)
#E7E1DA
(231,225,218)
#EDE8E1
(237,232,225)
#F3EFE8
(243,239,232)
#F9F6EF
(249,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB0A9; }

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

This text font color is #BDB0A9.

Background Color

.myBgColor { background-color: #BDB0A9; }

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

This div background color is #BDB0A9.

Border color

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

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

This div border color is #BDB0A9.

Opacity

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

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

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

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

This text has shadow with #BDB0A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDB0A9.

Preview

Color preview on black background

This text has color #BDB0A9 on black background.


Color preview on white background

This text has color #BDB0A9 on white background.


Black color preview on #BDB0A9 background

This text has black color on #BDB0A9 background.


White color preview on #BDB0A9 background

This text has white color on #BDB0A9 background.


Related colors

Complementary color

Complementary color for #hex is #424F56.


I love getcolorcode.com

Triadic colors

1 #A9BDB0 and #B0A9BD with #BDB0A9 are triadic colors.

2 #A9B0BD and #B0BDA9 with #BDB0A9 are triadic colors.