COLOR #BDB8A2

HEX: #BDB8A2
RGB: (189,184,162)

Color info

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

RGB color model

#BDB8A2 color RGB value is (189,184,162).

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

RGB channels and saturation

R 189 of 255 = 74%
G 184 of 255 = 72%
B 162 of 255 = 64%

189
184
162

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

Portions of RGB colors in percentages

R + G + B =
189 + 184 + 162 = 535 (100%)
R 189 of 535 ~ 35.33%
G 184 of 535 ~ 34.39%
B 162 of 535 ~ 30.28%

%35.33
%34.39
%30.28

CMYK color model

#BDB8A2 color CMYK value is (0,3,14,26).

  • cyan value is 0.00%
  • magenta value is 2.65%
  • yellow value is 14.29%
  • key color value is 25.88%
CMYK:
(0,3,14,26)
C0M3Y14K26 
(0%,3%,14%,26%)
(0.00/0.03/0.14/0.26)	

CMYK percentages

%0
%2.65
%14.29
%25.88

Codes

Color #BDB8A2 in popluar color models

BDB8A2
RGB189184162
HSL49°16.98%68.82%
HSB/HSV49°14.29%74.12%
CMYK0.00%2.65%14.29%
25.88%

Color #BDB8A2 in popluar number systems.

HEXBDB8A2
Decimal189184162
Binary101111011011100010100010
Octal275270242

Shades and tints

Shades of #BDB8A2

#BDB8A2
(189,184,162)
#ACA894
(172,168,148)
#9B9886
(155,152,134)
#8A8878
(138,136,120)
#79786A
(121,120,106)
#68685C
(104,104,92)
#57584E
(87,88,78)
#464840
(70,72,64)
#353832
(53,56,50)
#242824
(36,40,36)
#131816
(19,24,22)
#000000
(0,0,0)

Tints of #BDB8A2

#BDB8A2
(189,184,162)
#C3BEAA
(195,190,170)
#C9C4B2
(201,196,178)
#CFCABA
(207,202,186)
#D5D0C2
(213,208,194)
#DBD6CA
(219,214,202)
#E1DCD2
(225,220,210)
#E7E2DA
(231,226,218)
#EDE8E2
(237,232,226)
#F3EEEA
(243,238,234)
#F9F4F2
(249,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB8A2; }

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

This text font color is #BDB8A2.


Background Color

.myBgColor { background-color: #BDB8A2; }

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

This div background color is #BDB8A2.


Border color

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

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

This div border color is #BDB8A2.


Opacity

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

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

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

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

This text has shadow with #BDB8A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB8A2 on black background.


Color preview on white background

This text has color #BDB8A2 on white background.



Black color preview on #BDB8A2 background

This text has black color on #BDB8A2 background.


White color preview on #BDB8A2 background

This text has white color on #BDB8A2 background.