COLOR #BDB0A6

HEX: #BDB0A6
RGB: (189,176,166)

Color info

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

RGB color model

#BDB0A6 color RGB value is (189,176,166).

  • red value is 189;
  • green value is 176;
  • blue value is 166.
RGB:
(189,176,166)
(74%,69%,65%)

RGB channels and saturation

R 189 of 255 = 74%
G 176 of 255 = 69%
B 166 of 255 = 65%

189
176
166

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

Portions of RGB colors in percentages

R + G + B =
189 + 176 + 166 = 531 (100%)
R 189 of 531 ~ 35.59%
G 176 of 531 ~ 33.15%
B 166 of 531 ~ 31.26%

%35.59
%33.15
%31.26

CMYK color model

#BDB0A6 color CMYK value is (0,7,12,26).

  • cyan value is 0.00%
  • magenta value is 6.88%
  • yellow value is 12.17%
  • key color value is 25.88%
CMYK:
(0,7,12,26)
C0M7Y12K26 
(0%,7%,12%,26%)
(0.00/0.07/0.12/0.26)	

CMYK percentages

%0
%6.88
%12.17
%25.88

Codes

Color #BDB0A6 in popluar color models

BDB0A6
RGB189176166
HSL26°14.84%69.61%
HSB/HSV26°12.17%74.12%
CMYK0.00%6.88%12.17%
25.88%

Color #BDB0A6 in popluar number systems.

HEXBDB0A6
Decimal189176166
Binary101111011011000010100110
Octal275260246

Shades and tints

Shades of #BDB0A6

#BDB0A6
(189,176,166)
#ACA097
(172,160,151)
#9B9088
(155,144,136)
#8A8079
(138,128,121)
#79706A
(121,112,106)
#68605B
(104,96,91)
#57504C
(87,80,76)
#46403D
(70,64,61)
#35302E
(53,48,46)
#24201F
(36,32,31)
#131010
(19,16,16)
#000000
(0,0,0)

Tints of #BDB0A6

#BDB0A6
(189,176,166)
#C3B7AE
(195,183,174)
#C9BEB6
(201,190,182)
#CFC5BE
(207,197,190)
#D5CCC6
(213,204,198)
#DBD3CE
(219,211,206)
#E1DAD6
(225,218,214)
#E7E1DE
(231,225,222)
#EDE8E6
(237,232,230)
#F3EFEE
(243,239,238)
#F9F6F6
(249,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDB0A6 color. Also use rgb(189,176,166) instead hex code.

Text Font Color

.myTextColor { color: #BDB0A6; }

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

This text font color is #BDB0A6.


Background Color

.myBgColor { background-color: #BDB0A6; }

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

This div background color is #BDB0A6.


Border color

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

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

This div border color is #BDB0A6.


Opacity

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

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

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

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

This text has shadow with #BDB0A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB0A6 on black background.


Color preview on white background

This text has color #BDB0A6 on white background.



Black color preview on #BDB0A6 background

This text has black color on #BDB0A6 background.


White color preview on #BDB0A6 background

This text has white color on #BDB0A6 background.