COLOR #BDB3B1

HEX: #BDB3B1
RGB: (189,179,177)

Color info

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

RGB color model

#BDB3B1 color RGB value is (189,179,177).

  • red value is 189;
  • green value is 179;
  • blue value is 177.
RGB:
(189,179,177)
(74%,70%,69%)

RGB channels and saturation

R 189 of 255 = 74%
G 179 of 255 = 70%
B 177 of 255 = 69%

189
179
177

R + G + B ~ 71%. #BDB3B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 179 + 177 = 545 (100%)
R 189 of 545 ~ 34.68%
G 179 of 545 ~ 32.84%
B 177 of 545 ~ 32.48%

%34.68
%32.84
%32.48

CMYK color model

#BDB3B1 color CMYK value is (0,5,6,26).

  • cyan value is 0.00%
  • magenta value is 5.29%
  • yellow value is 6.35%
  • key color value is 25.88%
CMYK:
(0,5,6,26)
C0M5Y6K26 
(0%,5%,6%,26%)
(0.00/0.05/0.06/0.26)	

CMYK percentages

%0
%5.29
%6.35
%25.88

Codes

Color #BDB3B1 in popluar color models

BDB3B1
RGB189179177
HSL10°8.33%71.76%
HSB/HSV10°6.35%74.12%
CMYK0.00%5.29%6.35%
25.88%

Color #BDB3B1 in popluar number systems.

HEXBDB3B1
Decimal189179177
Binary101111011011001110110001
Octal275263261

Shades and tints

Shades of #BDB3B1

#BDB3B1
(189,179,177)
#ACA3A1
(172,163,161)
#9B9391
(155,147,145)
#8A8381
(138,131,129)
#797371
(121,115,113)
#686361
(104,99,97)
#575351
(87,83,81)
#464341
(70,67,65)
#353331
(53,51,49)
#242321
(36,35,33)
#131311
(19,19,17)
#000000
(0,0,0)

Tints of #BDB3B1

#BDB3B1
(189,179,177)
#C3B9B8
(195,185,184)
#C9BFBF
(201,191,191)
#CFC5C6
(207,197,198)
#D5CBCD
(213,203,205)
#DBD1D4
(219,209,212)
#E1D7DB
(225,215,219)
#E7DDE2
(231,221,226)
#EDE3E9
(237,227,233)
#F3E9F0
(243,233,240)
#F9EFF7
(249,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDB3B1 color. Also use rgb(189,179,177) instead hex code.

Text Font Color

.myTextColor { color: #BDB3B1; }

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

This text font color is #BDB3B1.


Background Color

.myBgColor { background-color: #BDB3B1; }

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

This div background color is #BDB3B1.


Border color

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

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

This div border color is #BDB3B1.


Opacity

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

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

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

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

This text has shadow with #BDB3B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB3B1 on black background.


Color preview on white background

This text has color #BDB3B1 on white background.



Black color preview on #BDB3B1 background

This text has black color on #BDB3B1 background.


White color preview on #BDB3B1 background

This text has white color on #BDB3B1 background.