COLOR #BDB2A2

HEX: #BDB2A2
RGB: (189,178,162)

Color info

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

RGB color model

#BDB2A2 color RGB value is (189,178,162).

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

RGB channels and saturation

R 189 of 255 = 74%
G 178 of 255 = 70%
B 162 of 255 = 64%

189
178
162

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

Portions of RGB colors in percentages

R + G + B =
189 + 178 + 162 = 529 (100%)
R 189 of 529 ~ 35.73%
G 178 of 529 ~ 33.65%
B 162 of 529 ~ 30.62%

%35.73
%33.65
%30.62

CMYK color model

#BDB2A2 color CMYK value is (0,6,14,26).

  • cyan value is 0.00%
  • magenta value is 5.82%
  • yellow value is 14.29%
  • key color value is 25.88%
CMYK:
(0,6,14,26)
C0M6Y14K26 
(0%,6%,14%,26%)
(0.00/0.06/0.14/0.26)	

CMYK percentages

%0
%5.82
%14.29
%25.88

Codes

Color #BDB2A2 in popluar color models

BDB2A2
RGB189178162
HSL36°16.98%68.82%
HSB/HSV36°14.29%74.12%
CMYK0.00%5.82%14.29%
25.88%

Color #BDB2A2 in popluar number systems.

HEXBDB2A2
Decimal189178162
Binary101111011011001010100010
Octal275262242

Shades and tints

Shades of #BDB2A2

#BDB2A2
(189,178,162)
#ACA294
(172,162,148)
#9B9286
(155,146,134)
#8A8278
(138,130,120)
#79726A
(121,114,106)
#68625C
(104,98,92)
#57524E
(87,82,78)
#464240
(70,66,64)
#353232
(53,50,50)
#242224
(36,34,36)
#131216
(19,18,22)
#000000
(0,0,0)

Tints of #BDB2A2

#BDB2A2
(189,178,162)
#C3B9AA
(195,185,170)
#C9C0B2
(201,192,178)
#CFC7BA
(207,199,186)
#D5CEC2
(213,206,194)
#DBD5CA
(219,213,202)
#E1DCD2
(225,220,210)
#E7E3DA
(231,227,218)
#EDEAE2
(237,234,226)
#F3F1EA
(243,241,234)
#F9F8F2
(249,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB2A2; }

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

This text font color is #BDB2A2.


Background Color

.myBgColor { background-color: #BDB2A2; }

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

This div background color is #BDB2A2.


Border color

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

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

This div border color is #BDB2A2.


Opacity

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

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

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

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

This text has shadow with #BDB2A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB2A2 on black background.


Color preview on white background

This text has color #BDB2A2 on white background.



Black color preview on #BDB2A2 background

This text has black color on #BDB2A2 background.


White color preview on #BDB2A2 background

This text has white color on #BDB2A2 background.