COLOR #BDB6B3

HEX: #BDB6B3
RGB: (189,182,179)

Color info

#BDB6B3 contains red, green and blue colors in about the same proportion. Web safe color of #BDB6B3 is #CCCC99 (or #CC9).

RGB color model

#BDB6B3 color RGB value is (189,182,179).

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

RGB channels and saturation

R 189 of 255 = 74%
G 182 of 255 = 71%
B 179 of 255 = 70%

189
182
179

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

Portions of RGB colors in percentages

R + G + B =
189 + 182 + 179 = 550 (100%)
R 189 of 550 ~ 34.36%
G 182 of 550 ~ 33.09%
B 179 of 550 ~ 32.55%

%34.36
%33.09
%32.55

CMYK color model

#BDB6B3 color CMYK value is (0,4,5,26).

  • cyan value is 0.00%
  • magenta value is 3.70%
  • yellow value is 5.29%
  • key color value is 25.88%
CMYK:
(0,4,5,26)
C0M4Y5K26 
(0%,4%,5%,26%)
(0.00/0.04/0.05/0.26)	

CMYK percentages

%0
%3.7
%5.29
%25.88

Codes

Color #BDB6B3 in popluar color models

BDB6B3
RGB189182179
HSL18°7.04%72.16%
HSB/HSV18°5.29%74.12%
CMYK0.00%3.70%5.29%
25.88%

Color #BDB6B3 in popluar number systems.

HEXBDB6B3
Decimal189182179
Binary101111011011011010110011
Octal275266263

Shades and tints

Shades of #BDB6B3

#BDB6B3
(189,182,179)
#ACA6A3
(172,166,163)
#9B9693
(155,150,147)
#8A8683
(138,134,131)
#797673
(121,118,115)
#686663
(104,102,99)
#575653
(87,86,83)
#464643
(70,70,67)
#353633
(53,54,51)
#242623
(36,38,35)
#131613
(19,22,19)
#000000
(0,0,0)

Tints of #BDB6B3

#BDB6B3
(189,182,179)
#C3BCB9
(195,188,185)
#C9C2BF
(201,194,191)
#CFC8C5
(207,200,197)
#D5CECB
(213,206,203)
#DBD4D1
(219,212,209)
#E1DAD7
(225,218,215)
#E7E0DD
(231,224,221)
#EDE6E3
(237,230,227)
#F3ECE9
(243,236,233)
#F9F2EF
(249,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB6B3; }

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

This text font color is #BDB6B3.


Background Color

.myBgColor { background-color: #BDB6B3; }

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

This div background color is #BDB6B3.


Border color

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

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

This div border color is #BDB6B3.


Opacity

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

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

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

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

This text has shadow with #BDB6B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB6B3 on black background.


Color preview on white background

This text has color #BDB6B3 on white background.



Black color preview on #BDB6B3 background

This text has black color on #BDB6B3 background.


White color preview on #BDB6B3 background

This text has white color on #BDB6B3 background.