COLOR #BDAB9F

HEX: #BDAB9F
RGB: (189,171,159)

Color info

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

RGB color model

#BDAB9F color RGB value is (189,171,159).

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

RGB channels and saturation

R 189 of 255 = 74%
G 171 of 255 = 67%
B 159 of 255 = 62%

189
171
159

R + G + B ~ 68%. #BDAB9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 171 + 159 = 519 (100%)
R 189 of 519 ~ 36.42%
G 171 of 519 ~ 32.95%
B 159 of 519 ~ 30.64%

%36.42
%32.95
%30.64

CMYK color model

#BDAB9F color CMYK value is (0,10,16,26).

  • cyan value is 0.00%
  • magenta value is 9.52%
  • yellow value is 15.87%
  • key color value is 25.88%
CMYK:
(0,10,16,26)
C0M10Y16K26 
(0%,10%,16%,26%)
(0.00/0.10/0.16/0.26)	

CMYK percentages

%0
%9.52
%15.87
%25.88

Codes

Color #BDAB9F in popluar color models

BDAB9F
RGB189171159
HSL24°18.52%68.24%
HSB/HSV24°15.87%74.12%
CMYK0.00%9.52%15.87%
25.88%

Color #BDAB9F in popluar number systems.

HEXBDAB9F
Decimal189171159
Binary101111011010101110011111
Octal275253237

Shades and tints

Shades of #BDAB9F

#BDAB9F
(189,171,159)
#AC9C91
(172,156,145)
#9B8D83
(155,141,131)
#8A7E75
(138,126,117)
#796F67
(121,111,103)
#686059
(104,96,89)
#57514B
(87,81,75)
#46423D
(70,66,61)
#35332F
(53,51,47)
#242421
(36,36,33)
#131513
(19,21,19)
#000000
(0,0,0)

Tints of #BDAB9F

#BDAB9F
(189,171,159)
#C3B2A7
(195,178,167)
#C9B9AF
(201,185,175)
#CFC0B7
(207,192,183)
#D5C7BF
(213,199,191)
#DBCEC7
(219,206,199)
#E1D5CF
(225,213,207)
#E7DCD7
(231,220,215)
#EDE3DF
(237,227,223)
#F3EAE7
(243,234,231)
#F9F1EF
(249,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDAB9F; }

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

This text font color is #BDAB9F.


Background Color

.myBgColor { background-color: #BDAB9F; }

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

This div background color is #BDAB9F.


Border color

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

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

This div border color is #BDAB9F.


Opacity

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

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

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

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

This text has shadow with #BDAB9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDAB9F on black background.


Color preview on white background

This text has color #BDAB9F on white background.



Black color preview on #BDAB9F background

This text has black color on #BDAB9F background.


White color preview on #BDAB9F background

This text has white color on #BDAB9F background.