COLOR #BDB79B

HEX: #BDB79B
RGB: (189,183,155)

Color info

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

RGB color model

#BDB79B color RGB value is (189,183,155).

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

RGB channels and saturation

R 189 of 255 = 74%
G 183 of 255 = 72%
B 155 of 255 = 61%

189
183
155

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

Portions of RGB colors in percentages

R + G + B =
189 + 183 + 155 = 527 (100%)
R 189 of 527 ~ 35.86%
G 183 of 527 ~ 34.72%
B 155 of 527 ~ 29.41%

%35.86
%34.72
%29.41

CMYK color model

#BDB79B color CMYK value is (0,3,18,26).

  • cyan value is 0.00%
  • magenta value is 3.17%
  • yellow value is 17.99%
  • key color value is 25.88%
CMYK:
(0,3,18,26)
C0M3Y18K26 
(0%,3%,18%,26%)
(0.00/0.03/0.18/0.26)	

CMYK percentages

%0
%3.17
%17.99
%25.88

Codes

Color #BDB79B in popluar color models

BDB79B
RGB189183155
HSL49°20.48%67.45%
HSB/HSV49°17.99%74.12%
CMYK0.00%3.17%17.99%
25.88%

Color #BDB79B in popluar number systems.

HEXBDB79B
Decimal189183155
Binary101111011011011110011011
Octal275267233

Shades and tints

Shades of #BDB79B

#BDB79B
(189,183,155)
#ACA78D
(172,167,141)
#9B977F
(155,151,127)
#8A8771
(138,135,113)
#797763
(121,119,99)
#686755
(104,103,85)
#575747
(87,87,71)
#464739
(70,71,57)
#35372B
(53,55,43)
#24271D
(36,39,29)
#13170F
(19,23,15)
#000000
(0,0,0)

Tints of #BDB79B

#BDB79B
(189,183,155)
#C3BDA4
(195,189,164)
#C9C3AD
(201,195,173)
#CFC9B6
(207,201,182)
#D5CFBF
(213,207,191)
#DBD5C8
(219,213,200)
#E1DBD1
(225,219,209)
#E7E1DA
(231,225,218)
#EDE7E3
(237,231,227)
#F3EDEC
(243,237,236)
#F9F3F5
(249,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB79B; }

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

This text font color is #BDB79B.


Background Color

.myBgColor { background-color: #BDB79B; }

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

This div background color is #BDB79B.


Border color

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

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

This div border color is #BDB79B.


Opacity

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

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

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

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

This text has shadow with #BDB79B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB79B on black background.


Color preview on white background

This text has color #BDB79B on white background.



Black color preview on #BDB79B background

This text has black color on #BDB79B background.


White color preview on #BDB79B background

This text has white color on #BDB79B background.