COLOR #BDAB9B

HEX: #BDAB9B RGB: (189,171,155)

Color info

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

RGB color model

#BDAB9B color RGB value is (189,171,155).

RGB: (189,171,155) (74%, 67%, 61%)

RGB channels and saturation

R 189 of 255 = 74%
G 171 of 255 = 67%
B 155 of 255 = 61%

189
171
155

R + G + B ~ 67%. #BDAB9B is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 171 + 155 = 515 (100%)
R 189 of 515 ~ 36.7%
G 171 of 515 ~ 33.2%
B 155 of 515 ~ 30.1'%

%36.7
%33.2
%30.1

CMYK color model

#BDAB9B color CMYK value is (0,10,18,26).

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

CMYK: (0,10,18,26)
C0M10Y18K26 (0%, 10%, 18%, 26%)
(0.00 / 0.10 / 0.18 / 0.26)

CMYK percentages

%0
%9.52
%17.99
%25.88

Codes

Color #BDAB9B in popluar color models

BD AB 9B
RGB 189 171 155
HSL 28° 20.48% 67.45%
HSB/HSV 28° 17.99% 74.12%
CMYK 0.00% 9.52% 17.99%
25.88%

Color #BDAB9B in popluar number systems.

HEX BD AB 9B
Decimal 189 171 155
Binary 10111101 10101011 10011011
Octal 275 253 233

Shades and tints

Shades of #BDAB9B

#BDAB9B
(189,171,155)
#AC9C8D
(172,156,141)
#9B8D7F
(155,141,127)
#8A7E71
(138,126,113)
#796F63
(121,111,99)
#686055
(104,96,85)
#575147
(87,81,71)
#464239
(70,66,57)
#35332B
(53,51,43)
#24241D
(36,36,29)
#13150F
(19,21,15)
#000000
(0,0,0)

Tints of #BDAB9B

#BDAB9B
(189,171,155)
#C3B2A4
(195,178,164)
#C9B9AD
(201,185,173)
#CFC0B6
(207,192,182)
#D5C7BF
(213,199,191)
#DBCEC8
(219,206,200)
#E1D5D1
(225,213,209)
#E7DCDA
(231,220,218)
#EDE3E3
(237,227,227)
#F3EAEC
(243,234,236)
#F9F1F5
(249,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDAB9B; }

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

This text font color is #BDAB9B.

Background Color

.myBgColor { background-color: #BDAB9B; }

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

This div background color is #BDAB9B.

Border color

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

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

This div border color is #BDAB9B.

Opacity

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

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

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

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

This text has shadow with #BDAB9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDAB9B.

Preview

Color preview on black background

This text has color #BDAB9B on black background.


Color preview on white background

This text has color #BDAB9B on white background.


Black color preview on #BDAB9B background

This text has black color on #BDAB9B background.


White color preview on #BDAB9B background

This text has white color on #BDAB9B background.


Related colors

Complementary color

Complementary color for #hex is #425464.


I love getcolorcode.com

Triadic colors

1 #9BBDAB and #AB9BBD with #BDAB9B are triadic colors.

2 #9BABBD and #ABBD9B with #BDAB9B are triadic colors.