COLOR #BDB4BD

HEX: #BDB4BD
RGB: (189,180,189)

Color info

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

RGB color model

#BDB4BD color RGB value is (189,180,189).

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

RGB channels and saturation

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

189
180
189

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

Portions of RGB colors in percentages

R + G + B =
189 + 180 + 189 = 558 (100%)
R 189 of 558 ~ 33.87%
G 180 of 558 ~ 32.26%
B 189 of 558 ~ 33.87%

%33.87
%32.26
%33.87

CMYK color model

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

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

CMYK percentages

%0
%4.76
%0
%25.88

Codes

Color #BDB4BD in popluar color models

BDB4BD
RGB189180189
HSL300°6.38%72.35%
HSB/HSV300°4.76%74.12%
CMYK0.00%4.76%0.00%
25.88%

Color #BDB4BD in popluar number systems.

HEXBDB4BD
Decimal189180189
Binary101111011011010010111101
Octal275264275

Shades and tints

Shades of #BDB4BD

#BDB4BD
(189,180,189)
#ACA4AC
(172,164,172)
#9B949B
(155,148,155)
#8A848A
(138,132,138)
#797479
(121,116,121)
#686468
(104,100,104)
#575457
(87,84,87)
#464446
(70,68,70)
#353435
(53,52,53)
#242424
(36,36,36)
#131413
(19,20,19)
#000000
(0,0,0)

Tints of #BDB4BD

#BDB4BD
(189,180,189)
#C3BAC3
(195,186,195)
#C9C0C9
(201,192,201)
#CFC6CF
(207,198,207)
#D5CCD5
(213,204,213)
#DBD2DB
(219,210,219)
#E1D8E1
(225,216,225)
#E7DEE7
(231,222,231)
#EDE4ED
(237,228,237)
#F3EAF3
(243,234,243)
#F9F0F9
(249,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB4BD; }

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

This text font color is #BDB4BD.


Background Color

.myBgColor { background-color: #BDB4BD; }

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

This div background color is #BDB4BD.


Border color

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

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

This div border color is #BDB4BD.


Opacity

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

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

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

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

This text has shadow with #BDB4BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB4BD on black background.


Color preview on white background

This text has color #BDB4BD on white background.



Black color preview on #BDB4BD background

This text has black color on #BDB4BD background.


White color preview on #BDB4BD background

This text has white color on #BDB4BD background.