COLOR #BDB2A4

HEX: #BDB2A4
RGB: (189,178,164)

Color info

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

RGB color model

#BDB2A4 color RGB value is (189,178,164).

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

RGB channels and saturation

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

189
178
164

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

Portions of RGB colors in percentages

R + G + B =
189 + 178 + 164 = 531 (100%)
R 189 of 531 ~ 35.59%
G 178 of 531 ~ 33.52%
B 164 of 531 ~ 30.89%

%35.59
%33.52
%30.89

CMYK color model

#BDB2A4 color CMYK value is (0,6,13,26).

  • cyan value is 0.00%
  • magenta value is 5.82%
  • yellow value is 13.23%
  • key color value is 25.88%
CMYK:
(0,6,13,26)
C0M6Y13K26 
(0%,6%,13%,26%)
(0.00/0.06/0.13/0.26)	

CMYK percentages

%0
%5.82
%13.23
%25.88

Codes

Color #BDB2A4 in popluar color models

BDB2A4
RGB189178164
HSL34°15.92%69.22%
HSB/HSV34°13.23%74.12%
CMYK0.00%5.82%13.23%
25.88%

Color #BDB2A4 in popluar number systems.

HEXBDB2A4
Decimal189178164
Binary101111011011001010100100
Octal275262244

Shades and tints

Shades of #BDB2A4

#BDB2A4
(189,178,164)
#ACA296
(172,162,150)
#9B9288
(155,146,136)
#8A827A
(138,130,122)
#79726C
(121,114,108)
#68625E
(104,98,94)
#575250
(87,82,80)
#464242
(70,66,66)
#353234
(53,50,52)
#242226
(36,34,38)
#131218
(19,18,24)
#000000
(0,0,0)

Tints of #BDB2A4

#BDB2A4
(189,178,164)
#C3B9AC
(195,185,172)
#C9C0B4
(201,192,180)
#CFC7BC
(207,199,188)
#D5CEC4
(213,206,196)
#DBD5CC
(219,213,204)
#E1DCD4
(225,220,212)
#E7E3DC
(231,227,220)
#EDEAE4
(237,234,228)
#F3F1EC
(243,241,236)
#F9F8F4
(249,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB2A4; }

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

This text font color is #BDB2A4.


Background Color

.myBgColor { background-color: #BDB2A4; }

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

This div background color is #BDB2A4.


Border color

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

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

This div border color is #BDB2A4.


Opacity

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

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

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

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

This text has shadow with #BDB2A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB2A4 on black background.


Color preview on white background

This text has color #BDB2A4 on white background.



Black color preview on #BDB2A4 background

This text has black color on #BDB2A4 background.


White color preview on #BDB2A4 background

This text has white color on #BDB2A4 background.