COLOR #BDB5AB

HEX: #BDB5AB
RGB: (189,181,171)

Color info

#BDB5AB contains red, green and blue colors in about the same proportion. Web safe color of #BDB5AB is #CCCC99 (or #CC9).

RGB color model

#BDB5AB color RGB value is (189,181,171).

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

RGB channels and saturation

R 189 of 255 = 74%
G 181 of 255 = 71%
B 171 of 255 = 67%

189
181
171

R + G + B ~ 71%. #BDB5AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 181 + 171 = 541 (100%)
R 189 of 541 ~ 34.94%
G 181 of 541 ~ 33.46%
B 171 of 541 ~ 31.61%

%34.94
%33.46
%31.61

CMYK color model

#BDB5AB color CMYK value is (0,4,10,26).

  • cyan value is 0.00%
  • magenta value is 4.23%
  • yellow value is 9.52%
  • key color value is 25.88%
CMYK:
(0,4,10,26)
C0M4Y10K26 
(0%,4%,10%,26%)
(0.00/0.04/0.10/0.26)	

CMYK percentages

%0
%4.23
%9.52
%25.88

Codes

Color #BDB5AB in popluar color models

BDB5AB
RGB189181171
HSL33°12.00%70.59%
HSB/HSV33°9.52%74.12%
CMYK0.00%4.23%9.52%
25.88%

Color #BDB5AB in popluar number systems.

HEXBDB5AB
Decimal189181171
Binary101111011011010110101011
Octal275265253

Shades and tints

Shades of #BDB5AB

#BDB5AB
(189,181,171)
#ACA59C
(172,165,156)
#9B958D
(155,149,141)
#8A857E
(138,133,126)
#79756F
(121,117,111)
#686560
(104,101,96)
#575551
(87,85,81)
#464542
(70,69,66)
#353533
(53,53,51)
#242524
(36,37,36)
#131515
(19,21,21)
#000000
(0,0,0)

Tints of #BDB5AB

#BDB5AB
(189,181,171)
#C3BBB2
(195,187,178)
#C9C1B9
(201,193,185)
#CFC7C0
(207,199,192)
#D5CDC7
(213,205,199)
#DBD3CE
(219,211,206)
#E1D9D5
(225,217,213)
#E7DFDC
(231,223,220)
#EDE5E3
(237,229,227)
#F3EBEA
(243,235,234)
#F9F1F1
(249,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB5AB; }

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

This text font color is #BDB5AB.


Background Color

.myBgColor { background-color: #BDB5AB; }

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

This div background color is #BDB5AB.


Border color

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

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

This div border color is #BDB5AB.


Opacity

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

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

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

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

This text has shadow with #BDB5AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB5AB on black background.


Color preview on white background

This text has color #BDB5AB on white background.



Black color preview on #BDB5AB background

This text has black color on #BDB5AB background.


White color preview on #BDB5AB background

This text has white color on #BDB5AB background.