COLOR #BDB0A8

HEX: #BDB0A8
RGB: (189,176,168)

Color info

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

RGB color model

#BDB0A8 color RGB value is (189,176,168).

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

RGB channels and saturation

R 189 of 255 = 74%
G 176 of 255 = 69%
B 168 of 255 = 66%

189
176
168

R + G + B ~ 70%. #BDB0A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 176 + 168 = 533 (100%)
R 189 of 533 ~ 35.46%
G 176 of 533 ~ 33.02%
B 168 of 533 ~ 31.52%

%35.46
%33.02
%31.52

CMYK color model

#BDB0A8 color CMYK value is (0,7,11,26).

  • cyan value is 0.00%
  • magenta value is 6.88%
  • yellow value is 11.11%
  • key color value is 25.88%
CMYK:
(0,7,11,26)
C0M7Y11K26 
(0%,7%,11%,26%)
(0.00/0.07/0.11/0.26)	

CMYK percentages

%0
%6.88
%11.11
%25.88

Codes

Color #BDB0A8 in popluar color models

BDB0A8
RGB189176168
HSL23°13.73%70.00%
HSB/HSV23°11.11%74.12%
CMYK0.00%6.88%11.11%
25.88%

Color #BDB0A8 in popluar number systems.

HEXBDB0A8
Decimal189176168
Binary101111011011000010101000
Octal275260250

Shades and tints

Shades of #BDB0A8

#BDB0A8
(189,176,168)
#ACA099
(172,160,153)
#9B908A
(155,144,138)
#8A807B
(138,128,123)
#79706C
(121,112,108)
#68605D
(104,96,93)
#57504E
(87,80,78)
#46403F
(70,64,63)
#353030
(53,48,48)
#242021
(36,32,33)
#131012
(19,16,18)
#000000
(0,0,0)

Tints of #BDB0A8

#BDB0A8
(189,176,168)
#C3B7AF
(195,183,175)
#C9BEB6
(201,190,182)
#CFC5BD
(207,197,189)
#D5CCC4
(213,204,196)
#DBD3CB
(219,211,203)
#E1DAD2
(225,218,210)
#E7E1D9
(231,225,217)
#EDE8E0
(237,232,224)
#F3EFE7
(243,239,231)
#F9F6EE
(249,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB0A8; }

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

This text font color is #BDB0A8.


Background Color

.myBgColor { background-color: #BDB0A8; }

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

This div background color is #BDB0A8.


Border color

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

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

This div border color is #BDB0A8.


Opacity

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

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

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

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

This text has shadow with #BDB0A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB0A8 on black background.


Color preview on white background

This text has color #BDB0A8 on white background.



Black color preview on #BDB0A8 background

This text has black color on #BDB0A8 background.


White color preview on #BDB0A8 background

This text has white color on #BDB0A8 background.