COLOR #BDAB97

HEX: #BDAB97
RGB: (189,171,151)

Color info

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

RGB color model

#BDAB97 color RGB value is (189,171,151).

  • red value is 189;
  • green value is 171;
  • blue value is 151.
RGB:
(189,171,151)
(74%,67%,59%)

RGB channels and saturation

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

189
171
151

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

Portions of RGB colors in percentages

R + G + B =
189 + 171 + 151 = 511 (100%)
R 189 of 511 ~ 36.99%
G 171 of 511 ~ 33.46%
B 151 of 511 ~ 29.55%

%36.99
%33.46
%29.55

CMYK color model

#BDAB97 color CMYK value is (0,10,20,26).

  • cyan value is 0.00%
  • magenta value is 9.52%
  • yellow value is 20.11%
  • key color value is 25.88%
CMYK:
(0,10,20,26)
C0M10Y20K26 
(0%,10%,20%,26%)
(0.00/0.10/0.20/0.26)	

CMYK percentages

%0
%9.52
%20.11
%25.88

Codes

Color #BDAB97 in popluar color models

BDAB97
RGB189171151
HSL32°22.35%66.67%
HSB/HSV32°20.11%74.12%
CMYK0.00%9.52%20.11%
25.88%

Color #BDAB97 in popluar number systems.

HEXBDAB97
Decimal189171151
Binary101111011010101110010111
Octal275253227

Shades and tints

Shades of #BDAB97

#BDAB97
(189,171,151)
#AC9C8A
(172,156,138)
#9B8D7D
(155,141,125)
#8A7E70
(138,126,112)
#796F63
(121,111,99)
#686056
(104,96,86)
#575149
(87,81,73)
#46423C
(70,66,60)
#35332F
(53,51,47)
#242422
(36,36,34)
#131515
(19,21,21)
#000000
(0,0,0)

Tints of #BDAB97

#BDAB97
(189,171,151)
#C3B2A0
(195,178,160)
#C9B9A9
(201,185,169)
#CFC0B2
(207,192,178)
#D5C7BB
(213,199,187)
#DBCEC4
(219,206,196)
#E1D5CD
(225,213,205)
#E7DCD6
(231,220,214)
#EDE3DF
(237,227,223)
#F3EAE8
(243,234,232)
#F9F1F1
(249,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDAB97; }

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

This text font color is #BDAB97.


Background Color

.myBgColor { background-color: #BDAB97; }

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

This div background color is #BDAB97.


Border color

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

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

This div border color is #BDAB97.


Opacity

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

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

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

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

This text has shadow with #BDAB97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDAB97 on black background.


Color preview on white background

This text has color #BDAB97 on white background.



Black color preview on #BDAB97 background

This text has black color on #BDAB97 background.


White color preview on #BDAB97 background

This text has white color on #BDAB97 background.