COLOR #BDB2AB

HEX: #BDB2AB
RGB: (189,178,171)

Color info

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

RGB color model

#BDB2AB color RGB value is (189,178,171).

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

RGB channels and saturation

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

189
178
171

R + G + B ~ 70%. #BDB2AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 178 + 171 = 538 (100%)
R 189 of 538 ~ 35.13%
G 178 of 538 ~ 33.09%
B 171 of 538 ~ 31.78%

%35.13
%33.09
%31.78

CMYK color model

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

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

CMYK percentages

%0
%5.82
%9.52
%25.88

Codes

Color #BDB2AB in popluar color models

BDB2AB
RGB189178171
HSL23°12.00%70.59%
HSB/HSV23°9.52%74.12%
CMYK0.00%5.82%9.52%
25.88%

Color #BDB2AB in popluar number systems.

HEXBDB2AB
Decimal189178171
Binary101111011011001010101011
Octal275262253

Shades and tints

Shades of #BDB2AB

#BDB2AB
(189,178,171)
#ACA29C
(172,162,156)
#9B928D
(155,146,141)
#8A827E
(138,130,126)
#79726F
(121,114,111)
#686260
(104,98,96)
#575251
(87,82,81)
#464242
(70,66,66)
#353233
(53,50,51)
#242224
(36,34,36)
#131215
(19,18,21)
#000000
(0,0,0)

Tints of #BDB2AB

#BDB2AB
(189,178,171)
#C3B9B2
(195,185,178)
#C9C0B9
(201,192,185)
#CFC7C0
(207,199,192)
#D5CEC7
(213,206,199)
#DBD5CE
(219,213,206)
#E1DCD5
(225,220,213)
#E7E3DC
(231,227,220)
#EDEAE3
(237,234,227)
#F3F1EA
(243,241,234)
#F9F8F1
(249,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB2AB; }

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

This text font color is #BDB2AB.


Background Color

.myBgColor { background-color: #BDB2AB; }

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

This div background color is #BDB2AB.


Border color

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

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

This div border color is #BDB2AB.


Opacity

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

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

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

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

This text has shadow with #BDB2AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB2AB on black background.


Color preview on white background

This text has color #BDB2AB on white background.



Black color preview on #BDB2AB background

This text has black color on #BDB2AB background.


White color preview on #BDB2AB background

This text has white color on #BDB2AB background.