COLOR #BDB4B7

HEX: #BDB4B7
RGB: (189,180,183)

Color info

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

RGB color model

#BDB4B7 color RGB value is (189,180,183).

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

RGB channels and saturation

R 189 of 255 = 74%
G 180 of 255 = 71%
B 183 of 255 = 72%

189
180
183

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

Portions of RGB colors in percentages

R + G + B =
189 + 180 + 183 = 552 (100%)
R 189 of 552 ~ 34.24%
G 180 of 552 ~ 32.61%
B 183 of 552 ~ 33.15%

%34.24
%32.61
%33.15

CMYK color model

#BDB4B7 color CMYK value is (0,5,3,26).

  • cyan value is 0.00%
  • magenta value is 4.76%
  • yellow value is 3.17%
  • key color value is 25.88%
CMYK:
(0,5,3,26)
C0M5Y3K26 
(0%,5%,3%,26%)
(0.00/0.05/0.03/0.26)	

CMYK percentages

%0
%4.76
%3.17
%25.88

Codes

Color #BDB4B7 in popluar color models

BDB4B7
RGB189180183
HSL340°6.38%72.35%
HSB/HSV340°4.76%74.12%
CMYK0.00%4.76%3.17%
25.88%

Color #BDB4B7 in popluar number systems.

HEXBDB4B7
Decimal189180183
Binary101111011011010010110111
Octal275264267

Shades and tints

Shades of #BDB4B7

#BDB4B7
(189,180,183)
#ACA4A7
(172,164,167)
#9B9497
(155,148,151)
#8A8487
(138,132,135)
#797477
(121,116,119)
#686467
(104,100,103)
#575457
(87,84,87)
#464447
(70,68,71)
#353437
(53,52,55)
#242427
(36,36,39)
#131417
(19,20,23)
#000000
(0,0,0)

Tints of #BDB4B7

#BDB4B7
(189,180,183)
#C3BABD
(195,186,189)
#C9C0C3
(201,192,195)
#CFC6C9
(207,198,201)
#D5CCCF
(213,204,207)
#DBD2D5
(219,210,213)
#E1D8DB
(225,216,219)
#E7DEE1
(231,222,225)
#EDE4E7
(237,228,231)
#F3EAED
(243,234,237)
#F9F0F3
(249,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDB4B7 color. Also use rgb(189,180,183) instead hex code.

Text Font Color

.myTextColor { color: #BDB4B7; }

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

This text font color is #BDB4B7.


Background Color

.myBgColor { background-color: #BDB4B7; }

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

This div background color is #BDB4B7.


Border color

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

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

This div border color is #BDB4B7.


Opacity

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

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

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

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

This text has shadow with #BDB4B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB4B7 on black background.


Color preview on white background

This text has color #BDB4B7 on white background.



Black color preview on #BDB4B7 background

This text has black color on #BDB4B7 background.


White color preview on #BDB4B7 background

This text has white color on #BDB4B7 background.