COLOR #B0AD97

HEX: #B0AD97 RGB: (176,173,151)

Color info

#B0AD97 contains red, green and blue colors in about the same proportion. Web safe color of #B0AD97 is #999999 (or #999).

RGB color model

#B0AD97 color RGB value is (176,173,151).

RGB: (176,173,151) (69%, 68%, 59%)

RGB channels and saturation

R 176 of 255 = 69%
G 173 of 255 = 68%
B 151 of 255 = 59%

176
173
151

R + G + B ~ 65%. #B0AD97 is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 173 + 151 = 500 (100%)
R 176 of 500 ~ 35.2%
G 173 of 500 ~ 34.6%
B 151 of 500 ~ 30.2'%

%35.2
%34.6
%30.2

CMYK color model

#B0AD97 color CMYK value is (0,2,14,31).

  • cyan value is 0.00%
  • magenta value is 1.70%
  • yellow value is 14.20%
  • key color value is 30.98%

CMYK: (0,2,14,31)
C0M2Y14K31 (0%, 2%, 14%, 31%)
(0.00 / 0.02 / 0.14 / 0.31)

CMYK percentages

%0
%1.7
%14.2
%30.98

Codes

Color #B0AD97 in popluar color models

B0 AD 97
RGB 176 173 151
HSL 53° 13.66% 64.12%
HSB/HSV 53° 14.20% 69.02%
CMYK 0.00% 1.70% 14.20%
30.98%

Color #B0AD97 in popluar number systems.

HEX B0 AD 97
Decimal 176 173 151
Binary 10110000 10101101 10010111
Octal 260 255 227

Shades and tints

Shades of #B0AD97

#B0AD97
(176,173,151)
#A09E8A
(160,158,138)
#908F7D
(144,143,125)
#808070
(128,128,112)
#707163
(112,113,99)
#606256
(96,98,86)
#505349
(80,83,73)
#40443C
(64,68,60)
#30352F
(48,53,47)
#202622
(32,38,34)
#101715
(16,23,21)
#000000
(0,0,0)

Tints of #B0AD97

#B0AD97
(176,173,151)
#B7B4A0
(183,180,160)
#BEBBA9
(190,187,169)
#C5C2B2
(197,194,178)
#CCC9BB
(204,201,187)
#D3D0C4
(211,208,196)
#DAD7CD
(218,215,205)
#E1DED6
(225,222,214)
#E8E5DF
(232,229,223)
#EFECE8
(239,236,232)
#F6F3F1
(246,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0AD97; }

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

This text font color is #B0AD97.

Background Color

.myBgColor { background-color: #B0AD97; }

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

This div background color is #B0AD97.

Border color

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

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

This div border color is #B0AD97.

Opacity

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

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

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

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

This text has shadow with #B0AD97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0AD97.

Preview

Color preview on black background

This text has color #B0AD97 on black background.


Color preview on white background

This text has color #B0AD97 on white background.


Black color preview on #B0AD97 background

This text has black color on #B0AD97 background.


White color preview on #B0AD97 background

This text has white color on #B0AD97 background.


Related colors

Complementary color

Complementary color for #hex is #4F5268.


I love getcolorcode.com

Triadic colors

1 #97B0AD and #AD97B0 with #B0AD97 are triadic colors.

2 #97ADB0 and #ADB097 with #B0AD97 are triadic colors.