COLOR #BDB0AA

HEX: #BDB0AA RGB: (189,176,170)

Color info

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

RGB color model

#BDB0AA color RGB value is (189,176,170).

RGB: (189,176,170) (74%, 69%, 67%)

RGB channels and saturation

R 189 of 255 = 74%
G 176 of 255 = 69%
B 170 of 255 = 67%

189
176
170

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

Portions of RGB colors in percentages

R + G + B = 189 + 176 + 170 = 535 (100%)
R 189 of 535 ~ 35.33%
G 176 of 535 ~ 32.9%
B 170 of 535 ~ 31.78'%

%35.33
%32.9
%31.78

CMYK color model

#BDB0AA color CMYK value is (0,7,10,26).

  • cyan value is 0.00%
  • magenta value is 6.88%
  • yellow value is 10.05%
  • key color value is 25.88%

CMYK: (0,7,10,26)
C0M7Y10K26 (0%, 7%, 10%, 26%)
(0.00 / 0.07 / 0.10 / 0.26)

CMYK percentages

%0
%6.88
%10.05
%25.88

Codes

Color #BDB0AA in popluar color models

BD B0 AA
RGB 189 176 170
HSL 19° 12.58% 70.39%
HSB/HSV 19° 10.05% 74.12%
CMYK 0.00% 6.88% 10.05%
25.88%

Color #BDB0AA in popluar number systems.

HEX BD B0 AA
Decimal 189 176 170
Binary 10111101 10110000 10101010
Octal 275 260 252

Shades and tints

Shades of #BDB0AA

#BDB0AA
(189,176,170)
#ACA09B
(172,160,155)
#9B908C
(155,144,140)
#8A807D
(138,128,125)
#79706E
(121,112,110)
#68605F
(104,96,95)
#575050
(87,80,80)
#464041
(70,64,65)
#353032
(53,48,50)
#242023
(36,32,35)
#131014
(19,16,20)
#000000
(0,0,0)

Tints of #BDB0AA

#BDB0AA
(189,176,170)
#C3B7B1
(195,183,177)
#C9BEB8
(201,190,184)
#CFC5BF
(207,197,191)
#D5CCC6
(213,204,198)
#DBD3CD
(219,211,205)
#E1DAD4
(225,218,212)
#E7E1DB
(231,225,219)
#EDE8E2
(237,232,226)
#F3EFE9
(243,239,233)
#F9F6F0
(249,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB0AA; }

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

This text font color is #BDB0AA.

Background Color

.myBgColor { background-color: #BDB0AA; }

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

This div background color is #BDB0AA.

Border color

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

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

This div border color is #BDB0AA.

Opacity

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

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

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

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

This text has shadow with #BDB0AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDB0AA.

Preview

Color preview on black background

This text has color #BDB0AA on black background.


Color preview on white background

This text has color #BDB0AA on white background.


Black color preview on #BDB0AA background

This text has black color on #BDB0AA background.


White color preview on #BDB0AA background

This text has white color on #BDB0AA background.


Related colors

Complementary color

Complementary color for #hex is #424F55.


I love getcolorcode.com

Triadic colors

1 #AABDB0 and #B0AABD with #BDB0AA are triadic colors.

2 #AAB0BD and #B0BDAA with #BDB0AA are triadic colors.