COLOR #BDB5B4

HEX: #BDB5B4
RGB: (189,181,180)

Color info

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

RGB color model

#BDB5B4 color RGB value is (189,181,180).

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

RGB channels and saturation

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

189
181
180

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

Portions of RGB colors in percentages

R + G + B =
189 + 181 + 180 = 550 (100%)
R 189 of 550 ~ 34.36%
G 181 of 550 ~ 32.91%
B 180 of 550 ~ 32.73%

%34.36
%32.91
%32.73

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.23%
  • yellow value is 4.76%
  • 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
%4.23
%4.76
%25.88

Codes

Color #BDB5B4 in popluar color models

BDB5B4
RGB189181180
HSL6.38%72.35%
HSB/HSV4.76%74.12%
CMYK0.00%4.23%4.76%
25.88%

Color #BDB5B4 in popluar number systems.

HEXBDB5B4
Decimal189181180
Binary101111011011010110110100
Octal275265264

Shades and tints

Shades of #BDB5B4

#BDB5B4
(189,181,180)
#ACA5A4
(172,165,164)
#9B9594
(155,149,148)
#8A8584
(138,133,132)
#797574
(121,117,116)
#686564
(104,101,100)
#575554
(87,85,84)
#464544
(70,69,68)
#353534
(53,53,52)
#242524
(36,37,36)
#131514
(19,21,20)
#000000
(0,0,0)

Tints of #BDB5B4

#BDB5B4
(189,181,180)
#C3BBBA
(195,187,186)
#C9C1C0
(201,193,192)
#CFC7C6
(207,199,198)
#D5CDCC
(213,205,204)
#DBD3D2
(219,211,210)
#E1D9D8
(225,217,216)
#E7DFDE
(231,223,222)
#EDE5E4
(237,229,228)
#F3EBEA
(243,235,234)
#F9F1F0
(249,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB5B4; }

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

This text font color is #BDB5B4.


Background Color

.myBgColor { background-color: #BDB5B4; }

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

This div background color is #BDB5B4.


Border color

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

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

This div border color is #BDB5B4.


Opacity

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

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

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

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

This text has shadow with #BDB5B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB5B4 on black background.


Color preview on white background

This text has color #BDB5B4 on white background.



Black color preview on #BDB5B4 background

This text has black color on #BDB5B4 background.


White color preview on #BDB5B4 background

This text has white color on #BDB5B4 background.