COLOR #BDB796

HEX: #BDB796
RGB: (189,183,150)

Color info

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

RGB color model

#BDB796 color RGB value is (189,183,150).

  • red value is 189;
  • green value is 183;
  • blue value is 150.
RGB:
(189,183,150)
(74%,72%,59%)

RGB channels and saturation

R 189 of 255 = 74%
G 183 of 255 = 72%
B 150 of 255 = 59%

189
183
150

R + G + B ~ 68%. #BDB796 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 183 + 150 = 522 (100%)
R 189 of 522 ~ 36.21%
G 183 of 522 ~ 35.06%
B 150 of 522 ~ 28.74%

%36.21
%35.06
%28.74

CMYK color model

#BDB796 color CMYK value is (0,3,21,26).

  • cyan value is 0.00%
  • magenta value is 3.17%
  • yellow value is 20.63%
  • key color value is 25.88%
CMYK:
(0,3,21,26)
C0M3Y21K26 
(0%,3%,21%,26%)
(0.00/0.03/0.21/0.26)	

CMYK percentages

%0
%3.17
%20.63
%25.88

Codes

Color #BDB796 in popluar color models

BDB796
RGB189183150
HSL51°22.81%66.47%
HSB/HSV51°20.63%74.12%
CMYK0.00%3.17%20.63%
25.88%

Color #BDB796 in popluar number systems.

HEXBDB796
Decimal189183150
Binary101111011011011110010110
Octal275267226

Shades and tints

Shades of #BDB796

#BDB796
(189,183,150)
#ACA789
(172,167,137)
#9B977C
(155,151,124)
#8A876F
(138,135,111)
#797762
(121,119,98)
#686755
(104,103,85)
#575748
(87,87,72)
#46473B
(70,71,59)
#35372E
(53,55,46)
#242721
(36,39,33)
#131714
(19,23,20)
#000000
(0,0,0)

Tints of #BDB796

#BDB796
(189,183,150)
#C3BD9F
(195,189,159)
#C9C3A8
(201,195,168)
#CFC9B1
(207,201,177)
#D5CFBA
(213,207,186)
#DBD5C3
(219,213,195)
#E1DBCC
(225,219,204)
#E7E1D5
(231,225,213)
#EDE7DE
(237,231,222)
#F3EDE7
(243,237,231)
#F9F3F0
(249,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB796; }

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

This text font color is #BDB796.


Background Color

.myBgColor { background-color: #BDB796; }

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

This div background color is #BDB796.


Border color

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

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

This div border color is #BDB796.


Opacity

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

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

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

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

This text has shadow with #BDB796 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB796 on black background.


Color preview on white background

This text has color #BDB796 on white background.



Black color preview on #BDB796 background

This text has black color on #BDB796 background.


White color preview on #BDB796 background

This text has white color on #BDB796 background.