COLOR #BDB999

HEX: #BDB999
RGB: (189,185,153)

Color info

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

RGB color model

#BDB999 color RGB value is (189,185,153).

  • red value is 189;
  • green value is 185;
  • blue value is 153.
RGB:
(189,185,153)
(74%,73%,60%)

RGB channels and saturation

R 189 of 255 = 74%
G 185 of 255 = 73%
B 153 of 255 = 60%

189
185
153

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

Portions of RGB colors in percentages

R + G + B =
189 + 185 + 153 = 527 (100%)
R 189 of 527 ~ 35.86%
G 185 of 527 ~ 35.1%
B 153 of 527 ~ 29.03%

%35.86
%35.1
%29.03

CMYK color model

#BDB999 color CMYK value is (0,2,19,26).

  • cyan value is 0.00%
  • magenta value is 2.12%
  • yellow value is 19.05%
  • key color value is 25.88%
CMYK:
(0,2,19,26)
C0M2Y19K26 
(0%,2%,19%,26%)
(0.00/0.02/0.19/0.26)	

CMYK percentages

%0
%2.12
%19.05
%25.88

Codes

Color #BDB999 in popluar color models

BDB999
RGB189185153
HSL53°21.43%67.06%
HSB/HSV53°19.05%74.12%
CMYK0.00%2.12%19.05%
25.88%

Color #BDB999 in popluar number systems.

HEXBDB999
Decimal189185153
Binary101111011011100110011001
Octal275271231

Shades and tints

Shades of #BDB999

#BDB999
(189,185,153)
#ACA98C
(172,169,140)
#9B997F
(155,153,127)
#8A8972
(138,137,114)
#797965
(121,121,101)
#686958
(104,105,88)
#57594B
(87,89,75)
#46493E
(70,73,62)
#353931
(53,57,49)
#242924
(36,41,36)
#131917
(19,25,23)
#000000
(0,0,0)

Tints of #BDB999

#BDB999
(189,185,153)
#C3BFA2
(195,191,162)
#C9C5AB
(201,197,171)
#CFCBB4
(207,203,180)
#D5D1BD
(213,209,189)
#DBD7C6
(219,215,198)
#E1DDCF
(225,221,207)
#E7E3D8
(231,227,216)
#EDE9E1
(237,233,225)
#F3EFEA
(243,239,234)
#F9F5F3
(249,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDB999 color. Also use rgb(189,185,153) instead hex code.

Text Font Color

.myTextColor { color: #BDB999; }

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

This text font color is #BDB999.


Background Color

.myBgColor { background-color: #BDB999; }

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

This div background color is #BDB999.


Border color

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

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

This div border color is #BDB999.


Opacity

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

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

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

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

This text has shadow with #BDB999 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB999 on black background.


Color preview on white background

This text has color #BDB999 on white background.



Black color preview on #BDB999 background

This text has black color on #BDB999 background.


White color preview on #BDB999 background

This text has white color on #BDB999 background.