COLOR #BDABAB

HEX: #BDABAB
RGB: (189,171,171)

Color info

#BDABAB contains red, green and blue colors in about the same proportion. Web safe color of #BDABAB is #CC9999 (or #C99).

RGB color model

#BDABAB color RGB value is (189,171,171).

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

RGB channels and saturation

R 189 of 255 = 74%
G 171 of 255 = 67%
B 171 of 255 = 67%

189
171
171

R + G + B ~ 69%. #BDABAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 171 + 171 = 531 (100%)
R 189 of 531 ~ 35.59%
G 171 of 531 ~ 32.2%
B 171 of 531 ~ 32.2%

%35.59
%32.2
%32.2

CMYK color model

#BDABAB color CMYK value is (0,10,10,26).

  • cyan value is 0.00%
  • magenta value is 9.52%
  • yellow value is 9.52%
  • key color value is 25.88%
CMYK:
(0,10,10,26)
C0M10Y10K26 
(0%,10%,10%,26%)
(0.00/0.10/0.10/0.26)	

CMYK percentages

%0
%9.52
%9.52
%25.88

Codes

Color #BDABAB in popluar color models

BDABAB
RGB189171171
HSL12.00%70.59%
HSB/HSV9.52%74.12%
CMYK0.00%9.52%9.52%
25.88%

Color #BDABAB in popluar number systems.

HEXBDABAB
Decimal189171171
Binary101111011010101110101011
Octal275253253

Shades and tints

Shades of #BDABAB

#BDABAB
(189,171,171)
#AC9C9C
(172,156,156)
#9B8D8D
(155,141,141)
#8A7E7E
(138,126,126)
#796F6F
(121,111,111)
#686060
(104,96,96)
#575151
(87,81,81)
#464242
(70,66,66)
#353333
(53,51,51)
#242424
(36,36,36)
#131515
(19,21,21)
#000000
(0,0,0)

Tints of #BDABAB

#BDABAB
(189,171,171)
#C3B2B2
(195,178,178)
#C9B9B9
(201,185,185)
#CFC0C0
(207,192,192)
#D5C7C7
(213,199,199)
#DBCECE
(219,206,206)
#E1D5D5
(225,213,213)
#E7DCDC
(231,220,220)
#EDE3E3
(237,227,227)
#F3EAEA
(243,234,234)
#F9F1F1
(249,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDABAB; }

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

This text font color is #BDABAB.


Background Color

.myBgColor { background-color: #BDABAB; }

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

This div background color is #BDABAB.


Border color

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

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

This div border color is #BDABAB.


Opacity

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

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

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

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

This text has shadow with #BDABAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDABAB on black background.


Color preview on white background

This text has color #BDABAB on white background.



Black color preview on #BDABAB background

This text has black color on #BDABAB background.


White color preview on #BDABAB background

This text has white color on #BDABAB background.