COLOR #BDBAB4

HEX: #BDBAB4
RGB: (189,186,180)

Color info

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

RGB color model

#BDBAB4 color RGB value is (189,186,180).

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

RGB channels and saturation

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

189
186
180

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

Portions of RGB colors in percentages

R + G + B =
189 + 186 + 180 = 555 (100%)
R 189 of 555 ~ 34.05%
G 186 of 555 ~ 33.51%
B 180 of 555 ~ 32.43%

%34.05
%33.51
%32.43

CMYK color model

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

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

CMYK percentages

%0
%1.59
%4.76
%25.88

Codes

Color #BDBAB4 in popluar color models

BDBAB4
RGB189186180
HSL40°6.38%72.35%
HSB/HSV40°4.76%74.12%
CMYK0.00%1.59%4.76%
25.88%

Color #BDBAB4 in popluar number systems.

HEXBDBAB4
Decimal189186180
Binary101111011011101010110100
Octal275272264

Shades and tints

Shades of #BDBAB4

#BDBAB4
(189,186,180)
#ACAAA4
(172,170,164)
#9B9A94
(155,154,148)
#8A8A84
(138,138,132)
#797A74
(121,122,116)
#686A64
(104,106,100)
#575A54
(87,90,84)
#464A44
(70,74,68)
#353A34
(53,58,52)
#242A24
(36,42,36)
#131A14
(19,26,20)
#000000
(0,0,0)

Tints of #BDBAB4

#BDBAB4
(189,186,180)
#C3C0BA
(195,192,186)
#C9C6C0
(201,198,192)
#CFCCC6
(207,204,198)
#D5D2CC
(213,210,204)
#DBD8D2
(219,216,210)
#E1DED8
(225,222,216)
#E7E4DE
(231,228,222)
#EDEAE4
(237,234,228)
#F3F0EA
(243,240,234)
#F9F6F0
(249,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDBAB4; }

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

This text font color is #BDBAB4.


Background Color

.myBgColor { background-color: #BDBAB4; }

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

This div background color is #BDBAB4.


Border color

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

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

This div border color is #BDBAB4.


Opacity

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

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

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

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

This text has shadow with #BDBAB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDBAB4 on black background.


Color preview on white background

This text has color #BDBAB4 on white background.



Black color preview on #BDBAB4 background

This text has black color on #BDBAB4 background.


White color preview on #BDBAB4 background

This text has white color on #BDBAB4 background.