COLOR #BDAB96

HEX: #BDAB96 RGB: (189,171,150)

Color info

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

RGB color model

#BDAB96 color RGB value is (189,171,150).

RGB: (189,171,150) (74%, 67%, 59%)

RGB channels and saturation

R 189 of 255 = 74%
G 171 of 255 = 67%
B 150 of 255 = 59%

189
171
150

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

Portions of RGB colors in percentages

R + G + B = 189 + 171 + 150 = 510 (100%)
R 189 of 510 ~ 37.06%
G 171 of 510 ~ 33.53%
B 150 of 510 ~ 29.41'%

%37.06
%33.53
%29.41

CMYK color model

#BDAB96 color CMYK value is (0,10,21,26).

  • cyan value is 0.00%
  • magenta value is 9.52%
  • yellow value is 20.63%
  • key color value is 25.88%
CMYK: (0,10,21,26) C0M10Y21K26 (0%,10%,21%,26%) (0.00/0.10/0.21/0.26) 

CMYK percentages

%0
%9.52
%20.63
%25.88

Codes

Color #BDAB96 in popluar color models

BD AB 96
RGB 189 171 150
HSL 32° 22.81% 66.47%
HSB/HSV 32° 20.63% 74.12%
CMYK 0.00% 9.52% 20.63%
25.88%

Color #BDAB96 in popluar number systems.

HEX BD AB 96
Decimal 189 171 150
Binary 10111101 10101011 10010110
Octal 275 253 226

Shades and tints

Shades of #BDAB96

#BDAB96
(189,171,150)
#AC9C89
(172,156,137)
#9B8D7C
(155,141,124)
#8A7E6F
(138,126,111)
#796F62
(121,111,98)
#686055
(104,96,85)
#575148
(87,81,72)
#46423B
(70,66,59)
#35332E
(53,51,46)
#242421
(36,36,33)
#131514
(19,21,20)
#000000
(0,0,0)

Tints of #BDAB96

#BDAB96
(189,171,150)
#C3B29F
(195,178,159)
#C9B9A8
(201,185,168)
#CFC0B1
(207,192,177)
#D5C7BA
(213,199,186)
#DBCEC3
(219,206,195)
#E1D5CC
(225,213,204)
#E7DCD5
(231,220,213)
#EDE3DE
(237,227,222)
#F3EAE7
(243,234,231)
#F9F1F0
(249,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDAB96; }

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

This text font color is #BDAB96.

Background Color

.myBgColor { background-color: #BDAB96; }

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

This div background color is #BDAB96.

Border color

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

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

This div border color is #BDAB96.

Opacity

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

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

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

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

This text has shadow with #BDAB96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDAB96.

Preview

Color preview on black background

This text has color #BDAB96 on black background.


Color preview on white background

This text has color #BDAB96 on white background.


Black color preview on #BDAB96 background

This text has black color on #BDAB96 background.


White color preview on #BDAB96 background

This text has white color on #BDAB96 background.


Related colors

Complementary color

Complementary color for #hex is #425469.


I love getcolorcode.com

Triadic colors

1 #96BDAB and #AB96BD with #BDAB96 are triadic colors.

2 #96ABBD and #ABBD96 with #BDAB96 are triadic colors.