COLOR #BDAD97

HEX: #BDAD97
RGB: (189,173,151)

Color info

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

RGB color model

#BDAD97 color RGB value is (189,173,151).

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

RGB channels and saturation

R 189 of 255 = 74%
G 173 of 255 = 68%
B 151 of 255 = 59%

189
173
151

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

Portions of RGB colors in percentages

R + G + B =
189 + 173 + 151 = 513 (100%)
R 189 of 513 ~ 36.84%
G 173 of 513 ~ 33.72%
B 151 of 513 ~ 29.43%

%36.84
%33.72
%29.43

CMYK color model

#BDAD97 color CMYK value is (0,8,20,26).

  • cyan value is 0.00%
  • magenta value is 8.47%
  • yellow value is 20.11%
  • key color value is 25.88%
CMYK:
(0,8,20,26)
C0M8Y20K26 
(0%,8%,20%,26%)
(0.00/0.08/0.20/0.26)	

CMYK percentages

%0
%8.47
%20.11
%25.88

Codes

Color #BDAD97 in popluar color models

BDAD97
RGB189173151
HSL35°22.35%66.67%
HSB/HSV35°20.11%74.12%
CMYK0.00%8.47%20.11%
25.88%

Color #BDAD97 in popluar number systems.

HEXBDAD97
Decimal189173151
Binary101111011010110110010111
Octal275255227

Shades and tints

Shades of #BDAD97

#BDAD97
(189,173,151)
#AC9E8A
(172,158,138)
#9B8F7D
(155,143,125)
#8A8070
(138,128,112)
#797163
(121,113,99)
#686256
(104,98,86)
#575349
(87,83,73)
#46443C
(70,68,60)
#35352F
(53,53,47)
#242622
(36,38,34)
#131715
(19,23,21)
#000000
(0,0,0)

Tints of #BDAD97

#BDAD97
(189,173,151)
#C3B4A0
(195,180,160)
#C9BBA9
(201,187,169)
#CFC2B2
(207,194,178)
#D5C9BB
(213,201,187)
#DBD0C4
(219,208,196)
#E1D7CD
(225,215,205)
#E7DED6
(231,222,214)
#EDE5DF
(237,229,223)
#F3ECE8
(243,236,232)
#F9F3F1
(249,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDAD97; }

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

This text font color is #BDAD97.


Background Color

.myBgColor { background-color: #BDAD97; }

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

This div background color is #BDAD97.


Border color

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

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

This div border color is #BDAD97.


Opacity

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

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

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

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

This text has shadow with #BDAD97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDAD97 on black background.


Color preview on white background

This text has color #BDAD97 on white background.



Black color preview on #BDAD97 background

This text has black color on #BDAD97 background.


White color preview on #BDAD97 background

This text has white color on #BDAD97 background.