COLOR #BDB8B9

HEX: #BDB8B9
RGB: (189,184,185)

Color info

#BDB8B9 contains red, green and blue colors in about the same proportion. Web safe color of #BDB8B9 is #CCCCCC (or #CCC).

RGB color model

#BDB8B9 color RGB value is (189,184,185).

  • red value is 189;
  • green value is 184;
  • blue value is 185.
RGB:
(189,184,185)
(74%,72%,73%)

RGB channels and saturation

R 189 of 255 = 74%
G 184 of 255 = 72%
B 185 of 255 = 73%

189
184
185

R + G + B ~ 73%. #BDB8B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 184 + 185 = 558 (100%)
R 189 of 558 ~ 33.87%
G 184 of 558 ~ 32.97%
B 185 of 558 ~ 33.15%

%33.87
%32.97
%33.15

CMYK color model

#BDB8B9 color CMYK value is (0,3,2,26).

  • cyan value is 0.00%
  • magenta value is 2.65%
  • yellow value is 2.12%
  • key color value is 25.88%
CMYK:
(0,3,2,26)
C0M3Y2K26 
(0%,3%,2%,26%)
(0.00/0.03/0.02/0.26)	

CMYK percentages

%0
%2.65
%2.12
%25.88

Codes

Color #BDB8B9 in popluar color models

BDB8B9
RGB189184185
HSL348°3.65%73.14%
HSB/HSV348°2.65%74.12%
CMYK0.00%2.65%2.12%
25.88%

Color #BDB8B9 in popluar number systems.

HEXBDB8B9
Decimal189184185
Binary101111011011100010111001
Octal275270271

Shades and tints

Shades of #BDB8B9

#BDB8B9
(189,184,185)
#ACA8A9
(172,168,169)
#9B9899
(155,152,153)
#8A8889
(138,136,137)
#797879
(121,120,121)
#686869
(104,104,105)
#575859
(87,88,89)
#464849
(70,72,73)
#353839
(53,56,57)
#242829
(36,40,41)
#131819
(19,24,25)
#000000
(0,0,0)

Tints of #BDB8B9

#BDB8B9
(189,184,185)
#C3BEBF
(195,190,191)
#C9C4C5
(201,196,197)
#CFCACB
(207,202,203)
#D5D0D1
(213,208,209)
#DBD6D7
(219,214,215)
#E1DCDD
(225,220,221)
#E7E2E3
(231,226,227)
#EDE8E9
(237,232,233)
#F3EEEF
(243,238,239)
#F9F4F5
(249,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB8B9; }

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

This text font color is #BDB8B9.


Background Color

.myBgColor { background-color: #BDB8B9; }

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

This div background color is #BDB8B9.


Border color

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

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

This div border color is #BDB8B9.


Opacity

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

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

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

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

This text has shadow with #BDB8B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB8B9 on black background.


Color preview on white background

This text has color #BDB8B9 on white background.



Black color preview on #BDB8B9 background

This text has black color on #BDB8B9 background.


White color preview on #BDB8B9 background

This text has white color on #BDB8B9 background.