COLOR #BDB1B1

HEX: #BDB1B1
RGB: (189,177,177)

Color info

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

RGB color model

#BDB1B1 color RGB value is (189,177,177).

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

RGB channels and saturation

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

189
177
177

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

Portions of RGB colors in percentages

R + G + B =
189 + 177 + 177 = 543 (100%)
R 189 of 543 ~ 34.81%
G 177 of 543 ~ 32.6%
B 177 of 543 ~ 32.6%

%34.81
%32.6
%32.6

CMYK color model

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

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

CMYK percentages

%0
%6.35
%6.35
%25.88

Codes

Color #BDB1B1 in popluar color models

BDB1B1
RGB189177177
HSL8.33%71.76%
HSB/HSV6.35%74.12%
CMYK0.00%6.35%6.35%
25.88%

Color #BDB1B1 in popluar number systems.

HEXBDB1B1
Decimal189177177
Binary101111011011000110110001
Octal275261261

Shades and tints

Shades of #BDB1B1

#BDB1B1
(189,177,177)
#ACA1A1
(172,161,161)
#9B9191
(155,145,145)
#8A8181
(138,129,129)
#797171
(121,113,113)
#686161
(104,97,97)
#575151
(87,81,81)
#464141
(70,65,65)
#353131
(53,49,49)
#242121
(36,33,33)
#131111
(19,17,17)
#000000
(0,0,0)

Tints of #BDB1B1

#BDB1B1
(189,177,177)
#C3B8B8
(195,184,184)
#C9BFBF
(201,191,191)
#CFC6C6
(207,198,198)
#D5CDCD
(213,205,205)
#DBD4D4
(219,212,212)
#E1DBDB
(225,219,219)
#E7E2E2
(231,226,226)
#EDE9E9
(237,233,233)
#F3F0F0
(243,240,240)
#F9F7F7
(249,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB1B1; }

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

This text font color is #BDB1B1.


Background Color

.myBgColor { background-color: #BDB1B1; }

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

This div background color is #BDB1B1.


Border color

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

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

This div border color is #BDB1B1.


Opacity

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

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

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

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

This text has shadow with #BDB1B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB1B1 on black background.


Color preview on white background

This text has color #BDB1B1 on white background.



Black color preview on #BDB1B1 background

This text has black color on #BDB1B1 background.


White color preview on #BDB1B1 background

This text has white color on #BDB1B1 background.