COLOR #BDB6B8

HEX: #BDB6B8
RGB: (189,182,184)

Color info

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

RGB color model

#BDB6B8 color RGB value is (189,182,184).

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

RGB channels and saturation

R 189 of 255 = 74%
G 182 of 255 = 71%
B 184 of 255 = 72%

189
182
184

R + G + B ~ 72%. #BDB6B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 182 + 184 = 555 (100%)
R 189 of 555 ~ 34.05%
G 182 of 555 ~ 32.79%
B 184 of 555 ~ 33.15%

%34.05
%32.79
%33.15

CMYK color model

#BDB6B8 color CMYK value is (0,4,3,26).

  • cyan value is 0.00%
  • magenta value is 3.70%
  • yellow value is 2.65%
  • key color value is 25.88%
CMYK:
(0,4,3,26)
C0M4Y3K26 
(0%,4%,3%,26%)
(0.00/0.04/0.03/0.26)	

CMYK percentages

%0
%3.7
%2.65
%25.88

Codes

Color #BDB6B8 in popluar color models

BDB6B8
RGB189182184
HSL343°5.04%72.75%
HSB/HSV343°3.70%74.12%
CMYK0.00%3.70%2.65%
25.88%

Color #BDB6B8 in popluar number systems.

HEXBDB6B8
Decimal189182184
Binary101111011011011010111000
Octal275266270

Shades and tints

Shades of #BDB6B8

#BDB6B8
(189,182,184)
#ACA6A8
(172,166,168)
#9B9698
(155,150,152)
#8A8688
(138,134,136)
#797678
(121,118,120)
#686668
(104,102,104)
#575658
(87,86,88)
#464648
(70,70,72)
#353638
(53,54,56)
#242628
(36,38,40)
#131618
(19,22,24)
#000000
(0,0,0)

Tints of #BDB6B8

#BDB6B8
(189,182,184)
#C3BCBE
(195,188,190)
#C9C2C4
(201,194,196)
#CFC8CA
(207,200,202)
#D5CED0
(213,206,208)
#DBD4D6
(219,212,214)
#E1DADC
(225,218,220)
#E7E0E2
(231,224,226)
#EDE6E8
(237,230,232)
#F3ECEE
(243,236,238)
#F9F2F4
(249,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB6B8; }

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

This text font color is #BDB6B8.


Background Color

.myBgColor { background-color: #BDB6B8; }

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

This div background color is #BDB6B8.


Border color

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

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

This div border color is #BDB6B8.


Opacity

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

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

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

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

This text has shadow with #BDB6B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB6B8 on black background.


Color preview on white background

This text has color #BDB6B8 on white background.



Black color preview on #BDB6B8 background

This text has black color on #BDB6B8 background.


White color preview on #BDB6B8 background

This text has white color on #BDB6B8 background.