COLOR #BDBBB6

HEX: #BDBBB6
RGB: (189,187,182)

Color info

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

RGB color model

#BDBBB6 color RGB value is (189,187,182).

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

RGB channels and saturation

R 189 of 255 = 74%
G 187 of 255 = 73%
B 182 of 255 = 71%

189
187
182

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

Portions of RGB colors in percentages

R + G + B =
189 + 187 + 182 = 558 (100%)
R 189 of 558 ~ 33.87%
G 187 of 558 ~ 33.51%
B 182 of 558 ~ 32.62%

%33.87
%33.51
%32.62

CMYK color model

#BDBBB6 color CMYK value is (0,1,4,26).

  • cyan value is 0.00%
  • magenta value is 1.06%
  • yellow value is 3.70%
  • key color value is 25.88%
CMYK:
(0,1,4,26)
C0M1Y4K26 
(0%,1%,4%,26%)
(0.00/0.01/0.04/0.26)	

CMYK percentages

%0
%1.06
%3.7
%25.88

Codes

Color #BDBBB6 in popluar color models

BDBBB6
RGB189187182
HSL43°5.04%72.75%
HSB/HSV43°3.70%74.12%
CMYK0.00%1.06%3.70%
25.88%

Color #BDBBB6 in popluar number systems.

HEXBDBBB6
Decimal189187182
Binary101111011011101110110110
Octal275273266

Shades and tints

Shades of #BDBBB6

#BDBBB6
(189,187,182)
#ACAAA6
(172,170,166)
#9B9996
(155,153,150)
#8A8886
(138,136,134)
#797776
(121,119,118)
#686666
(104,102,102)
#575556
(87,85,86)
#464446
(70,68,70)
#353336
(53,51,54)
#242226
(36,34,38)
#131116
(19,17,22)
#000000
(0,0,0)

Tints of #BDBBB6

#BDBBB6
(189,187,182)
#C3C1BC
(195,193,188)
#C9C7C2
(201,199,194)
#CFCDC8
(207,205,200)
#D5D3CE
(213,211,206)
#DBD9D4
(219,217,212)
#E1DFDA
(225,223,218)
#E7E5E0
(231,229,224)
#EDEBE6
(237,235,230)
#F3F1EC
(243,241,236)
#F9F7F2
(249,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDBBB6; }

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

This text font color is #BDBBB6.


Background Color

.myBgColor { background-color: #BDBBB6; }

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

This div background color is #BDBBB6.


Border color

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

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

This div border color is #BDBBB6.


Opacity

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

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

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

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

This text has shadow with #BDBBB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDBBB6 on black background.


Color preview on white background

This text has color #BDBBB6 on white background.



Black color preview on #BDBBB6 background

This text has black color on #BDBBB6 background.


White color preview on #BDBBB6 background

This text has white color on #BDBBB6 background.