COLOR #BDBAB3

HEX: #BDBAB3
RGB: (189,186,179)

Color info

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

RGB color model

#BDBAB3 color RGB value is (189,186,179).

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

RGB channels and saturation

R 189 of 255 = 74%
G 186 of 255 = 73%
B 179 of 255 = 70%

189
186
179

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

Portions of RGB colors in percentages

R + G + B =
189 + 186 + 179 = 554 (100%)
R 189 of 554 ~ 34.12%
G 186 of 554 ~ 33.57%
B 179 of 554 ~ 32.31%

%34.12
%33.57
%32.31

CMYK color model

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

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

Codes

Color #BDBAB3 in popluar color models

BDBAB3
RGB189186179
HSL42°7.04%72.16%
HSB/HSV42°5.29%74.12%
CMYK0.00%1.59%5.29%
25.88%

Color #BDBAB3 in popluar number systems.

HEXBDBAB3
Decimal189186179
Binary101111011011101010110011
Octal275272263

Shades and tints

Shades of #BDBAB3

#BDBAB3
(189,186,179)
#ACAAA3
(172,170,163)
#9B9A93
(155,154,147)
#8A8A83
(138,138,131)
#797A73
(121,122,115)
#686A63
(104,106,99)
#575A53
(87,90,83)
#464A43
(70,74,67)
#353A33
(53,58,51)
#242A23
(36,42,35)
#131A13
(19,26,19)
#000000
(0,0,0)

Tints of #BDBAB3

#BDBAB3
(189,186,179)
#C3C0B9
(195,192,185)
#C9C6BF
(201,198,191)
#CFCCC5
(207,204,197)
#D5D2CB
(213,210,203)
#DBD8D1
(219,216,209)
#E1DED7
(225,222,215)
#E7E4DD
(231,228,221)
#EDEAE3
(237,234,227)
#F3F0E9
(243,240,233)
#F9F6EF
(249,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDBAB3; }

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

This text font color is #BDBAB3.


Background Color

.myBgColor { background-color: #BDBAB3; }

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

This div background color is #BDBAB3.


Border color

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

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

This div border color is #BDBAB3.


Opacity

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

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

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

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

This text has shadow with #BDBAB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDBAB3 on black background.


Color preview on white background

This text has color #BDBAB3 on white background.



Black color preview on #BDBAB3 background

This text has black color on #BDBAB3 background.


White color preview on #BDBAB3 background

This text has white color on #BDBAB3 background.