COLOR #BDAD99

HEX: #BDAD99
RGB: (189,173,153)

Color info

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

RGB color model

#BDAD99 color RGB value is (189,173,153).

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

RGB channels and saturation

R 189 of 255 = 74%
G 173 of 255 = 68%
B 153 of 255 = 60%

189
173
153

R + G + B ~ 67%. #BDAD99 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 173 + 153 = 515 (100%)
R 189 of 515 ~ 36.7%
G 173 of 515 ~ 33.59%
B 153 of 515 ~ 29.71%

%36.7
%33.59
%29.71

CMYK color model

#BDAD99 color CMYK value is (0,8,19,26).

  • cyan value is 0.00%
  • magenta value is 8.47%
  • yellow value is 19.05%
  • key color value is 25.88%
CMYK:
(0,8,19,26)
C0M8Y19K26 
(0%,8%,19%,26%)
(0.00/0.08/0.19/0.26)	

CMYK percentages

%0
%8.47
%19.05
%25.88

Codes

Color #BDAD99 in popluar color models

BDAD99
RGB189173153
HSL33°21.43%67.06%
HSB/HSV33°19.05%74.12%
CMYK0.00%8.47%19.05%
25.88%

Color #BDAD99 in popluar number systems.

HEXBDAD99
Decimal189173153
Binary101111011010110110011001
Octal275255231

Shades and tints

Shades of #BDAD99

#BDAD99
(189,173,153)
#AC9E8C
(172,158,140)
#9B8F7F
(155,143,127)
#8A8072
(138,128,114)
#797165
(121,113,101)
#686258
(104,98,88)
#57534B
(87,83,75)
#46443E
(70,68,62)
#353531
(53,53,49)
#242624
(36,38,36)
#131717
(19,23,23)
#000000
(0,0,0)

Tints of #BDAD99

#BDAD99
(189,173,153)
#C3B4A2
(195,180,162)
#C9BBAB
(201,187,171)
#CFC2B4
(207,194,180)
#D5C9BD
(213,201,189)
#DBD0C6
(219,208,198)
#E1D7CF
(225,215,207)
#E7DED8
(231,222,216)
#EDE5E1
(237,229,225)
#F3ECEA
(243,236,234)
#F9F3F3
(249,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDAD99; }

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

This text font color is #BDAD99.


Background Color

.myBgColor { background-color: #BDAD99; }

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

This div background color is #BDAD99.


Border color

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

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

This div border color is #BDAD99.


Opacity

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

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

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

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

This text has shadow with #BDAD99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDAD99 on black background.


Color preview on white background

This text has color #BDAD99 on white background.



Black color preview on #BDAD99 background

This text has black color on #BDAD99 background.


White color preview on #BDAD99 background

This text has white color on #BDAD99 background.