COLOR #BDB5A1

HEX: #BDB5A1
RGB: (189,181,161)

Color info

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

RGB color model

#BDB5A1 color RGB value is (189,181,161).

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

RGB channels and saturation

R 189 of 255 = 74%
G 181 of 255 = 71%
B 161 of 255 = 63%

189
181
161

R + G + B ~ 69%. #BDB5A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 181 + 161 = 531 (100%)
R 189 of 531 ~ 35.59%
G 181 of 531 ~ 34.09%
B 161 of 531 ~ 30.32%

%35.59
%34.09
%30.32

CMYK color model

#BDB5A1 color CMYK value is (0,4,15,26).

  • cyan value is 0.00%
  • magenta value is 4.23%
  • yellow value is 14.81%
  • key color value is 25.88%
CMYK:
(0,4,15,26)
C0M4Y15K26 
(0%,4%,15%,26%)
(0.00/0.04/0.15/0.26)	

CMYK percentages

%0
%4.23
%14.81
%25.88

Codes

Color #BDB5A1 in popluar color models

BDB5A1
RGB189181161
HSL43°17.50%68.63%
HSB/HSV43°14.81%74.12%
CMYK0.00%4.23%14.81%
25.88%

Color #BDB5A1 in popluar number systems.

HEXBDB5A1
Decimal189181161
Binary101111011011010110100001
Octal275265241

Shades and tints

Shades of #BDB5A1

#BDB5A1
(189,181,161)
#ACA593
(172,165,147)
#9B9585
(155,149,133)
#8A8577
(138,133,119)
#797569
(121,117,105)
#68655B
(104,101,91)
#57554D
(87,85,77)
#46453F
(70,69,63)
#353531
(53,53,49)
#242523
(36,37,35)
#131515
(19,21,21)
#000000
(0,0,0)

Tints of #BDB5A1

#BDB5A1
(189,181,161)
#C3BBA9
(195,187,169)
#C9C1B1
(201,193,177)
#CFC7B9
(207,199,185)
#D5CDC1
(213,205,193)
#DBD3C9
(219,211,201)
#E1D9D1
(225,217,209)
#E7DFD9
(231,223,217)
#EDE5E1
(237,229,225)
#F3EBE9
(243,235,233)
#F9F1F1
(249,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB5A1; }

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

This text font color is #BDB5A1.


Background Color

.myBgColor { background-color: #BDB5A1; }

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

This div background color is #BDB5A1.


Border color

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

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

This div border color is #BDB5A1.


Opacity

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

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

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

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

This text has shadow with #BDB5A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB5A1 on black background.


Color preview on white background

This text has color #BDB5A1 on white background.



Black color preview on #BDB5A1 background

This text has black color on #BDB5A1 background.


White color preview on #BDB5A1 background

This text has white color on #BDB5A1 background.