COLOR #BDB5A0

HEX: #BDB5A0
RGB: (189,181,160)

Color info

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

RGB color model

#BDB5A0 color RGB value is (189,181,160).

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

RGB channels and saturation

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

189
181
160

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

Portions of RGB colors in percentages

R + G + B =
189 + 181 + 160 = 530 (100%)
R 189 of 530 ~ 35.66%
G 181 of 530 ~ 34.15%
B 160 of 530 ~ 30.19%

%35.66
%34.15
%30.19

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.23%
  • yellow value is 15.34%
  • 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
%15.34
%25.88

Codes

Color #BDB5A0 in popluar color models

BDB5A0
RGB189181160
HSL43°18.01%68.43%
HSB/HSV43°15.34%74.12%
CMYK0.00%4.23%15.34%
25.88%

Color #BDB5A0 in popluar number systems.

HEXBDB5A0
Decimal189181160
Binary101111011011010110100000
Octal275265240

Shades and tints

Shades of #BDB5A0

#BDB5A0
(189,181,160)
#ACA592
(172,165,146)
#9B9584
(155,149,132)
#8A8576
(138,133,118)
#797568
(121,117,104)
#68655A
(104,101,90)
#57554C
(87,85,76)
#46453E
(70,69,62)
#353530
(53,53,48)
#242522
(36,37,34)
#131514
(19,21,20)
#000000
(0,0,0)

Tints of #BDB5A0

#BDB5A0
(189,181,160)
#C3BBA8
(195,187,168)
#C9C1B0
(201,193,176)
#CFC7B8
(207,199,184)
#D5CDC0
(213,205,192)
#DBD3C8
(219,211,200)
#E1D9D0
(225,217,208)
#E7DFD8
(231,223,216)
#EDE5E0
(237,229,224)
#F3EBE8
(243,235,232)
#F9F1F0
(249,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB5A0; }

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

This text font color is #BDB5A0.


Background Color

.myBgColor { background-color: #BDB5A0; }

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

This div background color is #BDB5A0.


Border color

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

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

This div border color is #BDB5A0.


Opacity

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

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

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

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

This text has shadow with #BDB5A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB5A0 on black background.


Color preview on white background

This text has color #BDB5A0 on white background.



Black color preview on #BDB5A0 background

This text has black color on #BDB5A0 background.


White color preview on #BDB5A0 background

This text has white color on #BDB5A0 background.