COLOR #BDB0A3

HEX: #BDB0A3
RGB: (189,176,163)

Color info

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

RGB color model

#BDB0A3 color RGB value is (189,176,163).

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

RGB channels and saturation

R 189 of 255 = 74%
G 176 of 255 = 69%
B 163 of 255 = 64%

189
176
163

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

Portions of RGB colors in percentages

R + G + B =
189 + 176 + 163 = 528 (100%)
R 189 of 528 ~ 35.8%
G 176 of 528 ~ 33.33%
B 163 of 528 ~ 30.87%

%35.8
%33.33
%30.87

CMYK color model

#BDB0A3 color CMYK value is (0,7,14,26).

  • cyan value is 0.00%
  • magenta value is 6.88%
  • yellow value is 13.76%
  • key color value is 25.88%
CMYK:
(0,7,14,26)
C0M7Y14K26 
(0%,7%,14%,26%)
(0.00/0.07/0.14/0.26)	

CMYK percentages

%0
%6.88
%13.76
%25.88

Codes

Color #BDB0A3 in popluar color models

BDB0A3
RGB189176163
HSL30°16.46%69.02%
HSB/HSV30°13.76%74.12%
CMYK0.00%6.88%13.76%
25.88%

Color #BDB0A3 in popluar number systems.

HEXBDB0A3
Decimal189176163
Binary101111011011000010100011
Octal275260243

Shades and tints

Shades of #BDB0A3

#BDB0A3
(189,176,163)
#ACA095
(172,160,149)
#9B9087
(155,144,135)
#8A8079
(138,128,121)
#79706B
(121,112,107)
#68605D
(104,96,93)
#57504F
(87,80,79)
#464041
(70,64,65)
#353033
(53,48,51)
#242025
(36,32,37)
#131017
(19,16,23)
#000000
(0,0,0)

Tints of #BDB0A3

#BDB0A3
(189,176,163)
#C3B7AB
(195,183,171)
#C9BEB3
(201,190,179)
#CFC5BB
(207,197,187)
#D5CCC3
(213,204,195)
#DBD3CB
(219,211,203)
#E1DAD3
(225,218,211)
#E7E1DB
(231,225,219)
#EDE8E3
(237,232,227)
#F3EFEB
(243,239,235)
#F9F6F3
(249,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB0A3; }

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

This text font color is #BDB0A3.


Background Color

.myBgColor { background-color: #BDB0A3; }

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

This div background color is #BDB0A3.


Border color

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

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

This div border color is #BDB0A3.


Opacity

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

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

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

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

This text has shadow with #BDB0A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB0A3 on black background.


Color preview on white background

This text has color #BDB0A3 on white background.



Black color preview on #BDB0A3 background

This text has black color on #BDB0A3 background.


White color preview on #BDB0A3 background

This text has white color on #BDB0A3 background.