COLOR #BDB0B1

HEX: #BDB0B1
RGB: (189,176,177)

Color info

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

RGB color model

#BDB0B1 color RGB value is (189,176,177).

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

RGB channels and saturation

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

189
176
177

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

Portions of RGB colors in percentages

R + G + B =
189 + 176 + 177 = 542 (100%)
R 189 of 542 ~ 34.87%
G 176 of 542 ~ 32.47%
B 177 of 542 ~ 32.66%

%34.87
%32.47
%32.66

CMYK color model

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

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

CMYK percentages

%0
%6.88
%6.35
%25.88

Codes

Color #BDB0B1 in popluar color models

BDB0B1
RGB189176177
HSL355°8.97%71.57%
HSB/HSV355°6.88%74.12%
CMYK0.00%6.88%6.35%
25.88%

Color #BDB0B1 in popluar number systems.

HEXBDB0B1
Decimal189176177
Binary101111011011000010110001
Octal275260261

Shades and tints

Shades of #BDB0B1

#BDB0B1
(189,176,177)
#ACA0A1
(172,160,161)
#9B9091
(155,144,145)
#8A8081
(138,128,129)
#797071
(121,112,113)
#686061
(104,96,97)
#575051
(87,80,81)
#464041
(70,64,65)
#353031
(53,48,49)
#242021
(36,32,33)
#131011
(19,16,17)
#000000
(0,0,0)

Tints of #BDB0B1

#BDB0B1
(189,176,177)
#C3B7B8
(195,183,184)
#C9BEBF
(201,190,191)
#CFC5C6
(207,197,198)
#D5CCCD
(213,204,205)
#DBD3D4
(219,211,212)
#E1DADB
(225,218,219)
#E7E1E2
(231,225,226)
#EDE8E9
(237,232,233)
#F3EFF0
(243,239,240)
#F9F6F7
(249,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB0B1; }

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

This text font color is #BDB0B1.


Background Color

.myBgColor { background-color: #BDB0B1; }

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

This div background color is #BDB0B1.


Border color

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

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

This div border color is #BDB0B1.


Opacity

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

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

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

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

This text has shadow with #BDB0B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB0B1 on black background.


Color preview on white background

This text has color #BDB0B1 on white background.



Black color preview on #BDB0B1 background

This text has black color on #BDB0B1 background.


White color preview on #BDB0B1 background

This text has white color on #BDB0B1 background.